Skip to content

Commit

Permalink
MONDRIAN: Fix difference in query output in SchemaTest.testBugMondria…
Browse files Browse the repository at this point in the history
…n463 when

    aggregates are enabled. It is to be expected.

[git-p4: depot-paths = "//open/mondrian-release/3.2/": change = 13727]
  • Loading branch information
julianhyde committed Jun 29, 2010
1 parent 9fa14a3 commit 26cefe8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions testsrc/main/mondrian/test/SchemaTest.java
Expand Up @@ -3140,6 +3140,14 @@ public void testBugMondrian463() {
+ "</Dimension>"));

// As above, but using shared dimension.
if (MondrianProperties.instance().ReadAggregates.get()
&& MondrianProperties.instance().UseAggregates.get())
{
// With aggregates enabled, query gives different answer. This is
// expected because some of the foreign keys have referential
// integrity problems.
return;
}
checkBugMondrian463(
TestContext.create(
"<?xml version='1.0'?>\n"
Expand Down

0 comments on commit 26cefe8

Please sign in to comment.