Skip to content

Commit

Permalink
Small correction to a test. Re #7253
Browse files Browse the repository at this point in the history
  • Loading branch information
mantid-roman committed Jun 25, 2013
1 parent c133062 commit 889cf9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/API/test/MatrixWorkspaceTest.h
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ class MatrixWorkspaceTest : public CxxTest::TestSuite
TS_ASSERT_EQUALS( node.lines()[6], "Y axis: something per " );
TS_ASSERT_EQUALS( node.lines()[7].substr(0,11), "Instrument:" );
TS_ASSERT_EQUALS( node.workspaceName(), "" );
TS_ASSERT_EQUALS( node.getMemorySize(), 304 );
TS_ASSERT_DIFFERS( node.getMemorySize(), 0 );
}

private:
Expand Down

0 comments on commit 889cf9f

Please sign in to comment.