Skip to content
Snippets Groups Projects
Commit cee13bbd authored by Marie Yao's avatar Marie Yao
Browse files

Refs #5439. Use HYS_11088_event.nxs to test motors.

parent ba7a24a2
No related branches found
No related tags found
No related merge requests found
......@@ -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() );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment