diff --git a/Code/Mantid/PythonAPI/test/SimplePythonAPITest.h b/Code/Mantid/PythonAPI/test/SimplePythonAPITest.h index e62ccf1c8e6fd930a7f02cb471e09b2d91258bce..73d32fe1512923e3fd39815e392f6d285c2adc30 100644 --- a/Code/Mantid/PythonAPI/test/SimplePythonAPITest.h +++ b/Code/Mantid/PythonAPI/test/SimplePythonAPITest.h @@ -108,13 +108,6 @@ public: // remove TS_ASSERT_THROWS_NOTHING( apimodule.remove() ); TS_ASSERT( !apimodule.exists() ); - - //Check keyword file - Poco::File apikeywords(SimplePythonAPI::getKeywordsFilename()); - //has it been written ? - TS_ASSERT(apikeywords.exists()); - apikeywords.remove(); - } };