aboutsummaryrefslogtreecommitdiff
path: root/tests/TestApi.java
diff options
context:
space:
mode:
authorjestin2011-07-22 16:53:52 +0000
committerjestin2011-07-22 16:53:52 +0000
commita2d52b943e3064b8ca86a8a59b8970898b373a34 (patch)
tree8a52265d63c6873ff95fb12d7482284591bbb7fb /tests/TestApi.java
parentfc9a1e00e64dfbfc4b9d7abf9b1660f2abbdc3ba (diff)
downloadivy-java-a2d52b943e3064b8ca86a8a59b8970898b373a34.zip
ivy-java-a2d52b943e3064b8ca86a8a59b8970898b373a34.tar.gz
ivy-java-a2d52b943e3064b8ca86a8a59b8970898b373a34.tar.bz2
ivy-java-a2d52b943e3064b8ca86a8a59b8970898b373a34.tar.xz
Diffstat (limited to 'tests/TestApi.java')
-rw-r--r--tests/TestApi.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/TestApi.java b/tests/TestApi.java
index 00c2f29..f6e8ecf 100644
--- a/tests/TestApi.java
+++ b/tests/TestApi.java
@@ -28,7 +28,9 @@ class TestApi implements IvyMessageListener, IvyApplicationListener {
bus.sendToSelf(true);
bus.bindMsg("^go$",new Self(domain));
System.out.println("sending go ...");
- try { bus.sendMsg("go"); } catch (IvyException ie) { }
+ try { bus.sendMsg("go"); } catch (IvyException ie) {
+ ie.printStackTrace();
+ }
System.out.println("go sent");
}