Skip to content
Snippets Groups Projects
Commit 48d68587 authored by Gigg, Martyn Anthony's avatar Gigg, Martyn Anthony
Browse files

Forgot to check in the test updates. Re #713

parent ad54f256
No related branches found
No related tags found
No related merge requests found
...@@ -108,13 +108,6 @@ public: ...@@ -108,13 +108,6 @@ public:
// remove // remove
TS_ASSERT_THROWS_NOTHING( apimodule.remove() ); TS_ASSERT_THROWS_NOTHING( apimodule.remove() );
TS_ASSERT( !apimodule.exists() ); TS_ASSERT( !apimodule.exists() );
//Check keyword file
Poco::File apikeywords(SimplePythonAPI::getKeywordsFilename());
//has it been written ?
TS_ASSERT(apikeywords.exists());
apikeywords.remove();
} }
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment