Преглед изворни кода

Fix keystore path to correspond to the Vaadin 7 directory structure (#12520)

Change-Id: I58d5633baabc03e4e7cda413aa5b9231c7fa3e57
tags/7.1.5
Johannes Dahlström пре 10 година
родитељ
комит
1e73ca85b3
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      uitest/src/com/vaadin/launcher/DevelopmentServerLauncher.java

+ 1
- 1
uitest/src/com/vaadin/launcher/DevelopmentServerLauncher.java Прегледај датотеку

@@ -51,7 +51,7 @@ import com.vaadin.launcher.util.BrowserLauncher;
*/
public class DevelopmentServerLauncher {

private static final String KEYSTORE = "src/com/vaadin/launcher/keystore";
private static final String KEYSTORE = "uitest/src/com/vaadin/launcher/keystore";
private final static int serverPort = 8888;

/**

Loading…
Откажи
Сачувај