From 40e28848d0d3883d47fc78f55195a392b77fac82 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Thu, 12 Jun 2008 23:33:27 +0000 Subject: [PATCH] fixed --- t/Session/Style.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/Session/Style.t b/t/Session/Style.t index 3471501ba..98be9561f 100644 --- a/t/Session/Style.t +++ b/t/Session/Style.t @@ -181,7 +181,7 @@ $style->sent(0); is($style->sent, 0, 'process: setup sent to 0'); is($style->process('body.content', 'notATemplateId'), -"WebGUI was unable to instantiate your style template.body.content", +"WebGUI was unable to instantiate your style template with the id: notATemplateId.body.content", 'process: invalid templateId returns error message to client'); is($style->sent, 1, 'process: sets sent to 1'); @@ -404,7 +404,7 @@ like($style->process, qr/ASSET PRINTABLE STYLE TEMPLATE/, $session->asset($snippet); is($style->process('test output'), - "WebGUI was unable to instantiate your style template.test output", + "WebGUI was unable to instantiate your style template with the id: .test output", 'process: no valid printableStyleTemplateFound in asset branch returns error'); ####################################################