From 6e74f781293135ab46555566507bb43e01c020e2 Mon Sep 17 00:00:00 2001 From: jestin Date: Fri, 27 Sep 2002 17:26:42 +0000 Subject: Fixed a little bug in the tests suite. --- tests/BenchLocal.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/BenchLocal.java') diff --git a/tests/BenchLocal.java b/tests/BenchLocal.java index 28ef02b..f8dc6ac 100644 --- a/tests/BenchLocal.java +++ b/tests/BenchLocal.java @@ -134,7 +134,7 @@ class BenchLocal { public void test2bus(String domain,int delay) throws IvyException { Ivy bus1,bus2; IAL ial=new IAL(); - System.out.println("starting with delay="+delay+" ms"); + System.out.println("starting with delay="+delay+" ms between the two starts"); bus1=new Ivy("BUS1","Bus1 ready",ial); bus2=new Ivy("BUS2","Bus2 ready",ial); ial.setBusses(bus1,bus2); -- cgit v1.1