File tree Expand file tree Collapse file tree
src/main/assets/app/tests Expand file tree Collapse file tree Original file line number Diff line number Diff 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
4443task deleteDist (type : Delete ) {
Original file line number Diff line number Diff 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" ) ;
You can’t perform that action at this time.
0 commit comments