Skip to content

Commit 7a44593

Browse files
committed
remove test and dependency to support v4 lib
1 parent 89a2346 commit 7a44593

2 files changed

Lines changed: 0 additions & 18 deletions

File tree

test-app/app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ dependencies {
3838
compile fileTree(include: ['*.jar'], dir: 'libs')
3939
testCompile 'junit:junit:4.12'
4040
compile 'com.android.support:appcompat-v7:23.3.0'
41-
compile 'com.android.support:support-v4:23.4.0'
4241
}
4342

4443
task deleteDist (type: Delete) {

test-app/app/src/main/assets/app/tests/tests.js

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -930,23 +930,6 @@ describe("Tests ", function () {
930930
expect(s).toBe("1, test, false");
931931
});
932932

933-
it("TestCanInheritFromClassInAndroidSupportLibrary", function () {
934-
935-
__log("TEST: TestCanInheritFromClassInAndroidSupportLibrary");
936-
937-
var MyParcelableCompat = android.support.v4.os.ParcelableCompat.extend("MyParcelableCompat", {
938-
toString: function() {
939-
return "MyParcelableCompat";
940-
}
941-
});
942-
943-
var compat = new MyParcelableCompat();
944-
945-
var s = compat.toString();
946-
947-
expect(s).toBe("MyParcelableCompat");
948-
});
949-
950933
it("TestCallMethodWithByteParameter", function () {
951934

952935
__log("TEST: TestCallMethodWithByteParameter");

0 commit comments

Comments
 (0)