From 4f4756f78bb90bfb80b3729d5606c8bdb2e95691 Mon Sep 17 00:00:00 2001 From: Emil Ivov Date: Fri, 28 Jul 2006 13:51:05 +0000 Subject: [PATCH] The Account Manager has been renamed to ProtocolProvider factory --- .../slick/protocol/icq/TestAccountInvalidNotification.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/net/java/sip/communicator/slick/protocol/icq/TestAccountInvalidNotification.java b/test/net/java/sip/communicator/slick/protocol/icq/TestAccountInvalidNotification.java index 959db0cc4..6b55e9232 100644 --- a/test/net/java/sip/communicator/slick/protocol/icq/TestAccountInvalidNotification.java +++ b/test/net/java/sip/communicator/slick/protocol/icq/TestAccountInvalidNotification.java @@ -28,7 +28,7 @@ public class TestAccountInvalidNotification extends TestCase */ private Object registrationLock = new Object(); - AccountManager icqAccountManager = null; + ProtocolProviderFactory icqProviderFactory = null; public TestAccountInvalidNotification(String name) { @@ -50,9 +50,11 @@ protected void tearDown() throws Exception * It is not meaningful to define a test suite. Each of the * pseudo-tests reports a different setup failure, so the * appropriate test should be added individually. - * + *

* As a safety measure, we add an empty test suite which * will generate a "no tests found" failure. + * + * @return an empty test suite. */ public static Test suite() {