From 763e69ae77c43a2e927611c15875b0c92507016b Mon Sep 17 00:00:00 2001 From: Matt Clarke <matt.clarke@stfc.ac.uk> Date: Mon, 8 Dec 2008 15:19:31 +0000 Subject: [PATCH] Fixed tests. Refs #245 --- Code/Mantid/Algorithms/test/MuonAsymmetryCalcTest.h | 2 +- Code/Mantid/Algorithms/test/MuonRemoveExpDecayTest.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Code/Mantid/Algorithms/test/MuonAsymmetryCalcTest.h b/Code/Mantid/Algorithms/test/MuonAsymmetryCalcTest.h index 7e14ec1a9b0..ec99ab3608c 100644 --- a/Code/Mantid/Algorithms/test/MuonAsymmetryCalcTest.h +++ b/Code/Mantid/Algorithms/test/MuonAsymmetryCalcTest.h @@ -21,7 +21,7 @@ public: void testName() { - TS_ASSERT_EQUALS( asymCalc.name(), "MuonAsymmetryCalc" ) + TS_ASSERT_EQUALS( asymCalc.name(), "AsymmetryCalc" ) } void testCategory() diff --git a/Code/Mantid/Algorithms/test/MuonRemoveExpDecayTest.h b/Code/Mantid/Algorithms/test/MuonRemoveExpDecayTest.h index 4daaee42b2d..98717a85d61 100644 --- a/Code/Mantid/Algorithms/test/MuonRemoveExpDecayTest.h +++ b/Code/Mantid/Algorithms/test/MuonRemoveExpDecayTest.h @@ -19,7 +19,7 @@ public: void testName() { - TS_ASSERT_EQUALS( alg.name(), "MuonRemoveExpDecay" ) + TS_ASSERT_EQUALS( alg.name(), "RemoveExpDecay" ) } void testCategory() -- GitLab