Skip to content

Commit

Permalink
Fix PythonObjectInstantiator test. Refs #5309
Browse files Browse the repository at this point in the history
While new API and old API are mixed and test is hard linked to new one.
  • Loading branch information
martyngigg committed May 11, 2012
1 parent 6408ea5 commit bd86fa9
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ class PythonObjectInstantiatorTest: public CxxTest::TestSuite
//
PythonObjectInstantiatorTest() : m_creator(NULL)
{
// Make sure we don't load anything that could have the OLD api in it. The hard links here cause trouble on some platforms
// when mixing the old API
Mantid::Kernel::ConfigService::Instance().remove("pythonalgorithms.directories");
}

~PythonObjectInstantiatorTest()
Expand Down

0 comments on commit bd86fa9

Please sign in to comment.