# HG changeset patch
# User neugens
# Date 1439210527 -7200
# Node ID 99ae1f6dd69b77cd8687ce3f8fb490ef922f8fe7
# Parent  2a6b0db67f5efb44fb87926ea4ede8197f38450f
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

diff -r 2a6b0db67f5e -r 99ae1f6dd69b 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");