Changeset 1564

Show
Ignore:
Timestamp:
08/21/06 23:26:51
Author:
hsbt
Message:

fix outline element

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/plagger/t/plugins/Publish-OPML/publish.t

    r1562 r1564  
    2626--- expected 
    2727file_contains($main::output, qr{<opml version="1.0">}); 
    28 file_contains($main::output, qr{<outline title="Liftoff News" htmlUrl="http://liftoff.msfc.nasa.gov/" text="webmaster\@example.com" type="rss" xmlUrl="file:///home/hsbt/svn/plagger/t/samples/rss2sample.xml" />}); 
     28file_contains($main::output, qr{<outline title=".*" htmlUrl=".*" text=".*" type=".*" xmlUrl=".*" />}); 
    2929