6995147: Case needs to be update. ServiceDialogTest.java failed as compilation error.
authorjgodinez
Fri, 04 Feb 2011 11:48:51 -0800
changeset 8362 c60f5297be94
parent 8361 8fdb7edee781
child 8363 63664c9ccde0
6995147: Case needs to be update. ServiceDialogTest.java failed as compilation error. Reviewed-by: prr
jdk/test/javax/print/attribute/ServiceDialogTest.java
--- a/jdk/test/javax/print/attribute/ServiceDialogTest.java	Fri Feb 04 11:46:37 2011 -0800
+++ b/jdk/test/javax/print/attribute/ServiceDialogTest.java	Fri Feb 04 11:48:51 2011 -0800
@@ -71,7 +71,7 @@
                         if (factories.length > 0) {
                                 services[0] = factories[0].getPrintService(fos);
                         } else {
-                                throw new RuntimeException("No StreamPrintService available which would support "+flavor");
+                                throw new RuntimeException("No StreamPrintService available which would support "+flavor);
                         }
 
                         services[2] = new TestPrintService("Test Printer");