Skip to content

Commit

Permalink
MONDRIAN: added fold calls so tests don't fail in some environments
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//open/mondrian/": change = 9182]
  • Loading branch information
Will Gorman committed Apr 27, 2007
1 parent 5981607 commit a012949
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions testsrc/main/mondrian/test/BasicQueryTest.java
Expand Up @@ -5707,7 +5707,7 @@ public void _testNonClosureParentChildHierarchy() {
"{[EmployeesNonClosure].[Sheri Nowmer].children} on columns," +
"{[Time].[1997]} ON rows " +
"from HR",
"Axis #0:\n" +
fold("Axis #0:\n" +
"{}\n" +
"Axis #1:\n" +
"{[EmployeesNonClosure].[All Employees].[Sheri Nowmer].[Derrick Whelply]}\n" +
Expand All @@ -5725,7 +5725,7 @@ public void _testNonClosureParentChildHierarchy() {
"Row #0: $428.76\n" +
"Row #0: $234.36\n" +
"Row #0: $832.68\n" +
"Row #0: $577.80\n");
"Row #0: $577.80\n"));
}

/**
Expand All @@ -5739,7 +5739,7 @@ public void testNumericToLogicalConversion() {
"[Product].[Food].[Baked Goods].[Bread]), " +
"Count([Product].currentMember.children)) on Rows " +
"from [Sales]",
"Axis #0:\n" +
fold("Axis #0:\n" +
"{}\n" +
"Axis #1:\n" +
"{[Measures].[Unit Sales]}\n" +
Expand Down Expand Up @@ -5781,7 +5781,7 @@ public void testNumericToLogicalConversion() {
"Row #15: 815\n" +
"Row #16: 638\n" +
"Row #17: 653\n" +
"Row #18: 715\n");
"Row #18: 715\n"));
}

/**
Expand Down

0 comments on commit a012949

Please sign in to comment.