Skip to content

Commit

Permalink
Re #7521. Speed up test.
Browse files Browse the repository at this point in the history
This code isn't used at the SNS anyway (we use DGSReduction).
  • Loading branch information
RussellTaylor committed May 20, 2014
1 parent a20a2b0 commit 9d0116c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Code/Mantid/scripts/test/DirectEnergyConversionTest.py
Expand Up @@ -59,13 +59,6 @@ def test_init_reducer(self):
tReducer.initialise("MAP",True);
self.assertEqual(tReducer.instr_name,"MAP")

#config.setFacility("SNS")
#config.setString('default.facility','SNS')
tReducer.instr_name = 'SEQ'
self.assertTrue(tReducer._idf_values_read)
self.assertEqual(tReducer.instr_name,"SEQ")
self.assertEqual(tReducer.facility,'SNS')

self.assertRaises(KeyError,setattr,tReducer,'instr_name','NonExistingInstrument')


Expand Down

0 comments on commit 9d0116c

Please sign in to comment.