Repository: cordova-android
Updated Branches:
  refs/heads/6.0.x 5b4524ae1 -> 355aae7b4


Fix for broken testUrl test


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

Branch: refs/heads/6.0.x
Commit: 355aae7b4b86de034a3a67f144810c8be6f450b0
Parents: 5b4524a
Author: Joe Bowser <[email protected]>
Authored: Thu Oct 20 12:47:33 2016 -0700
Committer: Joe Bowser <[email protected]>
Committed: Thu Oct 20 12:47:55 2016 -0700

----------------------------------------------------------------------
 test/res/xml/config.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/355aae7b/test/res/xml/config.xml
----------------------------------------------------------------------
diff --git a/test/res/xml/config.xml b/test/res/xml/config.xml
index 744aeb1..b7570de 100644
--- a/test/res/xml/config.xml
+++ b/test/res/xml/config.xml
@@ -35,7 +35,7 @@
     <preference name="useBrowserHistory" value="true" />
     <preference name="exit-on-suspend" value="false" />
     <preference name="showTitle" value="true" />
-    <preference name="BackgroundColor" value="" />
+    <preference name="BackgroundColor" value="#000000" />
     <feature name="Activity">
         <param name="android-package" 
value="org.apache.cordova.test.ActivityPlugin" />
     </feature>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to