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

[24/50] git commit: added test for changelog

added test for changelog


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/e42da0e8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-coho/tree/e42da0e8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-coho/diff/e42da0e8

Branch: refs/heads/master
Commit: e42da0e8344c9ccb00b5faf79d6840cc0a3a6744
Parents: d7b91a0
Author: Steven Gill <st...@gmail.com>
Authored: Mon Feb 6 16:33:14 2012 -0800
Committer: Steven Gill <st...@gmail.com>
Committed: Mon Feb 6 16:33:14 2012 -0800

----------------------------------------------------------------------
 test/tests.coffee |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-coho/blob/e42da0e8/test/tests.coffee
----------------------------------------------------------------------
diff --git a/test/tests.coffee b/test/tests.coffee
index 52d8c80..824f6a7 100644
--- a/test/tests.coffee
+++ b/test/tests.coffee
@@ -265,6 +265,11 @@ exports['test if symbian depreciation file copied'] = (test)->
 	test.ok require('path').existsSync("./temp/release/lib/symbian/depreciate.txt")
 	test.done()
 
+exports['test if changelog generated'] = (test)->
+	test.expect 1
+	test.ok require('path').existsSync("./temp/release/changelog")
+	test.done()
+
 exports['zip exists'] = (test)->
 	test.expect 1
 	test.ok require('path').existsSync("./temp/phonegap-#{ VERSION }.zip")