From 0d4e75282aa5caa7a787f9fca054f46771c3375e Mon Sep 17 00:00:00 2001 From: Mathieu Doucet <doucetm@ornl.gov> Date: Mon, 31 Jan 2011 20:21:45 +0000 Subject: [PATCH] This now should pass... finally. Re #2270 --- Code/Mantid/Framework/PythonAPI/test/PythonAlgorithmTest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Mantid/Framework/PythonAPI/test/PythonAlgorithmTest.py b/Code/Mantid/Framework/PythonAPI/test/PythonAlgorithmTest.py index 4838187edb8..fced189d373 100644 --- a/Code/Mantid/Framework/PythonAPI/test/PythonAlgorithmTest.py +++ b/Code/Mantid/Framework/PythonAPI/test/PythonAlgorithmTest.py @@ -33,7 +33,7 @@ class PythonAlgorithmTest(unittest.TestCase): def setUp(self): pass - def skip_test_sub_alg_wksp_transfer(self): + def test_sub_alg_wksp_transfer(self): """ Check that we can execute a sub-algorithm and pass ownership of an output workspace to the parent algo. -- GitLab