diff --git a/Code/Mantid/Framework/DataHandling/test/AppendGeometryToSNSNexusTest.h b/Code/Mantid/Framework/DataHandling/test/AppendGeometryToSNSNexusTest.h index 98fd6d27d3aa5e35e41e21122b5318f5d2fd75d2..02740899f9cb8105545cc944fa5301603a67830f 100644 --- a/Code/Mantid/Framework/DataHandling/test/AppendGeometryToSNSNexusTest.h +++ b/Code/Mantid/Framework/DataHandling/test/AppendGeometryToSNSNexusTest.h @@ -38,7 +38,8 @@ public: TS_ASSERT_THROWS_NOTHING( alg.initialize() ) TS_ASSERT( alg.isInitialized() ) // TODO: Get a better test file. - TS_ASSERT_THROWS_NOTHING( alg.setPropertyValue("Filename", "CNCS_7860_event.nxs") ); + // Changed to use HYS_11088_event.nxs to test motors + TS_ASSERT_THROWS_NOTHING( alg.setPropertyValue("Filename", "/SNS/HYS/IPTS-7928/0/11088/NeXus/HYS_11088_event.nxs") ); TS_ASSERT_THROWS_NOTHING( alg.setProperty("MakeCopy", true) ); TS_ASSERT_THROWS_NOTHING( alg.execute(); ); TS_ASSERT( alg.isExecuted() );