Skip to content

Commit

Permalink
Removes unnecessary dependency on the Mondrian code.
Browse files Browse the repository at this point in the history
git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@385 c6a108a4-781c-0410-a6c6-c2d559e19af0
  • Loading branch information
lucboudreau committed Dec 22, 2010
1 parent 1643a1a commit d7e4802
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions testsrc/org/olap4j/MetadataTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
package org.olap4j;

import junit.framework.TestCase;
import mondrian.olap.Util;

import org.olap4j.impl.Olap4jUtil;
import org.olap4j.metadata.*;
Expand Down Expand Up @@ -459,11 +458,9 @@ public void testGetCatalogs() throws SQLException {
assertEquals(cube.getSchema(), schema);
}
for (Dimension dimension : schema.getSharedDimensions()) {
Util.discard(dimension);
++k;
}
for (Locale locale : schema.getSupportedLocales()) {
Util.discard(locale);
++k;
}
}
Expand Down

0 comments on commit d7e4802

Please sign in to comment.