Michael Vogt пре 13 година
родитељ
комит
c2994dd971
1 измењених фајлова са 1 додато и 1 уклоњено
  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");
         URI U("ftp://foo:b%40r@example.org");
         equals("foo", U.User);
         equals("foo", U.User);
         equals("b@r", U.Password);
         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;
 	return 0;