[otrs-cvs] ImportExport/scripts/test ImportExport.t,1.9,1.10

cvs-log at otrs.org cvs-log at otrs.org
Wed Mar 19 13:24:37 GMT 2008


Comments:
Update of /home/cvs/ImportExport/scripts/test
In directory lancelot:/tmp/cvs-serv18217/scripts/test

Modified Files:
	ImportExport.t 
Log Message:
Improved unittests.

Author: mh

Index: ImportExport.t
===================================================================
RCS file: /home/cvs/ImportExport/scripts/test/ImportExport.t,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** ImportExport.t	18 Mar 2008 13:37:11 -0000	1.9
--- ImportExport.t	19 Mar 2008 13:24:32 -0000	1.10
***************
*** 475,484 ****
  );
  
! # clean the system user table
! my $UserTable = $Self->{ConfigObject}->Get('DatabaseUserTable') || 'system_user';
! 
! $Self->{DBObject}->Do(
!     SQL => "DELETE FROM $UserTable WHERE login LIKE 'UnitTest-ImportExport-%'",
! );
! 
! 1;
--- 475,477 ----
  );
  
! 1;
\ No newline at end of file


More information about the cvs-log mailing list