mirror of
https://github.com/google/nomulus
synced 2026-04-29 04:17:15 +00:00
Fix TldTest (#2107)
Test data should be loaded from resources, not source tree.
This commit is contained in:
@@ -77,6 +77,10 @@ task extractSqlIntegrationTestSuite (type: Copy) {
|
||||
}
|
||||
into unpackedTestDir
|
||||
includeEmptyDirs = false
|
||||
|
||||
if (nomulus_version == USE_LOCAL) {
|
||||
dependsOn ':core:testUberJar'
|
||||
}
|
||||
}
|
||||
|
||||
// TODO(weiminyu): inherit from FilteringTest (defined in :core).
|
||||
|
||||
Reference in New Issue
Block a user