- Timestamp:
- Apr 10, 2017 2:01:46 AM (8 years ago)
- Branches:
- ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- 6c8fb2c
- Parents:
- 9208346 (diff), c6f3aec (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Location:
- test
- Files:
-
- 6 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/sasdataloader/test/utest_ascii.py
rd0ccd80f r9687d58 92 92 """ 93 93 # Test .ABS file loaded as ascii 94 f = self.loader.load("ascii_test_6.txt") 94 f = None 95 try: 96 f = self.loader.load("ascii_test_6.txt") 95 97 # The length of the data is 5 96 self.assertEqual(f, None) 98 except: 99 self.assertEqual(f, None) 97 100 98 101 if __name__ == '__main__':
Note: See TracChangeset
for help on using the changeset viewer.