diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:57:26 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:57:26 +0000 |
commit | a48808d395518993b71b5946e66f70c8afbcd5ab (patch) | |
tree | 6a8f3ceef3db48a93295fa5df3e0f55e5b9a9699 /test/uri.cc | |
parent | 756458fb2775190a0f02d89235e0728ceb4defe4 (diff) |
No // test
Author: jgg
Date: 2001-04-06 05:39:45 GMT
No // test
Diffstat (limited to 'test/uri.cc')
-rw-r--r-- | test/uri.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/uri.cc b/test/uri.cc index 6e5748ec6..ae9dc9d05 100644 --- a/test/uri.cc +++ b/test/uri.cc @@ -18,7 +18,7 @@ int main() Test("file:/usr/bin/foo"); Test("cdrom:Moo Cow Rom:/debian"); Test("gzip:./bar/cow"); - + // RFC 2732 stuff Test("http://[1080::8:800:200C:417A]/foo"); Test("http://[::FFFF:129.144.52.38]:80/index.html"); @@ -29,4 +29,6 @@ int main() the whole family! */ Test("cdrom:[The Debian 1.2 disk, 1/2 R1:6]/debian/"); Test("cdrom:Foo Bar Cow/debian/"); + + Test("ftp:ftp.fr.debian.org/debian/pool/main/x/xtel/xtel_3.2.1-15_i386.deb"); } |