[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/TestTreeRouting TestTreeRoutingC.nc, 1.1.2.1, 1.1.2.2

Rodrigo Fonseca rfonseca76 at users.sourceforge.net
Tue May 16 15:47:07 PDT 2006


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

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	TestTreeRoutingC.nc 
Log Message:
Using dummy link estimator for testing.

Index: TestTreeRoutingC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/TestTreeRouting/Attic/TestTreeRoutingC.nc,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** TestTreeRoutingC.nc	15 May 2006 16:55:27 -0000	1.1.2.1
--- TestTreeRoutingC.nc	16 May 2006 22:47:05 -0000	1.1.2.2
***************
*** 11,15 ****
  
      components new TreeRoutingEngineP(TREE_ROUTING_TABLE_SIZE) as RE;
!     components LinkEstimatorP as LE;
  
      TestTreeRoutingP.Boot -> MainC;
--- 11,16 ----
  
      components new TreeRoutingEngineP(TREE_ROUTING_TABLE_SIZE) as RE;
!     //components LinkEstimatorP as LE;
!     components LinkEstimatorDummyP as LE;
  
      TestTreeRoutingP.Boot -> MainC;



More information about the Tinyos-2-commits mailing list