mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-31 17:32:51 +08:00
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 {
|
||||
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 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 {
|
||||
super.setUp();
|
||||
|
Loading…
Reference in New Issue
Block a user