Skip to content

Commit

Permalink
Merge pull request #589 from afester/Issue588
Browse files Browse the repository at this point in the history
Issue588: set the property testfx.robot to glass when running the Tes…
  • Loading branch information
JordanMartinez authored Sep 23, 2017
2 parents 45589ef + bdf16fd commit ca4c5bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions richtextfx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ testSets {

check.dependsOn integrationTest
integrationTest.mustRunAfter test
integrationTest.systemProperty "testfx.robot", "glass"
if (gradle.gradleVersion.substring(0, 1) >= "4") {
// required for Gradle 4 to see custom integrationTest test suite
integrationTest.testClassesDirs = sourceSets.integrationTest.output.classesDirs
Expand Down

0 comments on commit ca4c5bb

Please sign in to comment.