Skip to content

Commit

Permalink
MONDRIAN: added suite of Cognos MDX tests.
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//open/mondrian/": change = 12224]
  • Loading branch information
Matt Campbell authored and Matt Campbell committed Jan 13, 2009
1 parent 98fc415 commit 9df8598
Show file tree
Hide file tree
Showing 2 changed files with 115,732 additions and 1 deletion.
107 changes: 106 additions & 1 deletion testsrc/main/mondrian/xmla/XmlaCognosTest.java
Expand Up @@ -32,6 +32,110 @@ public XmlaCognosTest(String name) {
super(name);
}

public void testCognosMDXSuiteHR_001() throws Exception {
executeMDX();
}

public void testCognosMDXSuiteHR_002() throws Exception {
executeMDX();
}

public void testCognosMDXSuiteSales_001() throws Exception {
executeMDX();
}

public void testCognosMDXSuiteSales_002() throws Exception {
executeMDX();
}

public void testCognosMDXSuiteSales_003() throws Exception {
executeMDX();
}

public void testCognosMDXSuiteSales_004() throws Exception {
executeMDX();
}

public void testCognosMDXSuiteConvertedAdventureWorksToFoodMart_003()
throws Exception {
executeMDX();
}

public void testCognosMDXSuiteConvertedAdventureWorksToFoodMart_005()
throws Exception {
executeMDX();
}

public void testCognosMDXSuiteConvertedAdventureWorksToFoodMart_006()
throws Exception {
executeMDX();
}

public void testCognosMDXSuiteConvertedAdventureWorksToFoodMart_007()
throws Exception {
executeMDX();
}

public void testCognosMDXSuiteConvertedAdventureWorksToFoodMart_009()
throws Exception {
executeMDX();
}

public void testCognosMDXSuiteConvertedAdventureWorksToFoodMart_012()
throws Exception {
executeMDX();
}

public void testCognosMDXSuiteConvertedAdventureWorksToFoodMart_013()
throws Exception {
executeMDX();
}

public void testCognosMDXSuiteConvertedAdventureWorksToFoodMart_014()
throws Exception {
executeMDX();
}

public void testCognosMDXSuiteConvertedAdventureWorksToFoodMart_015()
throws Exception {
executeMDX();
}

public void testCognosMDXSuiteConvertedAdventureWorksToFoodMart_016()
throws Exception {
executeMDX();
}

public void testCognosMDXSuiteConvertedAdventureWorksToFoodMart_017()
throws Exception {
executeMDX();
}

public void testCognosMDXSuiteConvertedAdventureWorksToFoodMart_020()
throws Exception {
executeMDX();
}

public void testCognosMDXSuiteConvertedAdventureWorksToFoodMart_021()
throws Exception {
executeMDX();
}

public void testCognosMDXSuiteConvertedAdventureWorksToFoodMart_024()
throws Exception {
executeMDX();
}

public void testCognosMDXSuiteConvertedAdventureWorksToFoodMart_028()
throws Exception {
executeMDX();
}

public void testCognosMDXSuiteConvertedAdventureWorksToFoodMart_029()
throws Exception {
executeMDX();
}

public void testDimensionPropertyForPercentageIssue() throws Exception {
executeMDX();
}
Expand Down Expand Up @@ -91,7 +195,8 @@ public void testWithAggregation() throws Exception {

private void executeMDX() throws Exception {
String requestType = "EXECUTE";
doTest(requestType, getDefaultRequestProperties(requestType), TestContext.instance());
doTest(requestType, getDefaultRequestProperties(requestType),
TestContext.instance());
}

protected DiffRepository getDiffRepos() {
Expand Down

0 comments on commit 9df8598

Please sign in to comment.