Skip to content

Commit

Permalink
remove local deps test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jintin committed Oct 3, 2017
1 parent dbcb8b0 commit d7d8a46
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions andle/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ def test_sdk(self):

self.assertEqual(data['build-tools'], '23.0.1', "build-tools not correct")
self.assertEqual(data['platforms'], '23', "platforms not correct")
self.assertEqual(data['dependency']['com.google.android.gms:play-services'], '8.1.0', "depedency not correct")
self.assertEqual(data['dependency']['com.android.support:appcompat-v7'], '23.0.1', "depedency not correct")


def test_android(self):
"""
update project test
Expand Down
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
6 changes: 3 additions & 3 deletions andle/tests/src/old.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {
}
}
dependencies {
compile 'com.android.support:appcompat-v7:22.0.1'
compile 'com.google.android.gms:play-services:7.8.0'
androidTestCompile 'com.android.support.test:runner:0.4'
compile 'com.android.support:appcompat-v7:23.0.1'
compile 'com.google.android.gms:play-services:8.1.0'
androidTestCompile 'com.android.support.test:runner:0.4.1'
}

0 comments on commit d7d8a46

Please sign in to comment.