mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-12-11 21:41:08 +01:00
Create new subproject 'legacy', move workgroup API into it
This commit is contained in:
parent
202be35978
commit
6dd64da930
69 changed files with 20 additions and 1 deletions
|
|
@ -1,15 +0,0 @@
|
|||
package org.jivesoftware.smackx;
|
||||
|
||||
import static org.junit.Assert.assertTrue;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
public class WorkgroupProviderInitializerTest {
|
||||
|
||||
@Test
|
||||
public void testWorkgroupProviderInitializer() {
|
||||
WorkgroupProviderInitializer wpi = new WorkgroupProviderInitializer();
|
||||
wpi.initialize();
|
||||
assertTrue(wpi.getExceptions().size() == 0);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue