ソースを参照

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;

/**

読み込み中…
キャンセル
保存