From b5104d9581dae753a515c666d94040e2648cd7e7 Mon Sep 17 00:00:00 2001 From: Graham Knop Date: Fri, 9 Jan 2009 10:33:20 +0000 Subject: [PATCH] fixing photo comment test --- t/Asset/File/GalleryFile/Photo/comment.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/Asset/File/GalleryFile/Photo/comment.t b/t/Asset/File/GalleryFile/Photo/comment.t index d81bed667..040b4a4d3 100644 --- a/t/Asset/File/GalleryFile/Photo/comment.t +++ b/t/Asset/File/GalleryFile/Photo/comment.t @@ -204,7 +204,7 @@ cmp_deeply( re( qr{TinyMCE}i ), ), commentForm_submit => all( - re( qr/]+type="submit"[^>]+name="submit"[^>]+value="Save Comment"[^>]+>/ ), + re( qr/]+type="submit"[^>]+name="submit"[^>]+value="Save Comment."[^>]+>/ ), ), } ), "appendTemplateVarsCommentForm returns the correct structure", @@ -243,7 +243,7 @@ cmp_deeply( re( qr{$comment->{bodyText}} ), ), commentForm_submit => all( - re( qr/]+type="submit"[^>]+name="submit"[^>]+value="Save Comment"[^>]+>/ ), + re( qr/]+type="submit"[^>]+name="submit"[^>]+value="Save Comment."[^>]+>/ ), ), } ), "appendTemplateVarsCommentForm returns the correct structure",