summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2019-10-11 15:49:59 +0200
committergjoranv <gv@verizonmedia.com>2019-10-11 15:49:59 +0200
commit3fbf004ff289ec8bc8fd3c3f6d0b1a8db72e33da (patch)
tree4d6dd07b69ec1427e9491bdb0f4865f9598847ec /config
parentdc2f7ed94ce95ff983700d3e44d5006cbee5bf34 (diff)
Add a basic test for struct builders.
+ Delete unused .def file
Diffstat (limited to 'config')
-rw-r--r--config/src/test/resources/configs/def-files/datastructures.def11
1 files changed, 0 insertions, 11 deletions
diff --git a/config/src/test/resources/configs/def-files/datastructures.def b/config/src/test/resources/configs/def-files/datastructures.def
deleted file mode 100644
index cbcbc4b8bed..00000000000
--- a/config/src/test/resources/configs/def-files/datastructures.def
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-namespace=foo
-
-date[] string
-
-stock[].ticker string
-stock[].type enum { COMMON, ETF, ETC } default=COMMON
-stock[].volume[] int
-
-basicstruct.foo string default="foo"
-basicstruct.bar int default=0