summaryrefslogtreecommitdiff
path: root/test/libapt/uri_test.cc
diff options
context:
space:
mode:
authorMichael Vogt <mvo@ubuntu.com>2013-05-16 14:31:14 +0200
committerMichael Vogt <mvo@ubuntu.com>2013-05-16 14:31:14 +0200
commit14e8d0257c83938612afb2981fc72428c9c7f59b (patch)
tree1ae7563d64f2f555d448c6640e497c7c43cd5c86 /test/libapt/uri_test.cc
parent1af6a591aeadb837b76d89dace9badf2d4fe5a0d (diff)
parent3bd93b6f774db001674da74bc6e316927da20262 (diff)
merged previous bzr commit
Diffstat (limited to 'test/libapt/uri_test.cc')
-rw-r--r--test/libapt/uri_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/libapt/uri_test.cc b/test/libapt/uri_test.cc
index 16fde503f..8216ade71 100644
--- a/test/libapt/uri_test.cc
+++ b/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;