8075584: test for 8067364 depends on hardwired text advance
Summary: The test incorrectly included values that depend on the installed fonts
Reviewed-by: serb, prr
--- a/jdk/test/javax/print/PrintSEUmlauts/PrintSEUmlauts.java Thu Aug 06 11:36:52 2015 +0300
+++ b/jdk/test/javax/print/PrintSEUmlauts/PrintSEUmlauts.java Mon Aug 10 14:42:07 2015 +0200
@@ -85,7 +85,7 @@
private static final boolean DEBUG = false;
private static void testPrintAndExit() {
- String expected = "<e4> 7.44 100.0 100.0 S";
+ String expected = "<e4>";
String content = "";
File file = new File("out.ps");