diff --git a/Code/Mantid/Framework/MDEvents/test/ConvertToReflectometryQTest.h b/Code/Mantid/Framework/MDEvents/test/ConvertToReflectometryQTest.h index 577d54d0ed83..23d5c82e284a 100644 --- a/Code/Mantid/Framework/MDEvents/test/ConvertToReflectometryQTest.h +++ b/Code/Mantid/Framework/MDEvents/test/ConvertToReflectometryQTest.h @@ -67,12 +67,6 @@ class ConvertToReflectometryQTest : public CxxTest::TestSuite Mantid::API::FrameworkManager::Instance(); } - void test_catagory() - { - ConvertToReflectometryQ alg; - TS_ASSERT_EQUALS("Reflectometry\\ISIS", alg.category()); - } - void test_name() { ConvertToReflectometryQ alg;