You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2004/08/13 21:34:27 UTC

cvs commit: jakarta-commons-sandbox/feedparser/tests locate6.html

burton      2004/08/13 12:34:27

  Modified:    feedparser/src/java/org/apache/commons/feedparser/locate
                        FeedLocator.java
  Added:       feedparser/tests locate6.html
  Log:
  locate test that fails for brads blogs
  
  Revision  Changes    Path
  1.13      +4 -1      jakarta-commons-sandbox/feedparser/src/java/org/apache/commons/feedparser/locate/FeedLocator.java
  
  Index: FeedLocator.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/feedparser/src/java/org/apache/commons/feedparser/locate/FeedLocator.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- FeedLocator.java	11 Aug 2004 20:48:09 -0000	1.12
  +++ FeedLocator.java	13 Aug 2004 19:34:27 -0000	1.13
  @@ -83,12 +83,15 @@
   
           //String resource = "file:///projects/feedparser/tests/locate4.html";
           //String resource = "file:///projects/feedparser/tests/locate5.html";
  +        String resource = "file:///projects/feedparser/tests/locate6.html";
   
           //String resource = "http://blogs.sun.com/roller/page/gonzo";
   
           //String resource = "http://gonze.com/weblog/";
   
  -        String resource = "http://carolinascl.blogspot.com/";
  +        //String resource = "http://codinginparadise.org/";
  +
  +        //String resource = "http://carolinascl.blogspot.com/";
           
           //String resource = "http://www.corante.com/strange/";
           //String resource = "http://peerfear.org";
  
  
  
  1.1                  jakarta-commons-sandbox/feedparser/tests/locate6.html
  
  Index: locate6.html
  ===================================================================
  <!-- test for basic RSS with an internal RSS 0.90 index.xml link. -->
  
  <html>
      <head>
          
          <link rel="alternate" 
                type="application/atom+xml" 
                title="ATOM" 
                href="http://www.codinginparadise.org/weblog/atom.xml" />
  
      </head>
  
      <body>
  
          <p>
          </p>
  
      </body>
  
  </html>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org