mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-10 10:49:41 +02:00
SMACK-289 Added functionality for retrieving items when the user has multiple subscriptions
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@11579 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
e600fb02f5
commit
11a41e79ca
6 changed files with 189 additions and 26 deletions
|
@ -130,13 +130,6 @@ public class SubscriberUseCases extends SingleUserTestCase
|
|||
// }
|
||||
//
|
||||
|
||||
public void testGetItemsWithSingleSubscription() throws XMPPException
|
||||
{
|
||||
LeafNode node = getPubnode(true, false);
|
||||
node.subscribe(getBareJID(0));
|
||||
runNodeTests(node);
|
||||
}
|
||||
|
||||
public void testGetItems() throws XMPPException
|
||||
{
|
||||
LeafNode node = getPubnode(true, false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue