Skip to content

Commit

Permalink
Correction to a unit test. Re #7253
Browse files Browse the repository at this point in the history
  • Loading branch information
mantid-roman committed Jun 24, 2013
1 parent 9412934 commit 14736a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Code/Mantid/Framework/API/test/WorkspaceGroupTest.h
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,8 @@ class WorkspaceGroupTest : public CxxTest::TestSuite
Mantid::API::Workspace::InfoNode &node = *rootNode.nodes()[0];
TS_ASSERT_EQUALS( node.nodes().size(), 3 );

TS_ASSERT_EQUALS( node.lines()[0], "group" ); // workspace name
TS_ASSERT_EQUALS( node.lines()[1], "WorkspaceGroup" ); // workspace id
TS_ASSERT_EQUALS( node.workspaceName(), "group" ); // workspace name
TS_ASSERT_EQUALS( node.lines()[0], "WorkspaceGroup" ); // workspace id
}

void test_isInGroup()
Expand Down

0 comments on commit 14736a7

Please sign in to comment.