Skip to content

Commit

Permalink
Re #7218. Remove a redundant test.
Browse files Browse the repository at this point in the history
  • Loading branch information
RussellTaylor committed Jun 4, 2013
1 parent e1f19e7 commit c0442db
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions Code/Mantid/Framework/DataHandling/test/MonitorLiveDataTest.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,19 +63,6 @@ class MonitorLiveDataTest : public CxxTest::TestSuite
return alg;
}

/** Create and run the algorithm asynchronously */
void test_runAsync()
{
IAlgorithm_sptr alg = makeAlgo("fake1");
Poco::ActiveResult<bool> res1 = alg->executeAsync();
Poco::Thread::sleep(100); // give it some time to start

// Abort the thread.
alg->cancel();
res1.wait(10000);
//TS_ASSERT( AnalysisDataService::Instance().doesExist("fake1") );
}

/** Disallow if you detect another MonitorLiveData thread with the same */
void test_DontAllowTwoAlgorithmsWithSameOutput()
{
Expand Down

0 comments on commit c0442db

Please sign in to comment.