Browse Source

Merged revisions 618328 via svnmerge from

https://svn.apache.org/repos/asf/poi/trunk

........
  r618328 | ugo | 2008-02-04 18:05:13 +0100 (Mon, 04 Feb 2008) | 1 line
  
  Make TestHSSFSheet#testAutoSizeColumn not fail on a Mac just because of font size differences.
........


git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@618329 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_3_5_BETA2
Ugo Cei 16 years ago
parent
commit
7f4e502991
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/testcases/org/apache/poi/hssf/usermodel/TestHSSFSheet.java

+ 1
- 1
src/testcases/org/apache/poi/hssf/usermodel/TestHSSFSheet.java View File

@@ -759,7 +759,7 @@ public class TestHSSFSheet
// thankfully don't overlap!
int minWithRow1And2 = 6400;
int maxWithRow1And2 = 7800;
int minWithRow1Only = 3024;
int minWithRow1Only = 2750;
int maxWithRow1Only = 3300;
// autoSize the first column and check its size before the merged region (1,0,1,1) is set:

Loading…
Cancel
Save