String uuid1 = "uuid-test-0000-0001";
String uuid2 = "uuid-test-0000-0002";
String uuid3 = "uuid-test-0000-0003";
system.insertFeed(uuid1, new SyndFeedImpl());
system.insertFeed(uuid2, new SyndFeedImpl());
system.insertFeed(uuid3, new SyndFeedImpl());
// Positive test
selectSyndFeedUUIDs = new SelectSyndFeedUUIDs();
Collection uuidColl = (Collection) selectSyndFeedUUIDs.query(system, new Date());
assertNotNull("Collection must be returned.", uuidColl);