mirror of
https://github.com/google/nomulus.git
synced 2025-08-03 16:32:11 +02:00
Externalize premium/reserved list tests
Remove the GoogleInternal designator on the premium/reserved list tests, move the lists themselves under the config/files directory, and fix all of the surrounding infrastructure. The lists do not get exported. Only the "example.txt" list does, allowing the test to function on the open source build. TESTED: Verified that the gradle build works and that only the example.txt file is exported. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=229940659
This commit is contained in:
parent
d3e25cd5b1
commit
87ab149049
6 changed files with 46 additions and 0 deletions
|
@ -16,6 +16,8 @@ java_library(
|
|||
"**/*.java",
|
||||
]),
|
||||
resources = [
|
||||
"//java/google/registry/config/files/premium:all_lists",
|
||||
"//java/google/registry/config/files/reserved:all_lists",
|
||||
] + glob(["**/testdata/*"]),
|
||||
deps = [
|
||||
"//java/google/registry/config",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue