You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by sa...@apache.org on 2004/03/10 05:18:50 UTC

cvs commit: jakarta-poi/src/scratchpad/testcases/org/apache/poi/hwpf/model TestPAPBinTable.java

sackley     2004/03/09 20:18:50

  Modified:    src/scratchpad/testcases/org/apache/poi/hwpf/model
                        TestPAPBinTable.java
  Log:
  patch from piers and other minor changes
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-poi/src/scratchpad/testcases/org/apache/poi/hwpf/model/TestPAPBinTable.java
  
  Index: TestPAPBinTable.java
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/src/scratchpad/testcases/org/apache/poi/hwpf/model/TestPAPBinTable.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestPAPBinTable.java	2 Mar 2004 06:23:44 -0000	1.1
  +++ TestPAPBinTable.java	10 Mar 2004 04:18:50 -0000	1.2
  @@ -80,7 +80,7 @@
       byte[] tableStream = _hWPFDocFixture._tableStream;
       int fcMin = fib.getFcMin();
   
  -    _pAPBinTable = new PAPBinTable(mainStream, tableStream, fib.getFcPlcfbtePapx(), fib.getLcbPlcfbtePapx(), fcMin);
  +    _pAPBinTable = new PAPBinTable(mainStream, tableStream, null, fib.getFcPlcfbtePapx(), fib.getLcbPlcfbtePapx(), fcMin);
   
       HWPFFileSystem fileSys = new HWPFFileSystem();
   
  @@ -91,7 +91,7 @@
       byte[] newTableStream = tableOut.toByteArray();
       byte[] newMainStream = mainOut.toByteArray();
   
  -    PAPBinTable newBinTable = new PAPBinTable(newMainStream, newTableStream, 0, newTableStream.length, 0);
  +    PAPBinTable newBinTable = new PAPBinTable(newMainStream, newTableStream, null,0, newTableStream.length, 0);
   
       ArrayList oldTextRuns = _pAPBinTable.getParagraphs();
       ArrayList newTextRuns = newBinTable.getParagraphs();
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: poi-dev-help@jakarta.apache.org