diff --git a/Code/Mantid/Framework/PythonInterface/test/python/mantid/api/FrameworkManagerTest.py b/Code/Mantid/Framework/PythonInterface/test/python/mantid/api/FrameworkManagerTest.py index 2d512010f1ca18376f817d9f956fe3f86aaa0fc2..72fa43979fa0e7ecde1cbe70c28a99679a98a36b 100644 --- a/Code/Mantid/Framework/PythonInterface/test/python/mantid/api/FrameworkManagerTest.py +++ b/Code/Mantid/Framework/PythonInterface/test/python/mantid/api/FrameworkManagerTest.py @@ -10,6 +10,7 @@ class FrameworkManagerTest(unittest.TestCase): testhelpers.assertRaisesNothing(self, FrameworkManager.clearData) testhelpers.assertRaisesNothing(self, FrameworkManager.clearAlgorithms) testhelpers.assertRaisesNothing(self, FrameworkManager.clearInstruments) + testhelpers.assertRaisesNothing(self, FrameworkManager.clearProperties) if __name__ == '__main__': unittest.main()