test/tools/javac/Paths/Class-Path.sh

changeset 874
e0c16199b2e0
parent 554
9d9f26857129
child 2525
2eb010b6cb22
     1.1 --- a/test/tools/javac/Paths/Class-Path.sh	Thu Feb 10 14:27:34 2011 -0800
     1.2 +++ b/test/tools/javac/Paths/Class-Path.sh	Thu Feb 10 15:05:33 2011 -0800
     1.3 @@ -1,7 +1,7 @@
     1.4  #!/bin/sh
     1.5  
     1.6  #
     1.7 -# Copyright (c) 2003, 2005, Oracle and/or its affiliates. All rights reserved.
     1.8 +# Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved.
     1.9  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    1.10  #
    1.11  # This code is free software; you can redistribute it and/or modify it
    1.12 @@ -24,7 +24,7 @@
    1.13  #
    1.14  
    1.15  
    1.16 -# @test @(#)Class-Path.sh	1.3 03/10/31
    1.17 +# @test
    1.18  # @bug 4212732
    1.19  # @summary Test handling of the Class-Path attribute in jar file manifests
    1.20  # @author Martin Buchholz
    1.21 @@ -184,8 +184,8 @@
    1.22  #
    1.23  Success "$jar" cfe "Hello.jar" "Hello" Bye.class
    1.24  
    1.25 -# Jar creation and update when there is no manifest and inputfiles
    1.26 -specified
    1.27 +# Jar creation and update when there is no manifest and inputfiles 
    1.28 +# specified
    1.29  Failure "$jar" cvf "A.jar"
    1.30  Failure "$jar" uvf "A.jar"
    1.31  

mercurial