Skip to content

Commit

Permalink
fix hierarchyConsistent test (forgot to upgrade to new syntax)
Browse files Browse the repository at this point in the history
git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@523 c6a108a4-781c-0410-a6c6-c2d559e19af0
  • Loading branch information
pstoellberger committed Mar 12, 2012
1 parent 60b247d commit 5838d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsrc/org/olap4j/OlapTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -1411,7 +1411,7 @@ public void testMultipleHierarchyConsistency() throws Exception {
TestContext.assertEqualsVerbose(
"SELECT\n"
+ "{[Measures].[Sales Count]} ON COLUMNS,\n"
+ "{{[Time.Weekly].[1997]}, Filter({{[Time.Weekly].[1997].[10].[23], [Time.Weekly].[1997].[10].[28]}}, (Ancestor([Time.Weekly].CurrentMember, [Time.Weekly].[Year]) IN {[Time.Weekly].[1997]}))} ON ROWS\n"
+ "{{[Time.Weekly].[1997]}, Filter({{[Time.Weekly].[1997].[10].[23], [Time.Weekly].[1997].[10].[28]}}, (Exists(Ancestor([Time.Weekly].CurrentMember, [Time.Weekly].[Year]), {[Time.Weekly].[1997]}).Count > 0))} ON ROWS\n"
+ "FROM [Sales]",
mdxString);

Expand Down

0 comments on commit 5838d7c

Please sign in to comment.