Skip to content

Commit

Permalink
Kill a compiler warning in NormaliseToMonitorTest
Browse files Browse the repository at this point in the history
Refs #8784
  • Loading branch information
martyngigg committed Feb 13, 2014
1 parent 87c1fac commit bdd8217
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -317,7 +317,7 @@ class NormaliseToMonitorTest : public CxxTest::TestSuite
// this function is usually called by GUI when senning input workspace. It should read monitors and report the condition changed
TS_ASSERT(monSpec->getSettings()->isConditionChanged(&norm6));
// this funciton is called by gui when the above is true. It should not throw and change the validator
IPropertySettings *pSett;
IPropertySettings *pSett(NULL);
TS_ASSERT_THROWS_NOTHING(pSett= monSpec->getSettings());
TS_ASSERT_THROWS_NOTHING(pSett->applyChanges(&norm6, monSpec));
// it should return the list of allowed monitor ID-s
Expand Down

0 comments on commit bdd8217

Please sign in to comment.