fix uri test
authorMichael Vogt <egon@debian-devbox>
Wed, 8 May 2013 16:58:10 +0000 (18:58 +0200)
committerMichael Vogt <egon@debian-devbox>
Wed, 8 May 2013 16:58:10 +0000 (18:58 +0200)
test/libapt/uri_test.cc

index 16fde50..8216ade 100644 (file)
@@ -113,7 +113,7 @@ int main() {
         URI U("ftp://foo:b%40r@example.org");
         equals("foo", U.User);
         equals("b@r", U.Password);
-        equals("ftp://foo:b%40r@example.org", (std::string) U);
+        equals("ftp://foo:b%40r@example.org/", (std::string) U);
         }
 
        return 0;