Skip to content

Commit

Permalink
MONDRIAN: Re-enable a test disabled in 12178.
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//open/mondrian/": change = 12397]
  • Loading branch information
julianhyde committed Feb 25, 2009
1 parent a5aaff6 commit 1bde211
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions testsrc/main/mondrian/olap/fun/FunctionTest.java
Expand Up @@ -1101,7 +1101,6 @@ public void testParent() {

public void testParentPC() {
final TestContext testContext = getTestContext().withCube("HR");
if (false) {
testContext.assertAxisReturns(
"[Employees].Parent",
"");
Expand All @@ -1113,8 +1112,7 @@ public void testParentPC() {
"[Employees].[All Employees].[Sheri Nowmer]");
testContext.assertAxisReturns(
"[Employees].Members.Item(3)",
"[Employees].[All Employees].[Michael Spence]");
}
"[Employees].[All Employees].[Sheri Nowmer].[Derrick Whelply].[Beverly Baker]");
testContext.assertAxisReturns(
"[Employees].Members.Item(3).Parent",
"[Employees].[All Employees].[Sheri Nowmer].[Derrick Whelply]");
Expand Down

0 comments on commit 1bde211

Please sign in to comment.