Skip to content

Commit

Permalink
8298027: Remove SCCS id's from awt jtreg tests
Browse files Browse the repository at this point in the history
Backport-of: ba2d28e911f4f523334f98fd0186680acafb6f0a
  • Loading branch information
mrserb committed Dec 29, 2022
1 parent 70f235d commit bcdaebf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions test/jdk/java/awt/font/TextLayout/TestOldHangul.java
Expand Up @@ -21,7 +21,7 @@
*
*/

/* @test @(#)TestOldHangul.java
/* @test
* @summary Verify Old Hangul display
* @bug 6886358
* @ignore Requires a special font installed.
Expand Down Expand Up @@ -80,4 +80,3 @@ public void actionPerformed(ActionEvent actionEvent) {
frame.setVisible(true);
}
}

3 changes: 1 addition & 2 deletions test/jdk/java/awt/font/TextLayout/TestTibetan.java
Expand Up @@ -21,7 +21,7 @@
*
*/

/* @test @(#)TestTibetan.java
/* @test
* @summary verify tibetan output
* @bug 6886358
* @ignore Requires a special font installed
Expand Down Expand Up @@ -84,4 +84,3 @@ public void actionPerformed(ActionEvent actionEvent) {
frame.setVisible(true);
}
}

1 comment on commit bcdaebf

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.