|
From: lacton <la...@us...> - 2008-11-02 17:55:25
|
Update of /cvsroot/shunit/website In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16900 Modified Files: news.html top.html Log Message: Added news for 1.5 release. Index: news.html =================================================================== RCS file: /cvsroot/shunit/website/news.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** news.html 16 Jan 2006 05:10:52 -0000 1.2 --- news.html 2 Nov 2008 17:55:20 -0000 1.3 *************** *** 1,11 **** <h1>Latest News</h1> ! <a href="http://sourceforge.net/forum/forum.php?forum_id=529927" class="newsHeading">Version 1.3 Released</a> ! <p class="newsDate">15 Jan 2005</p> <p class="newsSummary"> ! I've released a new version of ShUnit that has been successfully ! ported to all machines in the sourceforge compile farm (well, at ! lest the ones that are up and running anyway). Everything is pure ! Bourne shell now. </p> --- 1,14 ---- <h1>Latest News</h1> ! <a href="http://sourceforge.net/forum/forum.php?forum_id=883364" class="newsHeading">Version 1.5 Released</a> ! <p class="newsDate">2 Nov 2008</p> ! <p class="newsSummary"> ! ShUnit returns an informative exit code for better integration in Continuous Integration tools. ! </p> ! ! <a href="http://sourceforge.net/forum/forum.php?forum_id=801597" class="newsHeading">Version 1.4 Released</a> ! <p class="newsDate">22 Mar 2008</p> <p class="newsSummary"> ! ShUnit can detect test functions automatically. </p> Index: top.html =================================================================== RCS file: /cvsroot/shunit/website/top.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** top.html 18 Mar 2006 04:50:26 -0000 1.4 --- top.html 2 Nov 2008 17:55:20 -0000 1.5 *************** *** 14,31 **** <title>ShUnit</title> - <script type="text/javascript"> - function toggleVisibility(section) { - if( document.getElementById ) { - currentVisibility = document.getElementById(section).style.display; - if ( currentVisibility == "block" ) { - document.getElementById(section).style.display = "none"; - } else { - document.getElementById(section).style.display = "none"; - } - return true; - } - } - </script> - </head> --- 14,17 ---- |