From 48d6858719e89bd341eece80fc1f8a7a8adee07e Mon Sep 17 00:00:00 2001
From: Martyn Gigg <martyn.gigg@stfc.ac.uk>
Date: Tue, 23 Mar 2010 09:54:39 +0000
Subject: [PATCH] Forgot to check in the test updates. Re #713

---
 Code/Mantid/PythonAPI/test/SimplePythonAPITest.h | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/Code/Mantid/PythonAPI/test/SimplePythonAPITest.h b/Code/Mantid/PythonAPI/test/SimplePythonAPITest.h
index e62ccf1c8e6..73d32fe1512 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();
-
   }
 
 };
-- 
GitLab