You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2012/05/04 02:05:39 UTC

[7/7] Updated bin folder for Cordova 1.7.0

http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/ce742b8c/bin/test
----------------------------------------------------------------------
diff --git a/bin/test b/bin/test
index 9b5699a..b0ef58d 100755
--- a/bin/test
+++ b/bin/test
@@ -4,7 +4,7 @@ set -e
 VERSION=$(cat ./VERSION)
 
 # get the latest mobile-spec
-git clone git@github.com:phonegap/mobile-spec.git
+git clone git://github.com/apache/incubator-cordova-mobile-spec.git
 
 # clobber test if it exists
 if [ -e ./test ]
@@ -13,11 +13,11 @@ then
 fi
 
 # generate a working proj
-./bin/create ./test com.phonegap.test PhoneGapTest
+./bin/create ./test org.apache.cordova.test CordovaTest
 
 # kill the default app and replace it w/ mobile-spec
 rm -rf ./test/assets/www
 mv ./mobile-spec ./test/assets/www
 
 # build it, launch it and start logging on stdout
-cd ./test && ./phonegap/debug && ./phonegap/log
+cd ./test && ./cordova/debug && ./cordova/log