aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/cfg/application/configdeftest/configdefinitions
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@yahoo-inc.com>2016-06-15 23:09:44 +0200
committerJon Bratseth <bratseth@yahoo-inc.com>2016-06-15 23:09:44 +0200
commit72231250ed81e10d66bfe70701e64fa5fe50f712 (patch)
tree2728bba1131a6f6e5bdf95afec7d7ff9358dac50 /config-model/src/test/cfg/application/configdeftest/configdefinitions
Publish
Diffstat (limited to 'config-model/src/test/cfg/application/configdeftest/configdefinitions')
-rw-r--r--config-model/src/test/cfg/application/configdeftest/configdefinitions/bar.def3
-rw-r--r--config-model/src/test/cfg/application/configdeftest/configdefinitions/baz.def3
-rw-r--r--config-model/src/test/cfg/application/configdeftest/configdefinitions/foo.def4
-rw-r--r--config-model/src/test/cfg/application/configdeftest/configdefinitions/qux.foo.def4
-rw-r--r--config-model/src/test/cfg/application/configdeftest/configdefinitions/xyzzy.bar.def4
-rw-r--r--config-model/src/test/cfg/application/configdeftest/configdefinitions/xyzzy.def4
6 files changed, 22 insertions, 0 deletions
diff --git a/config-model/src/test/cfg/application/configdeftest/configdefinitions/bar.def b/config-model/src/test/cfg/application/configdeftest/configdefinitions/bar.def
new file mode 100644
index 00000000000..5ba447b9f7d
--- /dev/null
+++ b/config-model/src/test/cfg/application/configdeftest/configdefinitions/bar.def
@@ -0,0 +1,3 @@
+# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+namespace=xyzzy
+bar int default="1"
diff --git a/config-model/src/test/cfg/application/configdeftest/configdefinitions/baz.def b/config-model/src/test/cfg/application/configdeftest/configdefinitions/baz.def
new file mode 100644
index 00000000000..d9649a64203
--- /dev/null
+++ b/config-model/src/test/cfg/application/configdeftest/configdefinitions/baz.def
@@ -0,0 +1,3 @@
+# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+namespace=xyzzy
+bar int
diff --git a/config-model/src/test/cfg/application/configdeftest/configdefinitions/foo.def b/config-model/src/test/cfg/application/configdeftest/configdefinitions/foo.def
new file mode 100644
index 00000000000..f1cb7a75c8a
--- /dev/null
+++ b/config-model/src/test/cfg/application/configdeftest/configdefinitions/foo.def
@@ -0,0 +1,4 @@
+# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+version=2
+namespace=config
+bar int default=1
diff --git a/config-model/src/test/cfg/application/configdeftest/configdefinitions/qux.foo.def b/config-model/src/test/cfg/application/configdeftest/configdefinitions/qux.foo.def
new file mode 100644
index 00000000000..5fa36afc8e4
--- /dev/null
+++ b/config-model/src/test/cfg/application/configdeftest/configdefinitions/qux.foo.def
@@ -0,0 +1,4 @@
+# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+namespace=qux
+bar int default=2
+quux int default=3
diff --git a/config-model/src/test/cfg/application/configdeftest/configdefinitions/xyzzy.bar.def b/config-model/src/test/cfg/application/configdeftest/configdefinitions/xyzzy.bar.def
new file mode 100644
index 00000000000..aae291ec190
--- /dev/null
+++ b/config-model/src/test/cfg/application/configdeftest/configdefinitions/xyzzy.bar.def
@@ -0,0 +1,4 @@
+# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+namespace=xyzzy
+bar int default="2"
+foo int
diff --git a/config-model/src/test/cfg/application/configdeftest/configdefinitions/xyzzy.def b/config-model/src/test/cfg/application/configdeftest/configdefinitions/xyzzy.def
new file mode 100644
index 00000000000..e078d9cf77a
--- /dev/null
+++ b/config-model/src/test/cfg/application/configdeftest/configdefinitions/xyzzy.def
@@ -0,0 +1,4 @@
+# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+version=1
+namespace=config
+bar int default=1