예제 #1
0
        public virtual void TestFactoryFeedXmlDownload(string rsslocation)
        {
            var feeduri = new Uri(rsslocation);
            var feedxml = Factory.DownloadXml(feeduri);

            Assert.That(feedxml.Length > 0, string.Format("Failed to download XML from feed at location {0}", feeduri.OriginalString));
        }