From 67426454c7977a3fba74a3c4838d65b6af94311b Mon Sep 17 00:00:00 2001 From: mquinson Date: Tue, 7 Aug 2007 20:28:48 +0000 Subject: [PATCH 1/1] Revalidate the output, which changed after the introduction of the listener thread git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4031 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- examples/gras/ping/test_sg_32 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/gras/ping/test_sg_32 b/examples/gras/ping/test_sg_32 index 1eda675f56..61e8dc8c02 100755 --- a/examples/gras/ping/test_sg_32 +++ b/examples/gras/ping/test_sg_32 @@ -9,11 +9,11 @@ $ $SG_TEST_EXENV ./ping_simulator${EXEEXT:=} ${srcdir:=.}/../../msg/small_platfo > [Fafard:client:(2) 1.000000] [Ping/INFO] Connected to Tremblay:4000. > [Fafard:client:(2) 1.000000] [Ping/INFO] Messages registered > [Fafard:client:(2) 1.000000] [Ping/INFO] >>>>>>>> Connected to server which is on Tremblay:4000 <<<<<<<< -> [Tremblay:server:(1) 1.001977] [Ping/INFO] >>>>>>>> Got message PING(1234) from Fafard:0 <<<<<<<< > [Fafard:client:(2) 1.001977] [Ping/INFO] >>>>>>>> Message PING(1234) sent to Tremblay:4000 <<<<<<<< -> [Fafard:client:(2) 1.003954] [Ping/INFO] >>>>>>>> Got PONG(4321) from Tremblay:4000 <<<<<<<< -> [Fafard:client:(2) 1.003954] [Ping/INFO] Done. -> [Fafard:client:(2) 1.003954] [gras/INFO] Exiting GRAS +> [Tremblay:server:(1) 1.001977] [Ping/INFO] >>>>>>>> Got message PING(1234) from Fafard:0 <<<<<<<< > [Tremblay:server:(1) 1.003954] [Ping/INFO] >>>>>>>> Answered with PONG(4321) <<<<<<<< > [Tremblay:server:(1) 1.003954] [Ping/INFO] Done. > [Tremblay:server:(1) 1.003954] [gras/INFO] Exiting GRAS +> [Fafard:client:(2) 1.003954] [Ping/INFO] >>>>>>>> Got PONG(4321) from Tremblay:4000 <<<<<<<< +> [Fafard:client:(2) 1.003954] [Ping/INFO] Done. +> [Fafard:client:(2) 1.003954] [gras/INFO] Exiting GRAS -- 2.20.1