Skip to content

Commit

Permalink
Re #9442. Clear the AlgorithmManager at the start of the test.
Browse files Browse the repository at this point in the history
Ensures that the LiveDataTest executable can be run directly (and successfully).
  • Loading branch information
RussellTaylor committed May 13, 2014
1 parent 72c28ff commit ef2a90f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Code/Mantid/Framework/LiveData/test/StartLiveDataTest.h
Expand Up @@ -121,6 +121,7 @@ class StartLiveDataTest : public CxxTest::TestSuite
{
// Declare all algorithms, e.g. Rebin
FrameworkManager::Instance();
AlgorithmManager::Instance().clear();
EventWorkspace_sptr ws;
ws = doExecEvent("Replace", 1, "Rebin", "Params=40e3, 1e3, 60e3");

Expand Down

0 comments on commit ef2a90f

Please sign in to comment.