Skip to content
This repository was archived by the owner on Jun 30, 2023. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 44933a4

Browse files
authoredJun 4, 2021
Remove the test for Java client generation. (#201)
Java client generation feature depends on an external server, which takes an OpenAPI spec and returns a Java client library. The server has been turned down. Remove the test, which depends on the server. Actual error: Execution failed for task ':test-compat:appengineEndpointsGetClientLibs'. > There was an error running endpoints command get-client-lib: 404 Not Found
1 parent 8e818f1 commit 44933a4

File tree

4 files changed

+0
-437
lines changed

4 files changed

+0
-437
lines changed
 

‎test-compat/build.gradle

-8
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ allprojects {
6262
}
6363

6464
test {
65-
dependsOn += ':test-compat:appengineEndpointsInstallClientLibs'
6665
}
6766

6867
// This is necessary because otherwise gradle check runs the dev server, but since there are no
@@ -88,7 +87,6 @@ def testAllConfigs = task('testAllConfigs', type: Test) {
8887
description = 'runs tests for all environments'
8988
group = 'Compatibility testing'
9089
testClassesDir = sourceSets.test.output.classesDir
91-
dependsOn += ':test-compat:appengineEndpointsInstallClientLibs'
9290
}
9391

9492
testConfigs.each { cfg ->
@@ -127,12 +125,6 @@ dependencies {
127125
compile group: 'javax.servlet', name: 'servlet-api', version: servletVersion
128126
compileOnly group: 'com.google.appengine', name: 'appengine-endpoints', version: appengineVersion
129127

130-
testlibCompile(group: 'com.compat_tests', name: 'wax', version: 'v1-+') {
131-
exclude group: 'com.google.guava', module: 'guava-jdk5'
132-
}
133-
testlibCompile(group: 'com.compat_tests', name: 'tictactoe', version: 'v1-+') {
134-
exclude group: 'com.google.guava', module: 'guava-jdk5'
135-
}
136128
testlibCompile group: 'junit', name: 'junit', version: junitVersion
137129
testlibCompile group: 'com.google.truth', name: 'truth', version: truthVersion
138130
testlibCompile group: 'javax.servlet', name: 'servlet-api', version: servletVersion

‎test-compat/src/testlib/java/com/google/testapi/TictactoeTest.java

-94
This file was deleted.

‎test-compat/src/testlib/java/com/google/util/TestUtils.java

-67
This file was deleted.

0 commit comments

Comments
 (0)