Skip to content

Commit da62c64

Browse files
committed
Fix test case image url path.
1 parent ffc70df commit da62c64

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

demo/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.androidquery"
4-
android:versionCode="53"
5-
android:versionName="0.29.53">
4+
android:versionCode="56"
5+
android:versionName="0.30.56">
66

77

88
<uses-permission android:name="android.permission.INTERNET" />

tests/src/com/androidquery/test/AbstractTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ public abstract class AbstractTest<T extends Activity> extends ActivityInstrumen
1313

1414
protected AQuery aq;
1515

16-
protected String ICON_URL = "http://www.vikispot.com/z/images/vikispot/android-w.png";
16+
protected String ICON_URL = "http://www.androidquery.com/z/images/vikispot/android-w.png";
1717
protected String LAND_URL = "http://farm6.static.flickr.com/5035/5802797131_a729dac808_b.jpg";
18-
protected String INVALID_URL = "http://www.vikispot.com/z/images/vikispot/xyz.png";
18+
protected String INVALID_URL = "http://www.androidquery.com/z/images/vikispot/xyz.png";
1919

2020

2121
public AbstractTest(Class cls){

0 commit comments

Comments
 (0)