public
Description: Embedded 'reply' links in blog comments
Homepage: http://drnicjavascript.rubyforge.org/comment_replies
Clone URL: git://github.com/drnic/comment_replies.git
Search Repo:
updated test_functionals task desc
drnic (author)
Sat Feb 16 20:08:12 -0800 2008
commit  17e2c24eed4e307d2e649438adb1163aae1064ea
tree    2c3a9968535fa2ca425fdbf252dbf487c210a0eb
parent  4acfddf909de45b28c1e2cbcf27c192d93cb3062
...
73
74
75
76
 
77
78
79
...
98
99
100
101
 
102
103
104
...
73
74
75
 
76
77
78
79
...
98
99
100
 
101
102
103
104
0
@@ -73,7 +73,7 @@ Rake::PackageTask.new(APP_NAME, APP_VERSION) do |package|
0
   )
0
 end
0
 
0
-desc "Builds the distribution, runs the JavaScript unit tests and collects their results."
0
+desc "Builds the distribution, runs the JavaScript unit + functional tests and collects their results."
0
 task :test => [:dist, :test_units, :test_functionals]
0
 
0
 require 'jstest'
0
@@ -98,7 +98,7 @@ JavaScriptTestTask.new(:test_units, 4711) do |t|
0
   end
0
 end
0
 
0
-desc "Runs all the JavaScript unit tests and collects the results"
0
+desc "Runs all the JavaScript functional tests and collects the results"
0
 JavaScriptTestTask.new(:test_functionals, 4712) do |t|
0
   testcases = ENV['TESTCASES']
0
   tests_to_run = ENV['TESTS'] && ENV['TESTS'].split(',')

Comments

    No one has commented yet.