]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1298] Added all-options.json to ParserTest.file
authorTomek Mrugalski <thomson@klub.com.pl>
Fri, 23 Oct 2020 10:55:40 +0000 (12:55 +0200)
committerAndrei Pavel <andrei@isc.org>
Fri, 23 Oct 2020 16:35:20 +0000 (19:35 +0300)
src/bin/dhcp4/tests/parser_unittest.cc
src/bin/dhcp6/tests/parser_unittest.cc

index f1cd307ef6459d1d49c3750111ade4e96fa61c0a..7df131eb6ad686d02af5233e007ddab9b6ecc49b 100644 (file)
@@ -268,6 +268,7 @@ void testFile(const std::string& fname) {
 TEST(ParserTest, file) {
     vector<string> configs = { "advanced.json" ,
                                "all-keys.json",
+                               "all-options.json",
                                "backends.json",
                                "cassandra.json",
                                "classify.json",
index 6e36d7799de8424d451a5ba4284910ead090db24..0d759f07340d5715a274c60b9088ba5e92be8d59 100644 (file)
@@ -273,6 +273,7 @@ TEST(ParserTest, file) {
     vector<string> configs;
     configs.push_back("advanced.json");
     configs.push_back("all-keys.json");
+    configs.push_back("all-options.json");
     configs.push_back("backends.json");
     configs.push_back("cassandra.json");
     configs.push_back("classify.json");