[otrs-cvs] otrs/scripts/test Layout.t,1.10,1.11

cvs-log at otrs.org cvs-log at otrs.org
Wed Apr 2 09:22:21 GMT 2008


Comments:
Update of /home/cvs/otrs/scripts/test
In directory lancelot:/tmp/cvs-serv28478/scripts/test

Modified Files:
	Layout.t 
Log Message:
Insert a check for bug 2756 (Remark: It works at the moment).

Author: tr

Index: Layout.t
===================================================================
RCS file: /home/cvs/otrs/scripts/test/Layout.t,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** Layout.t	5 Mar 2008 16:55:23 -0000	1.10
--- Layout.t	2 Apr 2008 09:22:16 -0000	1.11
***************
*** 423,426 ****
--- 423,431 ----
          Result => '<script language="JavaScript" type="text/javascript"> alert("Not safe!"); </script>',
      },
+     {
+         Name => 'Ascii2Html() - #27 http.-check',
+         String => "http.\nsome text http.\nsome text http. some text\n",
+         Result => "http.<br>\nsome text http.<br>\nsome text http. some text<br>\n",
+     },
  );
  


More information about the cvs-log mailing list