[Tinyos-2-commits]
CVS: tinyos-2.x-contrib/tunit/tests/tinyos-2.x/tos/chips/cc2420/TestActivePacketIndicator
TestRadioP.nc, 1.2, 1.3
David Moss
mossmoss at users.sourceforge.net
Fri Aug 31 10:08:39 PDT 2007
Update of /cvsroot/tinyos/tinyos-2.x-contrib/tunit/tests/tinyos-2.x/tos/chips/cc2420/TestActivePacketIndicator
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2366/TestActivePacketIndicator
Modified Files:
TestRadioP.nc
Log Message:
Get some tests to pass finally
Index: TestRadioP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x-contrib/tunit/tests/tinyos-2.x/tos/chips/cc2420/TestActivePacketIndicator/TestRadioP.nc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** TestRadioP.nc 30 Aug 2007 15:44:36 -0000 1.2
--- TestRadioP.nc 31 Aug 2007 17:08:37 -0000 1.3
***************
*** 78,82 ****
detecting = FALSE;
call Leds.led1Off();
! assertResultIsAbove("Too few packet detects", 50, detects); // Used to be 500
assertResultIsAbove("Too few packet gaps", 10000, misses);
call Statistics.log("[Packet Detects]", detects);
--- 78,82 ----
detecting = FALSE;
call Leds.led1Off();
! assertResultIsAbove("Too few packet detects", 45, detects); // Used to be 500
assertResultIsAbove("Too few packet gaps", 10000, misses);
call Statistics.log("[Packet Detects]", detects);
More information about the Tinyos-2-commits
mailing list