aboutsummaryrefslogtreecommitdiffstats
path: root/ninepatch
diff options
context:
space:
mode:
authorChris Warrington <cmw@google.com>2015-02-11 11:27:12 -0800
committerChris Warrington <cmw@google.com>2015-02-13 18:30:07 -0800
commit655ab30962d0b5d1cdde7526ba8fa0bae21f7c98 (patch)
treea08fefa72562706630f40ef804169e8c7738a795 /ninepatch
parentf2e15e4436d24d9b11c9770318cc886ba8056665 (diff)
downloadplatform_tools_base-655ab30962d0b5d1cdde7526ba8fa0bae21f7c98.tar.gz
platform_tools_base-655ab30962d0b5d1cdde7526ba8fa0bae21f7c98.tar.bz2
platform_tools_base-655ab30962d0b5d1cdde7526ba8fa0bae21f7c98.zip
Update all projects to use junit4.
Change-Id: Id2b1075f7f56368c78161126428857e876315cf9
Diffstat (limited to 'ninepatch')
-rw-r--r--ninepatch/build.gradle2
-rw-r--r--ninepatch/ninepatch.iml2
2 files changed, 2 insertions, 2 deletions
diff --git a/ninepatch/build.gradle b/ninepatch/build.gradle
index 951548c281..fdc032daa8 100644
--- a/ninepatch/build.gradle
+++ b/ninepatch/build.gradle
@@ -6,7 +6,7 @@ archivesBaseName = 'ninepatch'
version = rootProject.ext.baseVersion
dependencies {
- testCompile 'junit:junit:3.8.1'
+ testCompile 'junit:junit:4.12'
}
sourceSets {
diff --git a/ninepatch/ninepatch.iml b/ninepatch/ninepatch.iml
index 5a8bbf94dd..3bf4e81e47 100644
--- a/ninepatch/ninepatch.iml
+++ b/ninepatch/ninepatch.iml
@@ -9,7 +9,7 @@
</content>
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="inheritedJdk" />
- <orderEntry type="library" scope="TEST" name="JUnit3" level="project" />
+ <orderEntry type="library" scope="TEST" name="JUnit4" level="project" />
</component>
</module>