284285286287288289290291292293294
group.addSubscription(sub); planet.saveGroup(group); TestUtils.endSession(true); } { planet.refreshEntries(); TestUtils.endSession(true); PlanetSubscriptionData sub = planet.getSubscription(feed_url1); int entriesSize = sub.getEntries().size();
331332333334335336337338339340341
group.addSubscription(sub2); planet.saveGroup(group); TestUtils.endSession(true); } { planet.refreshEntries(); TestUtils.endSession(true); int count = 0; Iterator subs = planet.getAllSubscriptions(); while (subs.hasNext()) {
285286287288289290291292293294295
335336337338339340341342343344345