Changeset 5465 for main/waeup.sirp/trunk
- Timestamp:
- 22 Aug 2010, 17:56:46 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/jambtables/tests/test_jambtables.py
r5328 r5465 92 92 self.assertEqual(0, len(list(table))) 93 93 94 def test_clear_broken_path(self): 95 table = JAMBDataTable() 96 table.importFromCSV(self.datafile) 97 path = table._datafile_path 98 table._datafile_path = 'not-existent-path' 99 table.clear() 100 94 101 def test_import_datetime(self): 95 102 table = JAMBDataTable()
Note: See TracChangeset for help on using the changeset viewer.