diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2013-06-04 00:21:24 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2013-06-04 00:21:24 -0700 |
| commit | 679854b8bbc65d112071111bbd7f34a6a481fb30 (patch) | |
| tree | dda0862fdf7853f4f61e4cf155c8bbc93768c994 /rt/t/web/html_template.t | |
| parent | 9b328d940af56b9924a342192ebb0790478fa705 (diff) | |
RT 4.0.13
Diffstat (limited to 'rt/t/web/html_template.t')
| -rw-r--r-- | rt/t/web/html_template.t | 3 |
1 files changed, 1 insertions, 2 deletions
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' ); } |
