jdk/test/java/net/URL/share_file_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: file://JavaSoft/Test
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
expected: file://JavaSoft/Test
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: file:///JavaSoft/Test
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
expected: file:/JavaSoft/Test
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
URL: null
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
spec: file:/JavaSoft/Test
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
expected: file:/JavaSoft/Test
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
URL: null
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
spec: file:/c:/JavaSoft/Test
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
expected: file:/c:/JavaSoft/Test
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
URL: null
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
spec: file:/c:/JavaSoft/Test:something
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
expected: file:/c:/JavaSoft/Test:something
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
URL: null
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
spec: file:/c:/JavaSoft/Test#anchor
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
expected: file:/c:/JavaSoft/Test#anchor
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
URL: null
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
spec: file:/JavaSoft/Test
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
expected: file:/JavaSoft/Test
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
URL: file://JavaSoft/Test
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
spec: Test#bar
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
expected: file://JavaSoft/Test#bar
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
URL: file://codrus/c:/jdk/eng/index.html
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
spec: pulsar.html
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
expected: file://codrus/c:/jdk/eng/pulsar.html
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
URL: file:///c:/jdk/eng/index.html
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
spec: pulsar.html
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
expected: file:/c:/jdk/eng/pulsar.html
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
URL: file:///jdk/eng/index.html
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
spec: pulsar.html
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
expected: file:/jdk/eng/pulsar.html
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
URL: file://JavaSoft/Test
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
spec: file://radartoad.com/Test#bar
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
expected: file://radartoad.com/Test#bar
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
URL: file://JavaSoft/Test
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
spec: /c:/Test#bar
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
expected: file://JavaSoft/c:/Test#bar