[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/TestSimTimers script.py, 1.1, 1.2

Phil Levis scipio at users.sourceforge.net
Wed Jul 4 08:53:59 PDT 2007


Update of /cvsroot/tinyos/tinyos-2.x/apps/tests/TestSimTimers
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv30730/apps/tests/TestSimTimers

Modified Files:
	script.py 
Log Message:
Simulation test cases.


Index: script.py
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/TestSimTimers/script.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** script.py	10 Apr 2007 01:23:13 -0000	1.1
--- script.py	4 Jul 2007 15:53:56 -0000	1.2
***************
*** 15,19 ****
  m1.bootAtTime(345321);
  
! for i in range(0, 1000000):
      t.runNextEvent();
  
--- 15,19 ----
  m1.bootAtTime(345321);
  
! for i in range(0, 10000):
      t.runNextEvent();
  



More information about the Tinyos-2-commits mailing list