[otrs-cvs] otrs/scripts/test/Scheduler TaskManager.t, 1.11, 1.11.2.1
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/otrs/scripts/test/Scheduler
In directory lancelot:/tmp/cvs-serv654/scripts/test/Scheduler
Modified Files:
Tag: rel-3_1
TaskManager.t
Log Message:
Added test with a too large task.
Author: cr
Index: TaskManager.t
===================================================================
RCS file: /home/cvs/otrs/scripts/test/Scheduler/TaskManager.t,v
retrieving revision 1.11
retrieving revision 1.11.2.1
diff -2 -u -d -r1.11 -r1.11.2.1
--- TaskManager.t 28 Apr 2011 15:44:00 -0000 1.11
+++ TaskManager.t 9 Jan 2013 18:23:53 -0000 1.11.2.1
@@ -1,5 +1,5 @@
# --
# TaskManager.t - TaskManager tests
-# Copyright (C) 2001-2011 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
# --
# $Id$
@@ -153,4 +153,16 @@
DueTime => undef,
},
+ {
+ Name => 'test 9 (too large task)',
+ Success => 0,
+ Data => {
+ Name => 'Nagios',
+ Description => 'Connector to send and receive date from Nagios 2.'
+ . "\nasdkaosdkoa\tsada\n",
+ LargeContent => "abcdefghij\n" x 10_000,
+ },
+ Type => 'SomeType',
+ },
+
);
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log