Skip to content

Commit

Permalink
MONDRIAN: Minor assertEquals change in RolapResultTest
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//open/mondrian/": change = 10918]
  • Loading branch information
Will Gorman committed Apr 18, 2008
1 parent 3a2109b commit 0d7fc9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsrc/main/mondrian/rolap/RolapResultTest.java
Expand Up @@ -133,7 +133,7 @@ public void testD1() throws Exception {
{[D2].[y]}
{[D2].[z]}
*/
assertTrue(resultString.equals(RESULTS));
assertEquals(resultString, RESULTS);
}

public void testD2() throws Exception {
Expand Down

0 comments on commit 0d7fc9f

Please sign in to comment.