jdk/test/java/net/URL/ftp_urls
author amurillo
Wed, 15 Aug 2012 16:49:38 -0700
changeset 13465 d3fc5d192448
parent 2 90ce3da70b43
permissions -rw-r--r--
7191765: make jdk8 the default jprt release for hs24 Reviewed-by: jcoomes
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
URL: null
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
spec: ftp://ftp.foo.com/dir1/entry.txt
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
expected: ftp://ftp.foo.com/dir1/entry.txt
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
URL: null
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
spec: ftp://br:pwd@ftp.foo.com/dir1/jar.jar
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
expected: ftp://br:pwd@ftp.foo.com/dir1/jar.jar
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
URL: ftp://ftp.foo.com/dir1/foo.txt
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
spec: bar.txt
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
expected: ftp://ftp.foo.com/dir1/bar.txt
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
URL: ftp://ftp.foo.com/dir1/jar.jar
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
spec: /entry.txt
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
expected: ftp://ftp.foo.com/entry.txt
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
URL: ftp://ftp.foo.com/dir1/jar.jar
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
spec: dir1/entry.txt
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
expected: ftp://ftp.foo.com/dir1/dir1/entry.txt
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
URL: ftp://ftp.foo.com/dir1/jar.jar
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
spec: /dir1/entry.txt
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
expected: ftp://ftp.foo.com/dir1/entry.txt
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
URL: ftp://br:pwd@ftp.foo.com/dir1/jar.jar
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
spec: /dir1/entry.txt
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
expected: ftp://br:pwd@ftp.foo.com/dir1/entry.txt