You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: native-gradle-plugin/src/functionalTest/groovy/org/graalvm/buildtools/gradle/OfficialMetadataRepoFunctionalTest.groovy
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -59,10 +59,12 @@ class OfficialMetadataRepoFunctionalTest extends AbstractFunctionalTest {
59
59
succeeded ':jar', ':nativeCompile', ':nativeRun'
60
60
}
61
61
62
+
and: "the run succeeded and retrieved data from the database"
63
+
outputContains "Customers in the database"
64
+
62
65
and: "finds metadata in the remote repository"
63
66
outputContains "[graalvm reachability metadata repository for com.h2database:h2:"
64
67
outputContains "Configuration directory is com.h2database"+File.separator +"h2"+File.separator
65
-
outputDoesNotContain "Falling back to the default repository at"
66
68
}
67
69
68
70
def"the application doesn't run when usage of the official metadata repository is disabled"() {
Copy file name to clipboardExpand all lines: native-maven-plugin/src/functionalTest/groovy/org/graalvm/buildtools/maven/JavaApplicationFunctionalTest.groovy
+34Lines changed: 34 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -143,4 +143,38 @@ class JavaApplicationFunctionalTest extends AbstractGraalVMMavenFunctionalTest {
143
143
outputContains "Args file written to: target" + File.separator + "native-image"
144
144
}
145
145
146
+
def "help describe includes goal descriptions"() {
Copy file name to clipboardExpand all lines: native-maven-plugin/src/functionalTest/groovy/org/graalvm/buildtools/maven/OfficialMetadataRepositoryFunctionalTest.groovy
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,6 @@ class OfficialMetadataRepositoryFunctionalTest extends AbstractGraalVMMavenFunct
62
62
and: "finds metadata in the remote repository"
63
63
outputContains "[graalvm reachability metadata repository for com.h2database:h2:"
64
64
outputContains "Configuration directory is com.h2database"+File.separator +"h2"+File.separator
65
-
outputDoesNotContain "Falling back to the default repository."
0 commit comments