Explorar el Código

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

Change-Id: I58d5633baabc03e4e7cda413aa5b9231c7fa3e57
tags/7.1.5
Johannes Dahlström hace 10 años
padre
commit
1e73ca85b3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      uitest/src/com/vaadin/launcher/DevelopmentServerLauncher.java

+ 1
- 1
uitest/src/com/vaadin/launcher/DevelopmentServerLauncher.java Ver fichero

@@ -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;

/**

Cargando…
Cancelar
Guardar