Author: kake Date: 2012-07-01 10:27:28 +0100 (Sun, 01 Jul 2012) New Revision: 1415
Modified: trunk/t/701_missing_metadata.t Log: Fix grammar in comment.
Modified: trunk/t/701_missing_metadata.t =================================================================== --- trunk/t/701_missing_metadata.t 2012-06-18 21:59:39 UTC (rev 1414) +++ trunk/t/701_missing_metadata.t 2012-07-01 09:27:28 UTC (rev 1415) @@ -22,8 +22,8 @@ my $wiki = $guide->wiki; isa_ok( $wiki, "Wiki::Toolkit" );
-# Add four different pages, one of which with two versions, one of which -# a redirect. The redirect should not show up on any "missing metadata" +# Add four different pages, one of which has two versions, and one of which +# is a redirect. The redirect should not show up on any "missing metadata" # searches, regardless of the condition of the page it points to. $wiki->write_node( "Test Page", "foo", undef, { category => "Alpha", lat=>"" } )
openguides-commits@lists.openguides.org