Changeset be577e7 in sasview for test/sansguiframe


Ignore:
Timestamp:
Dec 30, 2013 2:20:27 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:
1ce36f37
Parents:
17a25d4
Message:

Fix for the broken build.

Location:
test/sansguiframe/test
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • test/sansguiframe/test/cansas1d.xml

    r5777106 rbe577e7  
    4949                         
    5050                </SASsample> 
    51                 <SASinstrument name="TEST instrument"> 
     51                <SASinstrument> 
    5252                        <name>canSAS instrument</name> 
    5353                        <SASsource name="source name"> 
     
    8585                                        4.150 
    8686                                </SDD> 
    87                                 <orientation> 
     87                                <offset> 
     88                    <x unit="mm">1</x> 
     89                    <y unit="mm">2</y> 
     90                </offset> 
     91                <orientation> 
    8892                                        <roll unit="degree">1.00</roll> 
    8993                                        <pitch unit="degree">0.00</pitch> 
    9094                                        <yaw unit="degree">0.00</yaw> 
    9195                                </orientation> 
    92                                 <offset> 
    93                                         <x unit="mm">1</x> 
    94                                         <y unit="mm">2</y> 
    95                                 </offset> 
    9696                                <beam_center> 
    9797                                        <x unit="mm">322.64</x> 
     
    135135                        <term name="ABS:IZERO">230.09</term> 
    136136                        <term name="ABS:XSECT" unit="mm">1</term> 
    137                         <SASprocessnote/> 
     137                        <SASprocessnote>No Information</SASprocessnote> 
    138138                </SASprocess> 
    139139                <SASnote /> 
  • test/sansguiframe/test/utest_manipulations.py

    r5777106 rbe577e7  
    1515     
    1616    def setUp(self): 
    17         self.data = Loader().load("cansas1d.xml") 
     17        data = Loader().load("cansas1d.xml") 
     18        self.data = data[0] 
    1819         
    1920    def test_clone1D(self): 
     
    2930     
    3031    def setUp(self): 
    31         self.data = Loader().load("cansas1d.xml") 
     32        data = Loader().load("cansas1d.xml") 
     33        self.data = data[0] 
    3234         
    3335    def test_clone_theory1D(self): 
Note: See TracChangeset for help on using the changeset viewer.