Skip to content

Commit

Permalink
Refs #9129. Better test name and remove debugging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
arturbekasov committed Mar 12, 2014
1 parent dbda5b1 commit d959924
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Code/Mantid/Framework/API/test/AlgorithmTest.h
Expand Up @@ -133,8 +133,6 @@ class FailingAlgorithm : public Algorithm
std::string wsNameToFail = getPropertyValue("WsNameToFail");
std::string wsName = getPropertyValue("InputWorkspace");

std::cerr << wsNameToFail << wsName << std::endl;

if ( wsName == wsNameToFail )
{
throw std::runtime_error(FAIL_MSG);
Expand Down Expand Up @@ -735,7 +733,7 @@ class AlgorithmTest : public CxxTest::TestSuite
TS_ASSERT_EQUALS( ws1->readY(0)[0], 234 );
}

void test_processGroups_failsOnOneOfGroupWorkspaces()
void test_processGroups_failOnGroupMemberErrorMessage()
{
makeWorkspaceGroup("A", "A_1,A_2,A_3");

Expand Down

0 comments on commit d959924

Please sign in to comment.