freemarkerdor/src/test/java/cz/xelfi/quoridor/freemarkerdor/UITest.java
changeset 234 0a71b6bd786f
parent 180 c92831d4812c
child 264 d60370059c3c
     1.1 --- a/freemarkerdor/src/test/java/cz/xelfi/quoridor/freemarkerdor/UITest.java	Thu Jan 07 22:57:43 2010 +0100
     1.2 +++ b/freemarkerdor/src/test/java/cz/xelfi/quoridor/freemarkerdor/UITest.java	Tue Mar 09 19:33:46 2010 +0100
     1.3 @@ -78,7 +78,7 @@
     1.4          System.setProperty("quoridor.dir", dir.getPath());
     1.5          stopAPI = Quoridor.start(9990);
     1.6          stopStatistics = Quoridor.start(9992);
     1.7 -        stop = UI.startServers(9991, "http://localhost:9990", "http://localhost:9992");
     1.8 +        stop = UI.startServers(9991, "http://localhost:9990", "http://localhost:9992", null);
     1.9  
    1.10          File passwd = new File(dir, "passwd");
    1.11          FileOutputStream os = new FileOutputStream(passwd);