assertAxisReturns("{[Store].[All Stores].Parent.Parent}", "");
}
public void testParentPC() {
final TestContext testContext = getTestContext().withCube("HR");
testContext.assertAxisReturns(
"[Employees].Parent",
"");
testContext.assertAxisReturns(
"[Employees].[Sheri Nowmer].Parent",
"[Employees].[All Employees]");