Michael Vogt %!s(int64=13) %!d(string=hai) anos
pai
achega
c2994dd971
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      test/libapt/uri_test.cc

+ 1 - 1
test/libapt/uri_test.cc

@@ -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;