[Jifty-commit] jifty branch, master, updated. jifty-1.01209-24-gbbc7131

Jifty commits jifty-commit at lists.jifty.org
Tue Feb 8 15:53:12 EST 2011


The branch, master has been updated
       via  bbc7131d763a091291e888cf8725bd76356f352d (commit)
      from  7c678ed65d42eb01383f09e16db5eb06f93012bb (commit)

Summary of changes:
 t/TestApp-Template-Declare/t/td.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit bbc7131d763a091291e888cf8725bd76356f352d
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Tue Feb 8 15:52:49 2011 -0500

    Fix a test that wants the old-style html tag

diff --git a/t/TestApp-Template-Declare/t/td.t b/t/TestApp-Template-Declare/t/td.t
index 482f6ce..082cadf 100644
--- a/t/TestApp-Template-Declare/t/td.t
+++ b/t/TestApp-Template-Declare/t/td.t
@@ -12,7 +12,7 @@ my $URL = $server->started_ok;
 
 my $mech = Jifty::Test::WWW::Mechanize->new;
 $mech->get_ok( $URL . '/' , "testing template declare buffer" );
-$mech->content_contains( '<html xmlns' );
+$mech->content_contains( '<html' );
 $mech->content_contains( '<head title="tdpage_test">' , "find page header" );
 $mech->content_contains( '</head>' );
 $mech->content_contains( '<body>' , "find page body" );

-----------------------------------------------------------------------


More information about the Jifty-commit mailing list