From 401cab1f701aa1ddd319c2068c0f802fcc992f5c Mon Sep 17 00:00:00 2001 From: Jose Date: Mon, 15 Jun 2015 20:07:33 +0200 Subject: Fix to run browser tests with CSharp servers --- java/test/controller/src/main/java/Test/Common/ControllerServer.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'java/test') diff --git a/java/test/controller/src/main/java/Test/Common/ControllerServer.java b/java/test/controller/src/main/java/Test/Common/ControllerServer.java index d5ffbd32dee..a44252a3ad9 100644 --- a/java/test/controller/src/main/java/Test/Common/ControllerServer.java +++ b/java/test/controller/src/main/java/Test/Common/ControllerServer.java @@ -47,6 +47,8 @@ public class ControllerServer extends Ice.Application { if(line.matches(Pattern.quote("starting server...") + ".*ok") || line.matches(Pattern.quote("starting serveramd...") + ".*ok") || + line.matches(Pattern.quote("starting servertie...") + ".*ok") || + line.matches(Pattern.quote("starting serveramdtie...") + ".*ok") || line.matches("starting test.*" + Pattern.quote("Server...") + ".*ok")) { synchronized(ServerI.this) -- cgit v1.2.3