blob: 3982b15367cb77d59a583c0f36abdba33121314c [file] [log] [blame]
/****************************************************************************
* Copyright (c) 2008 Composent, Inc. and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Composent, Inc. - initial API and implementation
*****************************************************************************/
package org.eclipse.ecf.tests.provider.xmpp;
import org.eclipse.ecf.tests.presence.AbstractAdapterAccessTest;
/**
*
*/
public class AdapterAccessTest extends AbstractAdapterAccessTest {
/* (non-Javadoc)
* @see org.eclipse.ecf.tests.presence.AbstractAdapterAccessTest#getClientContainerName()
*/
protected String getClientContainerName() {
return XMPP.CONTAINER_NAME;
}
}