[otrs-cvs] otrs/scripts/test CheckItem.t,1.4,1.5
cvs-log at otrs.org
cvs-log at otrs.org
Fri Feb 1 19:58:13 GMT 2008
Comments:
Update of /home/cvs/otrs/scripts/test
In directory lancelot:/tmp/cvs-serv10575/scripts/test
Modified Files:
CheckItem.t
Log Message:
Added three more checks.
Author: martin
Index: CheckItem.t
===================================================================
RCS file: /home/cvs/otrs/scripts/test/CheckItem.t,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** CheckItem.t 1 Feb 2008 17:24:52 -0000 1.4
--- CheckItem.t 1 Feb 2008 19:58:08 -0000 1.5
***************
*** 23,26 ****
--- 23,30 ----
# Invalid
{
+ Email => 'somebody',
+ Valid => 0,
+ },
+ {
Email => 'somebod y at somehost.com',
Valid => 0,
***************
*** 56,59 ****
--- 60,71 ----
},
{
+ Email => 'some+body at somehost.com',
+ Valid => 1,
+ },
+ {
+ Email => 'some-body at somehost.com',
+ Valid => 1,
+ },
+ {
Email => 'some_b_o_d_y at somehost.com',
Valid => 1,
More information about the cvs-log
mailing list