From 7d5f93777026f46870f14d85c22872bb42bd40d5 Mon Sep 17 00:00:00 2001 From: Richard Walters Date: Wed, 4 Jul 2018 19:59:09 -0700 Subject: Add minor comment --- test/src/UriTests.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'test/src') diff --git a/test/src/UriTests.cpp b/test/src/UriTests.cpp index 106aade..efba4f1 100644 --- a/test/src/UriTests.cpp +++ b/test/src/UriTests.cpp @@ -771,6 +771,7 @@ TEST(UriTests, GenerateString) { std::string expectedUriString; }; const std::vector< TestVector > testVectors{ + // general test vectors {"http", "bob", "www.example.com", true, 8080, {"", "abc", "def"}, true, "foobar", true, "ch2", "http://bob@www.example.com:8080/abc/def?foobar#ch2"}, {"http", "bob", "www.example.com", true, 0, {}, true, "foobar", true, "ch2", "http://bob@www.example.com:0?foobar#ch2"}, {"http", "bob", "www.example.com", true, 0, {}, true, "foobar", true, "", "http://bob@www.example.com:0?foobar#"}, -- cgit v1.2.3