Skip to content

Commit

Permalink
Fix error in test for category. Refs #4289
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiSavici committed Dec 22, 2011
1 parent 6c58301 commit 8eca95a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Code/Mantid/Framework/Algorithms/test/ApplyDeadTimeCorrTest.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class ApplyDeadTimeCorrTest : public CxxTest::TestSuite

void testCategory()
{
TS_ASSERT_EQUALS( applyDeadTime.category(), "Muon" )
TS_ASSERT_EQUALS( applyDeadTime.category(), "Muon;CorrectionFunctions\\EfficiencyCorrections" )
}

void testInit()
Expand Down Expand Up @@ -203,4 +203,4 @@ class ApplyDeadTimeCorrTest : public CxxTest::TestSuite
};


#endif /* MANTID_ALGORITHMS_APPLYDEADTIMECORRTEST_H_ */
#endif /* MANTID_ALGORITHMS_APPLYDEADTIMECORRTEST_H_ */

0 comments on commit 8eca95a

Please sign in to comment.