Skip to content

Commit

Permalink
Refs #9501 Fix Typo in variable name
Browse files Browse the repository at this point in the history
fixed a typo in a test for a variable name
  • Loading branch information
keithnbrown committed Jun 19, 2014
1 parent 73f5bde commit f8bed81
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -91,7 +91,7 @@ class ReflectometryReductionOneAutoTest : public CxxTest::TestSuite
// Name of the output workspace.

IAlgorithm_sptr lAlg = AlgorithmManager::Instance().create("Load");
lalg->setRethrows(true);
lAlg->setRethrows(true);
TS_ASSERT_THROWS_NOTHING( lAlg->initialize() );
TS_ASSERT( lAlg->isInitialized() );
TS_ASSERT_THROWS_NOTHING( lAlg->setPropertyValue("Filename", "INTER00013463.nxs"); );
Expand Down

0 comments on commit f8bed81

Please sign in to comment.