[Tinyos-contrib-commits] CVS: tinyos-1.x/contrib/wustl/apps/AgillaAgents/Tests GetAgents.ma, 1.1, 1.2 GetNumAgents.ma, 1.1, 1.2

Chien-Liang Fok chien-liang at users.sourceforge.net
Wed Apr 5 10:20:35 PDT 2006


Update of /cvsroot/tinyos/tinyos-1.x/contrib/wustl/apps/AgillaAgents/Tests
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32352/Tests

Modified Files:
	GetAgents.ma GetNumAgents.ma 
Log Message:


Index: GetAgents.ma
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/wustl/apps/AgillaAgents/Tests/GetAgents.ma,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** GetAgents.ma	23 Mar 2006 01:59:45 -0000	1.1
--- GetAgents.ma	5 Apr 2006 17:20:30 -0000	1.2
***************
*** 1,4 ****
! 	pushc 5
! 	getAgents
  	rjumpc SUCCESS
  	pushc 28
--- 1,5 ----
! 	pushc unspecified	// search for any agent
! 	pushc 5			// limit results to 5
! 	getAgents		// get the locations of the agents
  	rjumpc SUCCESS
  	pushc 28

Index: GetNumAgents.ma
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/wustl/apps/AgillaAgents/Tests/GetNumAgents.ma,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** GetNumAgents.ma	22 Mar 2006 02:57:29 -0000	1.1
--- GetNumAgents.ma	5 Apr 2006 17:20:31 -0000	1.2
***************
*** 1,2 ****
--- 1,3 ----
+ 	pushc unspecified	// search for any agent
  	getNumAgents
  	rjumpc SUCCESS



More information about the Tinyos-contrib-commits mailing list