Skip to content

Commit

Permalink
Running all test cases, not just configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
tHerrmann committed Sep 17, 2013
1 parent 11f57f2 commit a78d571
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ compileTestJava {

test {
useJUnit()
include 'org/opencms/configuration/AllTests*'
include 'org/opencms/test/AllTests*'
// important: exclude all anonymous classes
exclude '**/*$*.class'
scanForTestClasses false
Expand All @@ -573,4 +573,4 @@ test {
// fixed issue with libraries containing both .java and .class files
tasks.withType(JavaCompile) {
options.compilerArgs += ["-sourcepath", ""]
}
}

0 comments on commit a78d571

Please sign in to comment.