1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-10 09:39:39 +02:00

Changing name to Wildfire.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@3213 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Gaston Dombiak 2005-12-13 22:43:24 +00:00 committed by gato
parent d1cf9cd971
commit 72c67e7baa
5 changed files with 5 additions and 5 deletions

View file

@ -153,7 +153,7 @@ public class ServiceDiscoveryManagerTest extends SmackTestCase {
try {
boolean canPublish = ServiceDiscoveryManager.getInstanceFor(getConnection(0))
.canPublishItems(getServiceName());
assertFalse("Messenger does not support publishing...so far!!", canPublish);
assertFalse("Wildfire does not support publishing...so far!!", canPublish);
}
catch (Exception e) {
fail(e.getMessage());