提交 0851eca8 编写于 作者: J jgodinez

6995147: Case needs to be update. ServiceDialogTest.java failed as compilation error.

Reviewed-by: prr
上级 be2c6341
...@@ -71,7 +71,7 @@ public class ServiceDialogTest { ...@@ -71,7 +71,7 @@ public class ServiceDialogTest {
if (factories.length > 0) { if (factories.length > 0) {
services[0] = factories[0].getPrintService(fos); services[0] = factories[0].getPrintService(fos);
} else { } 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"); services[2] = new TestPrintService("Test Printer");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册