Ignore:
Timestamp:
Nov 1, 2018 4:35:01 PM (5 years ago)
Author:
Jeff Krzywon <jkrzywon@…>
Branches:
master, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249
Children:
9b08354
Parents:
dfcdbf8
Message:

Change errors in NXcanSAS reader to a list to match the rest of the readers and update unit test.

File:
1 edited

Legend:

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

    rf4e2f22 r282bc3f  
    7171        # Be sure the deprecation warning is passed with the file 
    7272        self.assertEqual(len(asc_load[0].errors), 1) 
    73         self.assertEqual(len(nxs_load[0].errors), 1) 
     73        self.assertEqual(len(nxs_load[0].errors), 0) 
    7474 
    7575    def check_unknown_extension(self, data): 
Note: See TracChangeset for help on using the changeset viewer.