aboutsummaryrefslogtreecommitdiffstats
path: root/config_test/src/main
diff options
context:
space:
mode:
authorHarald Musum <musum@yahooinc.com>2022-10-26 09:38:48 +0200
committerHarald Musum <musum@yahooinc.com>2022-10-26 09:38:48 +0200
commitc5a1101793f32aeb2c770d59b30ecafbb0cc9538 (patch)
tree54ae030422326aaafb7dfb2a88c92326f48db7c1 /config_test/src/main
parent0b4815033206a1fa19c20e804e6e4750d70370e9 (diff)
Remove module config_test
We don't support using config without depending on Vespa anymore
Diffstat (limited to 'config_test/src/main')
-rw-r--r--config_test/src/main/java/com/yahoo/configtest/Demo.java14
-rw-r--r--config_test/src/main/resources/configdefinitions/configtest.greeting.def10
2 files changed, 0 insertions, 24 deletions
diff --git a/config_test/src/main/java/com/yahoo/configtest/Demo.java b/config_test/src/main/java/com/yahoo/configtest/Demo.java
deleted file mode 100644
index 792fffa36a9..00000000000
--- a/config_test/src/main/java/com/yahoo/configtest/Demo.java
+++ /dev/null
@@ -1,14 +0,0 @@
-// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-package com.yahoo.configtest;
-
-/**
- * Just check we manage to compile something that requires configuration and
- * has no dependencies to Vespa.
- */
-public class Demo {
- public final String greeting;
-
- public Demo(GreetingConfig config) {
- greeting = config.greeting();
- }
-}
diff --git a/config_test/src/main/resources/configdefinitions/configtest.greeting.def b/config_test/src/main/resources/configdefinitions/configtest.greeting.def
deleted file mode 100644
index 901362ae386..00000000000
--- a/config_test/src/main/resources/configdefinitions/configtest.greeting.def
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-namespace=configtest
-
-greeting string default="Hello, world."
-arbitrary double
-
-values[].marker int
-values[].operations[].type enum { NALLE, BAMSE, BRAKAR }
-values[].operations[].arguments[].key string
-values[].operations[].arguments[].value string