X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Ft%2Fweb%2Fhtml_template.t;h=78b95a3b2f84d10b2909ca78c8dd60942dd0465b;hb=7588a4ac90a9b07c08a3107cd1107d773be1c991;hp=662a26bbdc7d20af5c6d74b4bc5d2f52e92a7dad;hpb=6587f6ba7d047ddc1686c080090afe7d53365bd4;p=freeside.git diff --git a/rt/t/web/html_template.t b/rt/t/web/html_template.t index 662a26bbd..78b95a3b2 100644 --- a/rt/t/web/html_template.t +++ b/rt/t/web/html_template.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; @@ -32,7 +31,7 @@ Content-Type: text/html EOF }, ); - $m->content_like( qr/Content changed/, 'content is changed' ); + $m->content_like( qr/Content updated/, 'content is changed' ); $m->content_contains( '你好', 'content is really updated' ); }