[otrs-cvs] ImportExport/scripts/test ImportExport.t,1.4,1.5
cvs-log at otrs.org
cvs-log at otrs.org
Mon Feb 4 12:19:59 GMT 2008
Comments:
Update of /home/cvs/ImportExport/scripts/test
In directory lancelot:/tmp/cvs-serv6382/scripts/test
Modified Files:
ImportExport.t
Log Message:
Improved modularisation of import and export functions.
Author: mh
Index: ImportExport.t
===================================================================
RCS file: /home/cvs/ImportExport/scripts/test/ImportExport.t,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** ImportExport.t 24 Jan 2008 16:57:56 -0000 1.4
--- ImportExport.t 4 Feb 2008 12:19:54 -0000 1.5
***************
*** 84,87 ****
--- 84,96 ----
{
Add => {
+ Type => 'Import',
+ ValidID => 1,
+ UserID => 1,
+ },
+ },
+
+ # this template is NOT complete and must not be added
+ {
+ Add => {
Object => $ObjectRand,
ValidID => 1,
***************
*** 120,123 ****
--- 129,133 ----
{
Add => {
+ Type => 'Import',
Object => $ObjectRand,
Format => 'CSV',
***************
*** 127,130 ****
--- 137,141 ----
},
AddGet => {
+ Type => 'Import',
Object => $ObjectRand,
Format => 'CSV',
***************
*** 140,143 ****
--- 151,155 ----
{
Add => {
+ Type => 'Import',
Object => $ObjectRand,
Format => 'CSV',
***************
*** 151,154 ****
--- 163,167 ----
{
Add => {
+ Type => 'Import',
Object => $ObjectRand,
Format => 'CSV',
***************
*** 159,162 ****
--- 172,176 ----
},
AddGet => {
+ Type => 'Import',
Object => $ObjectRand,
Format => 'CSV',
***************
*** 247,250 ****
--- 261,265 ----
{
Add => {
+ Type => " \t \n \r Import \t \n \r ",
Object => " \t \n \r " . $ObjectRand . " \t \n \r ",
Format => " \t \n \r CSV \t \n \r ",
***************
*** 254,257 ****
--- 269,273 ----
},
AddGet => {
+ Type => 'Import',
Object => $ObjectRand,
Format => 'CSV',
More information about the cvs-log
mailing list