[otrs-cvs] otrs/scripts/test/Scheduler TaskManager.t,1.12,1.13
"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-serv727/scripts/test/Scheduler
Modified Files:
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.12
retrieving revision 1.13
diff -2 -u -d -r1.12 -r1.13
--- TaskManager.t 20 Nov 2012 16:12:18 -0000 1.12
+++ TaskManager.t 9 Jan 2013 18:24:01 -0000 1.13
@@ -1,5 +1,5 @@
# --
# TaskManager.t - TaskManager tests
-# Copyright (C) 2001-2012 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