Update of 
/var/cvs/contributions/CMSContainer_Modules/openofficeintegration/src/tests/com/finalist/cmsc/openoffice
In directory 
james.mmbase.org:/tmp/cvs-serv13229/openofficeintegration/src/tests/com/finalist/cmsc/openoffice

Modified Files:
        ODTFileTransforTest.java 
Log Message:
CMSC-472.
Add enter point in content.jsp.
implement Openoffice export function ,server side function.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/openofficeintegration/src/tests/com/finalist/cmsc/openoffice
See also: http://www.mmbase.org/jira/browse/CMSC-472


Index: ODTFileTransforTest.java
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/openofficeintegration/src/tests/com/finalist/cmsc/openoffice/ODTFileTransforTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- ODTFileTransforTest.java    21 Jan 2008 07:35:30 -0000      1.2
+++ ODTFileTransforTest.java    22 Jan 2008 10:26:12 -0000      1.3
@@ -12,7 +12,7 @@
     public void testSaveAllImageToCMSC() {
         try {
             InputStream fis = this.getClass().getResourceAsStream("test.odt");
-            Map map = OdtFileTranster.saveAllImageToCMSC(fis);
+            Map map = OdtFileTranster.saveAllImageToCMSC(fis,"");
             assertEquals(1, map.size());
         } catch (IOException e) {
             e.printStackTrace();
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to