aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src/test/java/com/yahoo/vespa/config/server/ApplicationRepositoryTest.java
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-08-22 22:25:46 +0200
committerGitHub <noreply@github.com>2022-08-22 22:25:46 +0200
commitb409eb7c17d06744954a64495e4c6d0e21638dd5 (patch)
treeda63197e9d037d4488b99b2db96eb8c4d03e3fe2 /configserver/src/test/java/com/yahoo/vespa/config/server/ApplicationRepositoryTest.java
parent7329258911cac65ed94ca36ff5c390d017120316 (diff)
parent7dc9c6c81a88eae4a7023f5f4ae731eab0ea3d4f (diff)
Merge pull request #23740 from vespa-engine/hmusum/remove-unused-test-appv8.40.27
Remove unused test app
Diffstat (limited to 'configserver/src/test/java/com/yahoo/vespa/config/server/ApplicationRepositoryTest.java')
-rw-r--r--configserver/src/test/java/com/yahoo/vespa/config/server/ApplicationRepositoryTest.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/configserver/src/test/java/com/yahoo/vespa/config/server/ApplicationRepositoryTest.java b/configserver/src/test/java/com/yahoo/vespa/config/server/ApplicationRepositoryTest.java
index a8439a9061c..99487230c5d 100644
--- a/configserver/src/test/java/com/yahoo/vespa/config/server/ApplicationRepositoryTest.java
+++ b/configserver/src/test/java/com/yahoo/vespa/config/server/ApplicationRepositoryTest.java
@@ -92,7 +92,6 @@ public class ApplicationRepositoryTest {
private final static File testAppLogServerWithContainer = new File("src/test/apps/app-logserver-with-container");
private final static File app1 = new File("src/test/apps/cs1");
private final static File app2 = new File("src/test/apps/cs2");
- private final static File illegalApp2 = new File("src/test/apps/illegalapp2");
private final static TenantName tenant1 = TenantName.from("test1");
private final static TenantName tenant2 = TenantName.from("test2");