[otrs-cvs] otrs/scripts/test CheckItem.t,1.3,1.4

cvs-log at otrs.org cvs-log at otrs.org
Fri Feb 1 17:24:57 GMT 2008


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

Modified Files:
	CheckItem.t 
Log Message:
Fixed bug #2638 - Broken email syntax detection.

Author: ub

Index: CheckItem.t
===================================================================
RCS file: /home/cvs/otrs/scripts/test/CheckItem.t,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** CheckItem.t	1 Feb 2008 16:01:33 -0000	1.3
--- CheckItem.t	1 Feb 2008 17:24:52 -0000	1.4
***************
*** 64,68 ****
      },
      {
!         Email => '_somename at example.com',
          Valid => 1,
      },
--- 64,68 ----
      },
      {
!         Email => '_some.name at somehost.com',
          Valid => 1,
      },


More information about the cvs-log mailing list