Adapted to changes in the service and its implementation

cusax-fix
Emil Ivov 20 years ago
parent 9fb029a821
commit 6243379029

@ -139,7 +139,7 @@ public void testInstallAccount()
osgiFilter =
"(&("+AccountManager.PROTOCOL_PROPERTY_NAME +"="+ProtocolNames.ICQ+")"
+"(" + AccountManager.ACCOUNT_ID_PROPERTY_NAME
+ "=" + IcqSlickFixture.icqAccountID.getAccountID() + "))";
+ "=" + IcqSlickFixture.icqAccountID.getAccountUserID() + "))";
try
{

@ -264,7 +264,7 @@ public void subtestStateTransition( IcqStatusEnum newStatus)
operationSetPresence.getPresenceStatus());
IcqStatusEnum actualStatus = fixture.testerAgent.getBuddyStatus(
fixture.icqAccountID.getAccountID());
fixture.icqAccountID.getAccountUserID());
assertEquals("The underlying implementation did not switch to the "
+"requested presence status.",
newStatus,

Loading…
Cancel
Save