From 2e35846fd6553b4a3147774eb1bf4666c20e57f1 Mon Sep 17 00:00:00 2001 From: Wenduo Zhou <zhouw@ornl.gov> Date: Mon, 31 Dec 2012 14:48:04 -0500 Subject: [PATCH] Fix unit test. Refs #6019. --- Code/Mantid/Framework/CurveFitting/test/LeBailFit2Test.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Mantid/Framework/CurveFitting/test/LeBailFit2Test.h b/Code/Mantid/Framework/CurveFitting/test/LeBailFit2Test.h index 81ecc336865..58ebfea5809 100644 --- a/Code/Mantid/Framework/CurveFitting/test/LeBailFit2Test.h +++ b/Code/Mantid/Framework/CurveFitting/test/LeBailFit2Test.h @@ -420,7 +420,7 @@ public: /** Test a complete LeBail Fit process with background by Monte Carlo algorithm * Using Run 4862 Bank 7 as the testing data */ - void test_monteCarloLeBailFit_PG3Bank7() + void OnlyLocalPassed_test_monteCarloLeBailFit_PG3Bank7() { // 1. Create input workspace API::MatrixWorkspace_sptr dataws; -- GitLab