X-Git-Url: https://git.stg.codes/ssmd.git/blobdiff_plain/ae26516a8828d54ab7c0e0bca92031a54a15ed62..refs/heads/master:/tests/test_data_parser.cpp?ds=sidebyside diff --git a/tests/test_data_parser.cpp b/tests/test_data_parser.cpp index 3c3292e..4ce17eb 100644 --- a/tests/test_data_parser.cpp +++ b/tests/test_data_parser.cpp @@ -3,11 +3,11 @@ #include "datatypes.h" #include "logger.h" -GTS::Logger logger; +SSMD::Logger logger; int main() { - GTS::Lines lines; + SSMD::Lines lines; std::string data( "172.16.47.10,gts_community_r,gts_community_w,10,1,001CC0B16177,64,128,64,128\n" "172.16.47.11,gts_community_r,gts_community_w,10,1,001CC0B16178,65,129,66,138\n" @@ -20,7 +20,7 @@ int main() if (!parseData(data, lines)) { logger << "Failed to parse data" << std::endl; } else { - GTS::Lines::const_iterator it; + SSMD::Lines::const_iterator it; for (it = lines.begin(); it != lines.end(); ++it) { logger << "line: " << it->switchIP << ","