freemarkerdor/src/test/java/cz/xelfi/quoridor/freemarkerdor/ChangeEmailTest.java
changeset 234 0a71b6bd786f
parent 233 ecddc9f373bb
child 264 d60370059c3c
     1.1 --- a/freemarkerdor/src/test/java/cz/xelfi/quoridor/freemarkerdor/ChangeEmailTest.java	Thu Mar 04 19:37:58 2010 +0100
     1.2 +++ b/freemarkerdor/src/test/java/cz/xelfi/quoridor/freemarkerdor/ChangeEmailTest.java	Tue Mar 09 19:33:46 2010 +0100
     1.3 @@ -79,7 +79,7 @@
     1.4          System.setProperty("quoridor.dir", dir.getPath());
     1.5          stopAPI = Quoridor.start(7990);
     1.6          stopStatistics = Quoridor.start(7992);
     1.7 -        stop = UI.startServers(7991, "http://localhost:7990", "http://localhost:7992");
     1.8 +        stop = UI.startServers(7991, "http://localhost:7990", "http://localhost:7992", null);
     1.9  
    1.10          File passwd = new File(dir, "passwd");
    1.11          FileOutputStream os = new FileOutputStream(passwd);