From 87d780655605895aed180ad6f2732757a2e19565 Mon Sep 17 00:00:00 2001 From: Emil Ivov Date: Tue, 22 Aug 2006 20:04:03 +0000 Subject: [PATCH] Woking on implementing support for SIP Extended fail message to include exception details. --- .../slick/protocol/sip/TestAccountUninstallation.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/net/java/sip/communicator/slick/protocol/sip/TestAccountUninstallation.java b/test/net/java/sip/communicator/slick/protocol/sip/TestAccountUninstallation.java index 52aceb777..baf683c0e 100644 --- a/test/net/java/sip/communicator/slick/protocol/sip/TestAccountUninstallation.java +++ b/test/net/java/sip/communicator/slick/protocol/sip/TestAccountUninstallation.java @@ -122,7 +122,7 @@ public void testInstallationPersistency() throws Exception } catch (InvalidSyntaxException ex) { - fail("We apparently got our filter wrong"); + fail("We apparently got our filter wrong: " + ex.getMessage()); } //make sure we didn't see a service @@ -170,7 +170,7 @@ public void testInstallationPersistency() throws Exception } catch (InvalidSyntaxException ex) { - fail("We apparently got our filter wrong"); + fail("We apparently got our filter wrong " + ex.getMessage()); } //make sure we didn't see a service @@ -188,7 +188,7 @@ public void testInstallationPersistency() throws Exception } catch (InvalidSyntaxException ex) { - fail("We apparently got our filter wrong"); + fail("We apparently got our filter wrong " + ex.getMessage()); } //we're the ones who've reinstalled the factory so it's our @@ -247,7 +247,7 @@ public void testUninstallAccount() } catch (InvalidSyntaxException ex) { - fail("We apparently got our filter wrong"); + fail("We apparently got our filter wrong " + ex.getMessage()); } //make sure we didn't see a service