From e854a58a81ec90e419a4b3effa5a83caac05df90 Mon Sep 17 00:00:00 2001 From: jestin Date: Sun, 13 May 2012 08:54:38 +0000 Subject: Modified the tests to remove bus.getDomain(null) make Waiter and WaiterClient sons of WaitFor Added a few tests into svn --- tests/NewLine.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/NewLine.java') diff --git a/tests/NewLine.java b/tests/NewLine.java index 8381379..82ccdd1 100644 --- a/tests/NewLine.java +++ b/tests/NewLine.java @@ -7,7 +7,7 @@ class NewLine { public static void main(String[] args) throws IvyException { Getopt opt = new Getopt("NewLine",args,"b:n:"); - String domain=Ivy.getDomain(null); + String domain=null; int c; int nb = 10000; while ((c = opt.getopt()) != -1) switch (c) { -- cgit v1.1