Skip to content

Commit bcdaebf

Browse files
committed
8298027: Remove SCCS id's from awt jtreg tests
Backport-of: ba2d28e911f4f523334f98fd0186680acafb6f0a
1 parent 70f235d commit bcdaebf

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

test/jdk/java/awt/font/TextLayout/TestOldHangul.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*
2222
*/
2323

24-
/* @test @(#)TestOldHangul.java
24+
/* @test
2525
* @summary Verify Old Hangul display
2626
* @bug 6886358
2727
* @ignore Requires a special font installed.
@@ -80,4 +80,3 @@ public void actionPerformed(ActionEvent actionEvent) {
8080
frame.setVisible(true);
8181
}
8282
}
83-

test/jdk/java/awt/font/TextLayout/TestTibetan.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*
2222
*/
2323

24-
/* @test @(#)TestTibetan.java
24+
/* @test
2525
* @summary verify tibetan output
2626
* @bug 6886358
2727
* @ignore Requires a special font installed
@@ -84,4 +84,3 @@ public void actionPerformed(ActionEvent actionEvent) {
8484
frame.setVisible(true);
8585
}
8686
}
87-

0 commit comments

Comments
 (0)