Skip to content

Commit

Permalink
MONDRIAN: filter out non-test classes which prevent junit-main
Browse files Browse the repository at this point in the history
from running

[git-p4: depot-paths = "//open/mondrian/": change = 8271]
  • Loading branch information
jsichi committed Dec 7, 2006
1 parent 9030a6b commit 32a613c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.xml
Expand Up @@ -497,6 +497,8 @@ in {mondrian.foodmart.jdbcURL}.">
-->
<include name="mondrian/test/**/*Test*.class" />
<exclude name="mondrian/test/**/*Testable*.class" />
<exclude name="mondrian/test/*TestRunner.class" />
<exclude name="mondrian/test/**/CsvDBTestCase.class" />
<exclude name="mondrian/test/**/*TestContext*.class" />
<exclude name="mondrian/test/**/TestCaseForker.class" />
<exclude name="mondrian/test/**/FoodMartTestCase.class" />
Expand Down

0 comments on commit 32a613c

Please sign in to comment.