You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bo...@apache.org on 2014/08/14 23:30:07 UTC

android commit: Change in test's AndroidManifest.xml needed for the test to run properly

Repository: cordova-android
Updated Branches:
  refs/heads/master 320e31bb1 -> 9c239804d


Change in test's AndroidManifest.xml needed for the test to run properly


Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/9c239804
Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/9c239804
Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/9c239804

Branch: refs/heads/master
Commit: 9c239804d3ab8fdbbbc76808eef2f50cc113516b
Parents: 320e31b
Author: Joe Bowser <bo...@apache.org>
Authored: Thu Aug 14 14:29:54 2014 -0700
Committer: Joe Bowser <bo...@apache.org>
Committed: Thu Aug 14 14:29:54 2014 -0700

----------------------------------------------------------------------
 test/src/org/apache/cordova/test/junit/IntentUriOverrideTest.java | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/9c239804/test/src/org/apache/cordova/test/junit/IntentUriOverrideTest.java
----------------------------------------------------------------------
diff --git a/test/src/org/apache/cordova/test/junit/IntentUriOverrideTest.java b/test/src/org/apache/cordova/test/junit/IntentUriOverrideTest.java
index aea06af..381e0ed 100644
--- a/test/src/org/apache/cordova/test/junit/IntentUriOverrideTest.java
+++ b/test/src/org/apache/cordova/test/junit/IntentUriOverrideTest.java
@@ -25,6 +25,7 @@ public class IntentUriOverrideTest extends ActivityInstrumentationTestCase2<Sabo
     private String BAD_URL = "file:///sdcard/download/wl-exploit.htm";
 
 
+    @SuppressWarnings("deprecation")
     public IntentUriOverrideTest()
     {
         super("org.apache.cordova.test",SabotagedActivity.class);