Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix broken test case from JENKINS-14741.
  • Loading branch information
orrc committed May 17, 2013
1 parent 485d72b commit f67c1e2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -38,7 +38,7 @@ public void testIsCustomPlatform() {

public void testRequiresAbi() {
assertFalse(AndroidPlatform.SDK_1_1.requiresAbi());
assertFalse(AndroidPlatform.SDK_2_3_3.requiresAbi());
assertTrue(AndroidPlatform.SDK_2_3_3.requiresAbi()); // See JENKINS-14741 & commit 485d72b
assertFalse(AndroidPlatform.SDK_3_2.requiresAbi());
assertTrue(AndroidPlatform.SDK_4_0.requiresAbi());
assertTrue(AndroidPlatform.SDK_4_2.requiresAbi());
Expand Down

0 comments on commit f67c1e2

Please sign in to comment.