Skip to content
This repository was archived by the owner on Jun 30, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions test-compat/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ allprojects {
}

test {
dependsOn += ':test-compat:appengineEndpointsInstallClientLibs'
}

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

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

testlibCompile(group: 'com.compat_tests', name: 'wax', version: 'v1-+') {
exclude group: 'com.google.guava', module: 'guava-jdk5'
}
testlibCompile(group: 'com.compat_tests', name: 'tictactoe', version: 'v1-+') {
exclude group: 'com.google.guava', module: 'guava-jdk5'
}
testlibCompile group: 'junit', name: 'junit', version: junitVersion
testlibCompile group: 'com.google.truth', name: 'truth', version: truthVersion
testlibCompile group: 'javax.servlet', name: 'servlet-api', version: servletVersion
Expand Down
94 changes: 0 additions & 94 deletions test-compat/src/testlib/java/com/google/testapi/TictactoeTest.java

This file was deleted.

67 changes: 0 additions & 67 deletions test-compat/src/testlib/java/com/google/util/TestUtils.java

This file was deleted.

Loading