aboutsummaryrefslogtreecommitdiff
path: root/tests/TestReady.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/TestReady.java')
-rw-r--r--tests/TestReady.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/TestReady.java b/tests/TestReady.java
index 49d9336..f083f72 100644
--- a/tests/TestReady.java
+++ b/tests/TestReady.java
@@ -87,7 +87,7 @@ class TestReady implements IvyApplicationListener {
public static void main(String args[]) {
Getopt opt = new Getopt("TestReady",args,"b:o");
- String domain=Ivy.getDomain(null);
+ String domain=null;
int c;
boolean swap = false;
while ((c = opt.getopt()) != -1) switch (c) {