changeset 8487:3279d0117508

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
author neugens
date Thu, 27 Aug 2015 13:25:11 +0200
parents 12d9f15bb07d
children a2a8627a66cd
files test/javax/print/PrintSEUmlauts/PrintSEUmlauts.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/javax/print/PrintSEUmlauts/PrintSEUmlauts.java	Mon Jan 19 17:57:52 2015 +0100
+++ b/test/javax/print/PrintSEUmlauts/PrintSEUmlauts.java	Thu Aug 27 13:25:11 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");