forked from github/cordova-android
Make ErrorUrlTest INVALID_URL point to an existing file to make it test the right thing
This commit is contained in:
parent
8106981bb6
commit
be229b1ac6
@ -24,7 +24,7 @@ package org.apache.cordova.test;
|
|||||||
public class ErrorUrlTest extends BaseCordovaIntegrationTest {
|
public class ErrorUrlTest extends BaseCordovaIntegrationTest {
|
||||||
private static final String START_URL = "file:///android_asset/www/htmlnotfound/index.html";
|
private static final String START_URL = "file:///android_asset/www/htmlnotfound/index.html";
|
||||||
private static final String ERROR_URL = "file:///android_asset/www/htmlnotfound/error.html";
|
private static final String ERROR_URL = "file:///android_asset/www/htmlnotfound/error.html";
|
||||||
private static final String INVALID_URL = "file:///android_asset/www/htmlnotfound/invalid.html";
|
private static final String INVALID_URL = "file:///android_asset/www/index.html";
|
||||||
|
|
||||||
protected void setUp() throws Exception {
|
protected void setUp() throws Exception {
|
||||||
super.setUp();
|
super.setUp();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user