]> git.saurik.com Git - apt.git/blobdiff - test/libapt/uri_test.cc
set APT::Sources::Use-Deb822 to default false for now
[apt.git] / test / libapt / uri_test.cc
index 16fde503fbb9b87ec6f27c63b1e2a74b135a0893..8216ade71c9572cd16f768f4b8158f9168041093 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;