From 78cf0a123d3b00a564c56f1d93e78b18a7a0fd1b Mon Sep 17 00:00:00 2001 From: Peter Parker <peter.parker@stfc.ac.uk> Date: Thu, 12 Jun 2014 10:41:47 +0100 Subject: [PATCH] Refs #9641 - Added similar test. --- .../test/python/mantid/api/FrameworkManagerTest.py | 1 + 1 file changed, 1 insertion(+) 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 2d512010f1c..72fa43979fa 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() -- GitLab