[Bps-public-commit] r18296 - in Net-Google-Code/branches/write: .

sunnavy at bestpractical.com sunnavy at bestpractical.com
Mon Feb 9 06:57:32 EST 2009


Author: sunnavy
Date: Mon Feb  9 06:57:31 2009
New Revision: 18296

Modified:
   Net-Google-Code/branches/write/   (props changed)
   Net-Google-Code/branches/write/t/11.wiki.t

Log:
 r19710 at sunnavys-mb:  sunnavy | 2009-02-09 19:51:43 +0800
 old html is change to wiki_html in WikiEntry


Modified: Net-Google-Code/branches/write/t/11.wiki.t
==============================================================================
--- Net-Google-Code/branches/write/t/11.wiki.t	(original)
+++ Net-Google-Code/branches/write/t/11.wiki.t	Mon Feb  9 06:57:31 2009
@@ -59,7 +59,7 @@
 
 # test HTML
 $entry = $wiki->entry('TestPage');
-like $entry->html, qr/Add your content here/;
+like $entry->wiki_html, qr/Add your content here/;
 is $entry->updated_time, 'Sat Jan 17 15:21:27 2009';
 is $entry->updated_by, 'fayland';
 is $entry->summary, 'One-sentence summary of this page.';



More information about the Bps-public-commit mailing list