Changeset 3f484b0 in sasview


Ignore:
Timestamp:
Dec 30, 2013 1:12:37 PM (10 years ago)
Author:
Jeff Krzywon <jeffery.krzywon@…>
Branches:
master, 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, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
083e993
Parents:
1ce36f37
Message:

One of my tests relied on another test to have run first. The windows and Ubuntu servers ran them in the desired order, but the red hat server did not. Due to the instability of the test, I have removed it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/sansdataloader/test/utest_cansas.py

    r75eeb425 r3f484b0  
    3535        self.cansas1d_slit = "cansas1d_slit.xml" 
    3636        self.cansas1d_units = "cansas1d_units.xml" 
    37         self.write_test = "write_test.xml" 
    3837        self.isis_1_0 = "ISIS_1_0.xml" 
    3938        self.isis_1_1 = "ISIS_1_1.xml" 
     
    138137        reader4 = XMLreader(self.cansas1d_slit, self.schema_1_0) 
    139138        self.assertTrue(reader4.validateXML()) 
    140         reader5 = XMLreader(self.write_test, self.schema_1_0) 
    141         self.assertTrue(reader5.validateXML()) 
    142139         
    143140 
Note: See TracChangeset for help on using the changeset viewer.