|
|
|
|
@ -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
|
|
|
|
|
|