Skip to content

Commit

Permalink
MONDRIAN: Fixes the DynamicSchemaProcessorTest which fails when aggre…
Browse files Browse the repository at this point in the history
…gates are enabled.

[git-p4: depot-paths = "//open/mondrian/": change = 14634]
  • Loading branch information
lucboudreau committed Sep 29, 2011
1 parent 6120236 commit 0ab45ea
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion testsrc/main/mondrian/test/DynamicSchemaProcessorTest.java
Expand Up @@ -31,7 +31,17 @@ public class DynamicSchemaProcessorTest

public static final String FRAGMENT_TWO =
"\">\n"
+ "<Cube name=\"Sales\">\n" + " <Table name=\"sales_fact_1997\"/>"
+ "<Cube name=\"Sales\">\n"
+ " <Table name=\"sales_fact_1997\">"
+ " <AggExclude name=\"agg_pl_01_sales_fact_1997\" />"
+ " <AggExclude name=\"agg_ll_01_sales_fact_1997\" />"
+ " <AggExclude name=\"agg_lc_100_sales_fact_1997\" />"
+ " <AggExclude name=\"agg_lc_06_sales_fact_1997\" />"
+ " <AggExclude name=\"agg_l_04_sales_fact_1997\" />"
+ " <AggExclude name=\"agg_l_03_sales_fact_1997\" />"
+ " <AggExclude name=\"agg_g_ms_pcat_sales_fact_1997\" />"
+ " <AggExclude name=\"agg_c_10_sales_fact_1997\" />"
+ "</Table>"
+ " <Dimension name=\"Fake\"><Hierarchy hasAll=\"true\">"
+ " <Level name=\"blah\" column=\"store_id\"/>"
+ " </Hierarchy></Dimension>"
Expand Down

0 comments on commit 0ab45ea

Please sign in to comment.