assertNull(group);
PlanetSubscriptionData sub = planet.getSubscription("test_url");
assertNotNull(sub);
PlanetSubscriptionData sub1 = planet.getSubscription("test_url1");
assertNotNull(sub1);
planet.deleteSubscription(sub);
planet.deleteSubscription(sub1);
TestUtils.endSession(true);
}
{ // make sure subscriptions are gone
PlanetSubscriptionData sub = planet.getSubscription("test_url");