[Tinyos-2-commits] CVS: tinyos-2.x-contrib/tunit/tests/tinyos-2.x/tos/system/TestActiveMessageAddressC TestP.nc, 1.1, 1.2

David Moss mossmoss at users.sourceforge.net
Thu Nov 8 09:43:12 PST 2007


Update of /cvsroot/tinyos/tinyos-2.x-contrib/tunit/tests/tinyos-2.x/tos/system/TestActiveMessageAddressC
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv24117

Modified Files:
	TestP.nc 
Log Message:
Updated the TestRxFifoReceive to reflect the change in the meaning of GDO2

Index: TestP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x-contrib/tunit/tests/tinyos-2.x/tos/system/TestActiveMessageAddressC/TestP.nc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TestP.nc	22 Jul 2007 05:32:42 -0000	1.1
--- TestP.nc	8 Nov 2007 17:43:10 -0000	1.2
***************
*** 22,25 ****
--- 22,27 ----
     */
    event void TestSet.run() {
+     assertEquals("Wrong init address", 0, call ActiveMessageAddress.amAddress());
+     assertEquals("Wrong init group", 0x22, call ActiveMessageAddress.amGroup());
      call ActiveMessageAddress.setAddress(GROUP, ADDRESS);
    }



More information about the Tinyos-2-commits mailing list