8008023: Get rid of utf8 chars in two tests

Fri, 14 Jun 2013 18:01:52 +0100

author
vromero
date
Fri, 14 Jun 2013 18:01:52 +0100
changeset 1821
1936a884b290
parent 1820
6b48ebae2569
child 1822
1eb09dba594a

8008023: Get rid of utf8 chars in two tests
Reviewed-by: jjg

test/tools/javac/api/6437999/Utf8.java file | annotate | diff | comparison | revisions
test/tools/javac/api/T6306137.java file | annotate | diff | comparison | revisions
     1.1 --- a/test/tools/javac/api/6437999/Utf8.java	Fri Jun 14 16:25:09 2013 +0100
     1.2 +++ b/test/tools/javac/api/6437999/Utf8.java	Fri Jun 14 18:01:52 2013 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -22,6 +22,6 @@
    1.11   */
    1.12  
    1.13  /**
    1.14 - * @author Peter von der Ahé
    1.15 + * @author Peter von der Ah\u00e9
    1.16   */
    1.17  class Utf8 {}
     2.1 --- a/test/tools/javac/api/T6306137.java	Fri Jun 14 16:25:09 2013 +0100
     2.2 +++ b/test/tools/javac/api/T6306137.java	Fri Jun 14 18:01:52 2013 +0100
     2.3 @@ -27,7 +27,7 @@
     2.4   * @summary JSR 199: encoding option doesn't affect standard file manager
     2.5   * @compile -encoding utf-8 T6306137.java
     2.6   * @run main T6306137
     2.7 - * @author  Peter von der Ahé
     2.8 + * @author  Peter von der Ah\u00e9
     2.9   */
    2.10  
    2.11  import java.io.File;

mercurial