[otrs-cvs] CVS: otrs/scripts/test PDF.t,1.7,1.8

cvs-log at otrs.org cvs-log at otrs.org
Sun Oct 1 16:16:03 CEST 2006


Update of /home/cvs/otrs/scripts/test
In directory lancelot:/tmp/cvs-serv10027/scripts/test

Modified Files:
	PDF.t 
Log Message:
improved pdf tests

Index: PDF.t
===================================================================
RCS file: /home/cvs/otrs/scripts/test/PDF.t,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** PDF.t	28 Sep 2006 16:30:10 -0000	1.7
--- PDF.t	1 Oct 2006 13:16:00 -0000	1.8
***************
*** 59,65 ****
  );
  
! # test _StringWidth()
! my $StringWidthText = 'Das ist der Testtext.';
! my @StringWidthReturn = (120,114,108,102,96,90,84,78,72,66,60,54,48,42,36,30,24,18,12,6,0);
  
  my $C1 = 0;
--- 59,69 ----
  );
  
[...1281 lines suppressed...]
  $TableRowCalculate{7}{CellData}[0][0]{FontSize} = 10;
  $TableRowCalculate{7}{CellData}[0][0]{Lead} = 0;
! $TableRowCalculate{7}{CellData}[0][1]{Content} = 'Expedition 14 takes over ISS command - The astronauts on board the International Space Station will hold a short ceremony later this evening to mark the change of command from the Expedition 13 to the Expedition 14 crew.';
  $TableRowCalculate{7}{CellData}[0][1]{Font} = 'Helvetica';
  $TableRowCalculate{7}{CellData}[0][1]{FontSize} = 11;
***************
*** 2426,2431 ****
  
  $TableRowCalculate{7}{ReturnRowData}[0]{Height} = 0;
! $TableRowCalculate{7}{ReturnRowData}[0]{TextHeight} = 219;
! $TableRowCalculate{7}{ReturnRowData}[0]{OutputHeight} = 223;
  
  # start testing TableCalculate()
--- 2432,2437 ----
  
  $TableRowCalculate{7}{ReturnRowData}[0]{Height} = 0;
! $TableRowCalculate{7}{ReturnRowData}[0]{TextHeight} = 187;
! $TableRowCalculate{7}{ReturnRowData}[0]{OutputHeight} = 191;
  
  # start testing TableCalculate()



More information about the cvs-log mailing list