[Tinyos-2-commits] CVS: tinyos-2.x-contrib/tunit/tests/tinyos-2.x/tos/chips/cc2420/TestActivePacketIndicator TestRadioP.nc, 1.3, 1.4

David Moss mossmoss at users.sourceforge.net
Tue Sep 25 16:09:41 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-serv7793

Modified Files:
	TestRadioP.nc 
Log Message:
Keep lowering our standards of success  :|

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.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** TestRadioP.nc	31 Aug 2007 17:08:37 -0000	1.3
--- TestRadioP.nc	25 Sep 2007 23:09:39 -0000	1.4
***************
*** 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);
--- 78,82 ----
        detecting = FALSE;
        call Leds.led1Off();
!       assertResultIsAbove("Too few packet detects", 30, 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