From ab5311fc62b84a8650212d214ebafcef0754bf5f Mon Sep 17 00:00:00 2001 From: jestin Date: Wed, 6 Jul 2005 20:04:19 +0000 Subject: tests 1.2.8 le build.xml c'est pour une automatisation de la construction avec ant plutôt qu'avec make. je ne sais encore guère --- tests/BenchLocal.java | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/BenchLocal.java') diff --git a/tests/BenchLocal.java b/tests/BenchLocal.java index f0b6863..6a21599 100644 --- a/tests/BenchLocal.java +++ b/tests/BenchLocal.java @@ -59,6 +59,7 @@ class BenchLocal { void sleep(int delay) { log("waiting "+delay+" ms"); + if (delay==0) return; // a Kaffe bug ? try { Thread.sleep(delay); } catch (InterruptedException ie) { } } -- cgit v1.1