8075584: test for 8067364 depends on hardwired text advance
authorneugens
Mon, 10 Aug 2015 14:42:07 +0200
changeset 32281 99ae1f6dd69b
parent 32280 2a6b0db67f5e
child 32282 9c9ff2c42e0d
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
jdk/test/javax/print/PrintSEUmlauts/PrintSEUmlauts.java
--- 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");