[Tinyos-contrib-commits] CVS: tinyos-1.x/contrib/ustutt/ncunit/doc readme.html, 1.2, 1.3

Andreas Lachenmann lachenmann at users.sourceforge.net
Fri May 18 05:22:35 PDT 2007


Update of /cvsroot/tinyos/tinyos-1.x/contrib/ustutt/ncunit/doc
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv16729/contrib/ustutt/ncunit/doc

Modified Files:
	readme.html 
Log Message:
integrated some bug fixes for Avrora

Index: readme.html
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/ustutt/ncunit/doc/readme.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** readme.html	20 Feb 2007 13:07:33 -0000	1.2
--- readme.html	18 May 2007 12:22:32 -0000	1.3
***************
*** 57,61 ****
  tagged with the "@test()" attribute, which is defined in "ncunit.h".
  </p><span class="code">void testFunction1() @test() {</span><br class="code"><span class="code">}<br><br class="code"></span><p>You do not have to call these functions
! yourself; the nCUnit creates
  calls to them automatically. In addition, it ensures that for each
  such&nbsp;function a separate simulation run is executed.
--- 57,61 ----
  tagged with the "@test()" attribute, which is defined in "ncunit.h".
  </p><span class="code">void testFunction1() @test() {</span><br class="code"><span class="code">}<br><br class="code"></span><p>You do not have to call these functions
! yourself; nCUnit creates
  calls to them automatically. In addition, it ensures that for each
  such&nbsp;function a separate simulation run is executed.



More information about the Tinyos-contrib-commits mailing list