public
Description: JavaScript Unit Test suite; no dependencies (but same API as prototypejs' unittest suite)
Homepage: http://jsunittest.rubyforge.org/
Clone URL: git://github.com/drnic/jsunittest.git
update history for 0.7.0
drnic (author)
Sun Aug 10 19:08:26 -0700 2008
commit  1f3da24f564ec1b7e2c394e343e94d39100f0d5b
tree    23b7c202ed3782637502edbe742f4e88c32d2a44
parent  ab3eee2cd19c22c8df51ea9623ec8b16aa5ee91c
...
 
 
 
1
2
3
...
1
2
3
4
5
6
0
@@ -1,3 +1,6 @@
0
+== 0.7.0 2008-08-11
0
+
0
+* New helper: warning (alias: warn); use like info, error and fail helpers; has orange appearance in output
0
 * New assertions: assertHasClass(element, class)
0
 
0
 == 0.6.3 2008-03-03
...
31
32
33
34
 
35
36
37
...
147
148
149
150
 
151
152
153
...
31
32
33
 
34
35
36
37
...
147
148
149
 
150
151
152
153
0
@@ -31,7 +31,7 @@
0
     <h1>JsUnitTest &#8211; JavaScript Unit Testing framework</h1>
0
     <div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/drnicjavascript"; return false'>
0
       <p>Get Version</p>
0
- <a href="http://rubyforge.org/projects/drnicjavascript" class="numbers">0.6.3</a>
0
+ <a href="http://rubyforge.org/projects/drnicjavascript" class="numbers">0.7.0</a>
0
     </div>
0
     <h2>What</h2>
0
 
0
@@ -147,7 +147,7 @@ example_test.html
0
 
0
   <p>Comments are welcome. Send an email to <a href="mailto:drnicwilliams@gmail.com">Dr Nic Williams</a> via the <a href="http://groups.google.com/group/drnic-javascript-projects">forum</a></p>
0
     <p class="coda">
0
- <a href="drnicwilliams@gmail.com">Dr Nic Williams</a>, 21st February 2008<br>
0
+ <a href="drnicwilliams@gmail.com">Dr Nic Williams</a>, 11th August 2008<br>
0
       Theme extended from <a href="http://rb2js.rubyforge.org/">Paul Battley</a>
0
     </p>
0
 </div>

Comments

    No one has commented yet.