You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2012/04/10 21:15:20 UTC

[34/50] git commit: minor edits

minor edits


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-coho/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-coho/commit/1f20eff1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-coho/tree/1f20eff1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-coho/diff/1f20eff1

Branch: refs/heads/master
Commit: 1f20eff1478d660d7ab1fbc8590c36891a94f330
Parents: 7467311
Author: stevengill <st...@nitobi.com>
Authored: Fri Jan 27 14:50:21 2012 -0800
Committer: stevengill <st...@nitobi.com>
Committed: Fri Jan 27 14:50:21 2012 -0800

----------------------------------------------------------------------
 coho              |    2 +-
 test/tests.coffee |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-coho/blob/1f20eff1/coho
----------------------------------------------------------------------
diff --git a/coho b/coho
index 10847ba..b133f9c 100755
--- a/coho
+++ b/coho
@@ -17,7 +17,7 @@ var util           = require('util')
 ,	webosdir	   = 'incubator-cordova-webos'
 ,	badadir	       = 'incubator-cordova-bada'
 ,   docsdir        = 'incubator-cordova-docs'
-, tempRepoDir     = 'temp/repositories'
+,   tempRepoDir    = 'temp/repositories'
 , iosReleaseLibDir = ' ../../../release/lib/ios'
 , blackberryReleaseLibDir = '../../../release/lib/blackberry'
 , androidReleaseLibDir = '../../release/lib/android'

http://git-wip-us.apache.org/repos/asf/incubator-cordova-coho/blob/1f20eff1/test/tests.coffee
----------------------------------------------------------------------
diff --git a/test/tests.coffee b/test/tests.coffee
index f0d7fce..3c1041b 100644
--- a/test/tests.coffee
+++ b/test/tests.coffee
@@ -66,7 +66,7 @@ exports['creating bada directory']=(test)->
 
 exports['confirm ios clone worked'] = (test)->
 	test.expect 1
-	test.ok require('path').existsSync("./temp/repositories/callback-ios/PhoneGapLib/VERSION")
+	test.ok require('path').existsSync("./temp/repositories/incubator-cordova-ios/PhoneGapLib/VERSION")
 	test.done()
 
 exports['confirm android clone worked'] = (test)->