[Tinyos-2-commits]
CVS: tinyos-2.x-contrib/tunit/tests/tinyos-2.x/tos/chips/cc2420/TestActiveEnergyIndicator
TestRadioP.nc, 1.2, 1.3
David Moss
mossmoss at users.sourceforge.net
Tue Feb 19 08:25:27 PST 2008
Update of /cvsroot/tinyos/tinyos-2.x-contrib/tunit/tests/tinyos-2.x/tos/chips/cc2420/TestActiveEnergyIndicator
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv11624
Modified Files:
TestRadioP.nc
Log Message:
Index: TestRadioP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x-contrib/tunit/tests/tinyos-2.x/tos/chips/cc2420/TestActiveEnergyIndicator/TestRadioP.nc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** TestRadioP.nc 25 Oct 2007 17:48:52 -0000 1.2
--- TestRadioP.nc 19 Feb 2008 16:25:25 -0000 1.3
***************
*** 76,80 ****
detecting = FALSE;
call Leds.led1Off();
! assertResultIsAbove("Too few energy detects", 1500, detects);
assertResultIsAbove("Too few energy gaps", 10000, misses);
call Statistics.log("[Energy Detects]", detects);
--- 76,80 ----
detecting = FALSE;
call Leds.led1Off();
! assertResultIsAbove("Too few energy detects", 1300, detects);
assertResultIsAbove("Too few energy gaps", 10000, misses);
call Statistics.log("[Energy Detects]", detects);
More information about the Tinyos-2-commits
mailing list