6995147: Case needs to be update. ServiceDialogTest.java failed as compilation error.
Reviewed-by: prr
--- 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");