Changeset 9687d58 in sasview for test


Ignore:
Timestamp:
Apr 10, 2017 4:01:46 AM (7 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
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.
Message:

Merge branch 'master' into ESS_GUI

Location:
test
Files:
6 added
1 edited

Legend:

Unmodified
Added
Removed
  • test/sasdataloader/test/utest_ascii.py

    rd0ccd80f r9687d58  
    9292        """ 
    9393        # 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") 
    9597        # The length of the data is 5 
    96         self.assertEqual(f, None) 
     98        except: 
     99            self.assertEqual(f, None) 
    97100         
    98101if __name__ == '__main__': 
Note: See TracChangeset for help on using the changeset viewer.