From c232abcc727875f230a0b36e639c02907e8561cf Mon Sep 17 00:00:00 2001 From: Kevin Ottens Date: Sat, 7 Feb 2009 16:27:59 +0000 Subject: [PATCH] Provide a PrinterService which actually send a reply. svn path=/branches/work/~ervin/sodep/; revision=922828 --- private/qtjolie-branch/tests/printer.ol | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/private/qtjolie-branch/tests/printer.ol b/private/qtjolie-branch/tests/printer.ol index a6f7cbb34..09951fe37 100644 --- a/private/qtjolie-branch/tests/printer.ol +++ b/private/qtjolie-branch/tests/printer.ol @@ -9,7 +9,9 @@ inputPort PrinterService { main { - printInput(input)() { - println@Console(input)() + printInput(input)(result) { + println@Console(input)(); + result = "success" } } +