Skip to content

Commit

Permalink
Typo in ConnectionTest.
Browse files Browse the repository at this point in the history
git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@378 c6a108a4-781c-0410-a6c6-c2d559e19af0
  • Loading branch information
julianhyde committed Dec 3, 2010
1 parent a65b39e commit 2d66d33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<dependency org="hsqldb" name="hsqldb" rev="1.8.0.7"
transitive="false" conf="test->default" />

<dependency org="pentaho" name="mondrian" rev="3.2.1.13929"
<dependency org="pentaho" name="mondrian" rev="3.2.1.13953"
transitive="false" changing="true" conf="test->default" />

<dependency org="eigenbase" name="eigenbase-xom" rev="1.3.0.11999"
Expand Down
2 changes: 1 addition & 1 deletion testsrc/org/olap4j/ConnectionTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -2468,7 +2468,7 @@ public void testStatementTimeout() throws Throwable {
}

public void testCellSetBug() throws SQLException {
if (!Bug.BugOlap4j3126553Fixed) {
if (!Bug.BugOlap4j3126853Fixed) {
return;
}
connection = tester.createConnection();
Expand Down

0 comments on commit 2d66d33

Please sign in to comment.