aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/schema-test-files
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@yahoo-inc.com>2017-07-31 16:53:06 +0200
committerJon Bratseth <bratseth@yahoo-inc.com>2017-07-31 16:53:06 +0200
commit463a3493d68f4e55930a570617334a9541385ad5 (patch)
tree7abb5c3d0123d0a79a598c36875594a7b7f697d3 /config-model/src/test/schema-test-files
parentb4fc7b0ea0f710b04ebe64c6c4a9f981b6b0c25d (diff)
Validate validation-overrides.xml files
Diffstat (limited to 'config-model/src/test/schema-test-files')
-rw-r--r--config-model/src/test/schema-test-files/validation-overrides.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/config-model/src/test/schema-test-files/validation-overrides.xml b/config-model/src/test/schema-test-files/validation-overrides.xml
new file mode 100644
index 00000000000..3b8b4f290be
--- /dev/null
+++ b/config-model/src/test/schema-test-files/validation-overrides.xml
@@ -0,0 +1,4 @@
+<validation-overrides>
+ <allow until="2017-01-01" comment="Some change">field-type-change</allow>
+ <allow until="2017-02-01">cluster-size-reduction</allow>
+</validation-overrides>