]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#65,!96] Commented out code removed.
authorTomek Mrugalski <tomasz@isc.org>
Thu, 25 Oct 2018 10:30:59 +0000 (12:30 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Thu, 25 Oct 2018 10:30:59 +0000 (12:30 +0200)
src/lib/yang/tests/adaptor_config_unittests.cc
src/lib/yang/tests/translator_utils_unittests.cc

index 23092f81381ac3484fb1ade11c40879f676acf9d..1ab3939966e926ff4ca95ffc5c5435435fe0690a 100644 (file)
@@ -37,8 +37,6 @@ void testFile(const std::string& fname, bool v6, ElementPtr& result) {
 
     string decommented = decommentJSONfile(fname);
 
-    //cout << "Parsing file " << fname << " (" << decommented << ")" << endl;
-
     EXPECT_NO_THROW(json = Element::fromJSONFile(decommented, true));
     reference_json = moveComments(json);
 
index 6178cacb66cb6dfcf85a81ef6df32187d40a837f..6fae632b423d2f7d745af8c9fe3db6c7fca0c97b 100644 (file)
@@ -215,7 +215,6 @@ void sanityCheckConfig(const std::string& model, const YRTree& tree) {
 // defined in yang_configs.h are sane.
 TEST(YangReprTest, verifyConfigs) {
     for (auto x : test_configs) {
-        //cout << "Testing tree for model " << x.first << endl;
         sanityCheckConfig(x.first, x.second);
     }
 }