String[] feed_urls = new String[] { "http://leo.am/podcasts/floss", "http://www.lightspeedmagazine.com/itunes-rss/", "http://revision3.com/trs/feed/MP4-hd30" };
public FeedServiceClientTest(String name) throws ClientProtocolException, IOException
{
super(name);
feed_client = new FeedServiceClient();
greader_client = new GoogleReaderAPI();
}