[Erp5-report] cloudooo rNone : 166 Tests, 84 Errors, 5 Failures, 0 Skips

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Apr 14 21:36:31 CEST 2011


Test Suite: cloudooo
Revision: None
Result: FAIL

All tests: 166
Failures: 5
Errors: 84
Skips: 0



The following tests failed:

  testAllSupportedFormat                             (6 errors)
   Test all drawing formats
   Test all global formats
   Test all presentation formats
   Test all spreadsheet formats
   Test all text formats
   Test all web formats

  testAllSupportedFormatERP5Compatibility            (4 errors)
   Test all drawing formats
   Test all presentation formats
   Test all spreadsheet formats
   Test all text formats

  testAllVideoSupportedFormat                        (1 failures)
   Test convert file to WebM format and the reverse convertion

  testFileSystemDocument                             (1 errors)
   Tests if the htm is extrated from zipfile

  testHighLoad                                       (1 errors)
   Sends many request to Server. Calling generate method

  testImageMagickHandler                             (2 errors)
   Test conversion of png to jpg
   Test if metadata is extracted from image correctly

  testInterface                                      (3 failures)
   Test if Handlers implements IHandler
   Test if Manager implements IManager
   Test if Mimemapper implements IMimemapper.

  testLegacyInterface                                (2 errors)
   Check implicit base conversion of HTML documents.
   Check conversion of HTML to odt

  testOOGranulator                                   (14 errors)
   Test if getChapterItem() returns the right chapter
   Test if getChapterItemList() returns the right chapters list
   Test if getColumnItemList() returns the right table columns list
   Test if getImageItemList() returns the right images list
   Test if getImage() returns the right image file successfully
   Test if getImage() returns an empty string for not existent id
   Test if getLineItemList() returns the right table lines list
   Test if getParagraphItemList() returns the right paragraphs list, with
   Test if getParagraphItem() returns the right paragraph
   Test if getParagraphItem() returns None for not existent id
   Test if getTable() returns on odf file with the right table
   Test if getTable() returns None for an non existent table name
   Test if _odfWithoutContentXml() return a ZipFile instance without the
   Test if getTableItemList() returns the right tables list

  testOOHandler                                      (8 errors)
   Test convert DOC to ODT
   Test convert ODT to DOC
   Test convert with openoffice stopped
   Test getMetadata
   Test getMetadata with openoffice stopped
   Test refresh argument
   Test setMetadata
   Test setMetadata with openoffice stopped

  testOdfDocument                                    (5 errors)
   Test if the getContentXml method returns the content.xml file
   Test if the getFile method returns the requested file
   Test if the getFile method returns None for not present file request
   Test if the _parsed_content attribute is the parsed content.xml
   Test if received path is from a good document returing an ZipFile

  testPDFHandler                                     (3 errors)
   Test conversion of pdf to txt
   Test if the metadata are extracted correctly
   Test if the metadata is inserted correctly

  testServer                                         (1 failures, 32 errors)
   Test Convert Doc -> Odt
   Try convert one document to format not possible
   Try convert one document for a invalid format
   Test export docx to odt
   Test export png to svg
   Test export pptx to odp
   Test if manager can get a chapter
   Test if the chapters list is extracted correctly from document
   Test if manager can get the list of column item
   Test if manager can get a image
   Test if manager can get the list of images items
   Test if manager can get the list of lines items
   Test if manager can get a paragraph
   Test if paragraphs are extracted correctly from document
   Test if manager can get a item of some granulated table
   Test if manager can get the table item list
   Test run_generate method. This test if returns good png files
   Test run_convert method with invalid file
   Test run_convert method
   Test run_generate method
   Test run_generate method. This test is to validate a bug convertions to
   Test run_generate method. This test is to validate a bug convertions to
   Test run_setmetadata method
   Test run_setmetadata method with invalid document
   Convert compressed html to txt
   Test if send a zipfile returns a document correctly
   Test server using method getFileMetadataItemList. With data converted
   Test server using method getFileMetadataItemList. Without data
   Test server using method updateFileMetadata
   Test document that already has metadata. Check if the metadata is not
   Test server using method updateFileMetadata when the same metadata is
   Test server using method updateFileMetadata with unsual metadata
   Test if filter name returns correctly with ERP5 API

  testServer                                         (3 errors)
   Converts pdf to txt
   test if metadata are extracted correctly
   Test if metadata is inserted correctly in document

  testServer                                         (2 errors)
   Converts png to jpg
   test if metadata are extracted correctly

  testUnoConverter                                   (1 errors)
   Test script unoconverter

-------------- next part --------------
A non-text attachment was scrubbed...
Name: summary.diff
Type: text/x-diff
Size: 5897 bytes
Desc: not available
URL: <http://mail.tiolive.com/pipermail/erp5-report/attachments/20110414/c3081326/attachment-0001.diff>
-------------- next part --------------

ERROR: Test all drawing formats
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testAllSupportedFormat.py", line 56, in testDrawingFormats
    self.runTestForType('odg', 'drawing', 'data/test.odg')
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testAllSupportedFormat.py", line 72, in runTestForType
    data = open(filename, 'r').read()
IOError: [Errno 2] No such file or directory: 'data/test.odg'


ERROR: Test all global formats
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testAllSupportedFormat.py", line 68, in testGlobalFormats
    self.runTestForType('sxg', 'global', 'data/test.sxg')
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testAllSupportedFormat.py", line 72, in runTestForType
    data = open(filename, 'r').read()
IOError: [Errno 2] No such file or directory: 'data/test.sxg'


ERROR: Test all presentation formats
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testAllSupportedFormat.py", line 52, in testPresentationFormats
    self.runTestForType('odp', 'presentation', 'data/test.odp')
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testAllSupportedFormat.py", line 72, in runTestForType
    data = open(filename, 'r').read()
IOError: [Errno 2] No such file or directory: 'data/test.odp'


ERROR: Test all spreadsheet formats
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testAllSupportedFormat.py", line 60, in testSpreadSheetFormats
    self.runTestForType('ods', 'spreadsheet', 'data/test.ods')
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testAllSupportedFormat.py", line 72, in runTestForType
    data = open(filename, 'r').read()
IOError: [Errno 2] No such file or directory: 'data/test.ods'


ERROR: Test all text formats
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testAllSupportedFormat.py", line 48, in testTextFormats
    self.runTestForType('odt', 'text', 'data/test.odt')
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testAllSupportedFormat.py", line 72, in runTestForType
    data = open(filename, 'r').read()
IOError: [Errno 2] No such file or directory: 'data/test.odt'


ERROR: Test all web formats
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testAllSupportedFormat.py", line 64, in testWebFormats
    self.runTestForType('html', 'web', 'data/test.html')
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testAllSupportedFormat.py", line 72, in runTestForType
    data = open(filename, 'r').read()
IOError: [Errno 2] No such file or directory: 'data/test.html'


ERROR: Test all drawing formats
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testAllSupportedFormatERP5Compatibility.py", line 60, in testDrawingFormats
    self.runTestForType('odg', 'application/vnd.oasis.opendocument.graphics', 'data/test.odg')
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testAllSupportedFormatERP5Compatibility.py", line 68, in runTestForType
    data = open(filename, 'r').read()
IOError: [Errno 2] No such file or directory: 'data/test.odg'


ERROR: Test all presentation formats
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testAllSupportedFormatERP5Compatibility.py", line 56, in testPresentationFormats
    self.runTestForType('odp', 'application/vnd.oasis.opendocument.presentation', 'data/test.odp')
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testAllSupportedFormatERP5Compatibility.py", line 68, in runTestForType
    data = open(filename, 'r').read()
IOError: [Errno 2] No such file or directory: 'data/test.odp'


ERROR: Test all spreadsheet formats
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testAllSupportedFormatERP5Compatibility.py", line 64, in testSpreadSheetFormats
    self.runTestForType('ods', 'application/vnd.oasis.opendocument.spreadsheet', 'data/test.ods')
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testAllSupportedFormatERP5Compatibility.py", line 68, in runTestForType
    data = open(filename, 'r').read()
IOError: [Errno 2] No such file or directory: 'data/test.ods'


ERROR: Test all text formats
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testAllSupportedFormatERP5Compatibility.py", line 52, in testTextFormats
    self.runTestForType('odt', 'application/vnd.oasis.opendocument.text', 'data/test.odt')
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testAllSupportedFormatERP5Compatibility.py", line 68, in runTestForType
    data = open(filename, 'r').read()
IOError: [Errno 2] No such file or directory: 'data/test.odt'


FAIL: Test convert file to WebM format and the reverse convertion
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ffmpeg-0.1-py2.6.egg/cloudooo/handler/ffmpeg/tests/testAllVideoSupportedFormat.py", line 71, in testWebMFormat
    self.assertEquals(webm_mimetype, 'video/webm')
AssertionError: 'application/x-empty' != 'video/webm'


ERROR: Tests if the htm is extrated from zipfile
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testFileSystemDocument.py", line 121, in testSendZipFile
    data = open(zip_input_url).read()
IOError: [Errno 2] No such file or directory: 'data/test.zip'


ERROR: Sends many request to Server. Calling generate method
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testHighLoad.py", line 58, in testGenerateHighLoad
    data = encodestring(open("data/test.doc", 'r').read())
IOError: [Errno 2] No such file or directory: 'data/test.doc'


ERROR: Test conversion of png to jpg
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.imagemagick-0.1-py2.6.egg/cloudooo/handler/imagemagick/tests/testImageMagickHandler.py", line 42, in testConvertPNGtoJPG
    png_file = open("data/test.png").read()
IOError: [Errno 2] No such file or directory: 'data/test.png'


ERROR: Test if metadata is extracted from image correctly
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.imagemagick-0.1-py2.6.egg/cloudooo/handler/imagemagick/tests/testImageMagickHandler.py", line 51, in testgetMetadataFromImage
    png_file = open("data/test.png").read()
IOError: [Errno 2] No such file or directory: 'data/test.png'


FAIL: Test if Handlers implements IHandler
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testInterface.py", line 150, in testIHandler
    self.assertEquals(IHandler.get('convert').required, ('destination_format',))
AssertionError: ('destination_mimetype',) != ('destination_format',)


FAIL: Test if Manager implements IManager
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testInterface.py", line 107, in testIManager
    self.assertTrue(method in IManager.names())
AssertionError


FAIL: Test if Mimemapper implements IMimemapper.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testInterface.py", line 125, in testIMimeMapper
    self.assertTrue(method in IMimemapper.names())
AssertionError


ERROR: Check implicit base conversion of HTML documents.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testLegacyInterface.py", line 49, in testHtmlToBaseFormatConversion
    file_object =  open(filename, 'r')
IOError: [Errno 2] No such file or directory: 'data/test_failure_conversion.html'


ERROR: Check conversion of HTML to odt
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testLegacyInterface.py", line 68, in testHtmlToOdt
    file_object =  open(filename, 'r')
IOError: [Errno 2] No such file or directory: 'data/test_failure_conversion.html'


ERROR: Test if getChapterItem() returns the right chapter
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testOOGranulator.py", line 40, in setUp
    data = open('./data/granulate_test.odt').read()
IOError: [Errno 2] No such file or directory: './data/granulate_test.odt'


ERROR: Test if getChapterItemList() returns the right chapters list
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testOOGranulator.py", line 40, in setUp
    data = open('./data/granulate_test.odt').read()
IOError: [Errno 2] No such file or directory: './data/granulate_test.odt'


ERROR: Test if getColumnItemList() returns the right table columns list
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testOOGranulator.py", line 40, in setUp
    data = open('./data/granulate_test.odt').read()
IOError: [Errno 2] No such file or directory: './data/granulate_test.odt'


ERROR: Test if getImageItemList() returns the right images list
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testOOGranulator.py", line 40, in setUp
    data = open('./data/granulate_test.odt').read()
IOError: [Errno 2] No such file or directory: './data/granulate_test.odt'


ERROR: Test if getImage() returns the right image file successfully
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testOOGranulator.py", line 40, in setUp
    data = open('./data/granulate_test.odt').read()
IOError: [Errno 2] No such file or directory: './data/granulate_test.odt'


ERROR: Test if getImage() returns an empty string for not existent id
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testOOGranulator.py", line 40, in setUp
    data = open('./data/granulate_test.odt').read()
IOError: [Errno 2] No such file or directory: './data/granulate_test.odt'


ERROR: Test if getLineItemList() returns the right table lines list
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testOOGranulator.py", line 40, in setUp
    data = open('./data/granulate_test.odt').read()
IOError: [Errno 2] No such file or directory: './data/granulate_test.odt'


ERROR: Test if getParagraphItemList() returns the right paragraphs list, with
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testOOGranulator.py", line 40, in setUp
    data = open('./data/granulate_test.odt').read()
IOError: [Errno 2] No such file or directory: './data/granulate_test.odt'


ERROR: Test if getParagraphItem() returns the right paragraph
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testOOGranulator.py", line 40, in setUp
    data = open('./data/granulate_test.odt').read()
IOError: [Errno 2] No such file or directory: './data/granulate_test.odt'


ERROR: Test if getParagraphItem() returns None for not existent id
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testOOGranulator.py", line 40, in setUp
    data = open('./data/granulate_test.odt').read()
IOError: [Errno 2] No such file or directory: './data/granulate_test.odt'


ERROR: Test if getTable() returns on odf file with the right table
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testOOGranulator.py", line 40, in setUp
    data = open('./data/granulate_test.odt').read()
IOError: [Errno 2] No such file or directory: './data/granulate_test.odt'


ERROR: Test if getTable() returns None for an non existent table name
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testOOGranulator.py", line 40, in setUp
    data = open('./data/granulate_test.odt').read()
IOError: [Errno 2] No such file or directory: './data/granulate_test.odt'


ERROR: Test if _odfWithoutContentXml() return a ZipFile instance without the
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testOOGranulator.py", line 40, in setUp
    data = open('./data/granulate_test.odt').read()
IOError: [Errno 2] No such file or directory: './data/granulate_test.odt'


ERROR: Test if getTableItemList() returns the right tables list
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testOOGranulator.py", line 40, in setUp
    data = open('./data/granulate_test.odt').read()
IOError: [Errno 2] No such file or directory: './data/granulate_test.odt'


ERROR: Test convert DOC to ODT
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testOOHandler.py", line 80, in testConvertDocToOdt
    data = encodestring(open("data/test.doc").read())
IOError: [Errno 2] No such file or directory: 'data/test.doc'


ERROR: Test convert ODT to DOC
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testOOHandler.py", line 71, in testConvertOdtToDoc
    data = encodestring(open("data/test.odt").read())
IOError: [Errno 2] No such file or directory: 'data/test.odt'


ERROR: Test convert with openoffice stopped
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testOOHandler.py", line 126, in testConvertWithOpenOfficeStopped
    data = encodestring(open("data/test.doc").read())
IOError: [Errno 2] No such file or directory: 'data/test.doc'


ERROR: Test getMetadata
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testOOHandler.py", line 90, in testGetMetadata
    data = encodestring(open("data/test.odt").read())
IOError: [Errno 2] No such file or directory: 'data/test.odt'


ERROR: Test getMetadata with openoffice stopped
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testOOHandler.py", line 137, in testGetMetadataWithOpenOfficeStopped
    data = encodestring(open("data/test.odt").read())
IOError: [Errno 2] No such file or directory: 'data/test.odt'


ERROR: Test refresh argument
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testOOHandler.py", line 163, in testRefreshOdt
    data = encodestring(open("data/test_fields.odt").read())
IOError: [Errno 2] No such file or directory: 'data/test_fields.odt'


ERROR: Test setMetadata
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testOOHandler.py", line 103, in testSetMetadata
    data = encodestring(open("data/test.odt").read())
IOError: [Errno 2] No such file or directory: 'data/test.odt'


ERROR: Test setMetadata with openoffice stopped
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testOOHandler.py", line 149, in testSetMetadataWithOpenOfficeStopped
    data = encodestring(open("data/test.doc").read())
IOError: [Errno 2] No such file or directory: 'data/test.doc'


ERROR: Test if the getContentXml method returns the content.xml file
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testOdfDocument.py", line 38, in setUp
    data = open('./data/granulate_test.odt').read()
IOError: [Errno 2] No such file or directory: './data/granulate_test.odt'


ERROR: Test if the getFile method returns the requested file
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testOdfDocument.py", line 38, in setUp
    data = open('./data/granulate_test.odt').read()
IOError: [Errno 2] No such file or directory: './data/granulate_test.odt'


ERROR: Test if the getFile method returns None for not present file request
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testOdfDocument.py", line 38, in setUp
    data = open('./data/granulate_test.odt').read()
IOError: [Errno 2] No such file or directory: './data/granulate_test.odt'


ERROR: Test if the _parsed_content attribute is the parsed content.xml
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testOdfDocument.py", line 38, in setUp
    data = open('./data/granulate_test.odt').read()
IOError: [Errno 2] No such file or directory: './data/granulate_test.odt'


ERROR: Test if received path is from a good document returing an ZipFile
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testOdfDocument.py", line 38, in setUp
    data = open('./data/granulate_test.odt').read()
IOError: [Errno 2] No such file or directory: './data/granulate_test.odt'


ERROR: Test conversion of pdf to txt
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.pdf-0.1-py2.6.egg/cloudooo/handler/pdf/tests/testPDFHandler.py", line 42, in testConvertPDFtoText
    pdf_document = open("data/test.pdf").read()
IOError: [Errno 2] No such file or directory: 'data/test.pdf'


ERROR: Test if the metadata are extracted correctly
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.pdf-0.1-py2.6.egg/cloudooo/handler/pdf/tests/testPDFHandler.py", line 49, in testgetMetadata
    pdf_document = open("data/test.pdf").read()
IOError: [Errno 2] No such file or directory: 'data/test.pdf'


ERROR: Test if the metadata is inserted correctly
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.pdf-0.1-py2.6.egg/cloudooo/handler/pdf/tests/testPDFHandler.py", line 58, in testsetMetadata
    pdf_document = open("data/test.pdf").read()
IOError: [Errno 2] No such file or directory: 'data/test.pdf'


ERROR: Test Convert Doc -> Odt
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testServer.py", line 166, in testConvertDocToOdt
    'application/vnd.oasis.opendocument.text')
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testServer.py", line 113, in _testConvertFile
    data = encodestring(open(input_url).read())
IOError: [Errno 2] No such file or directory: 'data/test.doc'


ERROR: Try convert one document to format not possible
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testServer.py", line 325, in testConvertDocumentToImpossibleFormat
    data = open(join('data', 'test.odp'), 'r').read()
IOError: [Errno 2] No such file or directory: 'data/test.odp'


ERROR: Try convert one document for a invalid format
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testServer.py", line 320, in testConvertDocumentToInvalidFormat
    data = open(join('data', 'test.doc'), 'r').read()
IOError: [Errno 2] No such file or directory: 'data/test.doc'


ERROR: Test export docx to odt
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testServer.py", line 301, in testConvertDocxToODT
    'application/vnd.oasis.opendocument.text')
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testServer.py", line 113, in _testConvertFile
    data = encodestring(open(input_url).read())
IOError: [Errno 2] No such file or directory: 'data/test.docx'


ERROR: Test export png to svg
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testServer.py", line 285, in testConvertPNGToSVG
    'image/svg+xml')
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testServer.py", line 113, in _testConvertFile
    data = encodestring(open(input_url).read())
IOError: [Errno 2] No such file or directory: 'data/test.png'


ERROR: Test export pptx to odp
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testServer.py", line 293, in testConvertPPTXToODP
    'application/vnd.oasis.opendocument.presentation')
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testServer.py", line 113, in _testConvertFile
    data = encodestring(open(input_url).read())
IOError: [Errno 2] No such file or directory: 'data/test.pptx'


ERROR: Test if manager can get a chapter
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testServer.py", line 596, in testGetChapterItem
    data = encodestring(open("./data/granulate_chapters_test.odt").read())
IOError: [Errno 2] No such file or directory: './data/granulate_chapters_test.odt'


ERROR: Test if the chapters list is extracted correctly from document
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testServer.py", line 587, in testGetChapterItemList
    data = encodestring(open("./data/granulate_chapters_test.odt").read())
IOError: [Errno 2] No such file or directory: './data/granulate_chapters_test.odt'


ERROR: Test if manager can get the list of column item
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testServer.py", line 532, in testGetColumnItemList
    data = encodestring(open("./data/granulate_table_test.odt").read())
IOError: [Errno 2] No such file or directory: './data/granulate_table_test.odt'


ERROR: Test if manager can get a image
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testServer.py", line 560, in testGetImage
    data = encodestring(open("./data/granulate_test.odt").read())
IOError: [Errno 2] No such file or directory: './data/granulate_test.odt'


ERROR: Test if manager can get the list of images items
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testServer.py", line 547, in testGetImageItemList
    data = encodestring(open("./data/granulate_test.odt").read())
IOError: [Errno 2] No such file or directory: './data/granulate_test.odt'


ERROR: Test if manager can get the list of lines items
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testServer.py", line 538, in testGetLineItemList
    data = encodestring(open("./data/granulate_table_test.odt").read())
IOError: [Errno 2] No such file or directory: './data/granulate_table_test.odt'


ERROR: Test if manager can get a paragraph
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testServer.py", line 581, in testGetParagraphItem
    data = encodestring(open("./data/granulate_test.odt").read())
IOError: [Errno 2] No such file or directory: './data/granulate_test.odt'


ERROR: Test if paragraphs are extracted correctly from document
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testServer.py", line 569, in testGetParagraphItemList
    data = encodestring(open("./data/granulate_test.odt").read())
IOError: [Errno 2] No such file or directory: './data/granulate_test.odt'


ERROR: Test if manager can get a item of some granulated table
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testServer.py", line 517, in testGetTable
    data = encodestring(open("./data/granulate_table_test.odt").read())
IOError: [Errno 2] No such file or directory: './data/granulate_table_test.odt'


ERROR: Test if manager can get the table item list
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testServer.py", line 511, in testGetTableItemList
    data = encodestring(open("data/granulate_table_test.odt").read())
IOError: [Errno 2] No such file or directory: 'data/granulate_table_test.odt'


ERROR: Test run_generate method. This test if returns good png files
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testServer.py", line 394, in testPNGFileToConvertOdpToHTML
    data = open(join('data', 'test_png.odp'), 'r').read()
IOError: [Errno 2] No such file or directory: 'data/test_png.odp'


ERROR: Test run_convert method with invalid file
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testServer.py", line 344, in testRunConvertFailResponse
    data = open(join('data', 'test.doc'), 'r').read()[:30]
IOError: [Errno 2] No such file or directory: 'data/test.doc'


ERROR: Test run_convert method
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testServer.py", line 330, in testRunConvertMethod
    data = open(join('data', 'test.doc'), 'r').read()
IOError: [Errno 2] No such file or directory: 'data/test.doc'


ERROR: Test run_generate method
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testServer.py", line 356, in testRunGenerateMethod
    data = open(join('data', 'test.odt'), 'r').read()
IOError: [Errno 2] No such file or directory: 'data/test.odt'


ERROR: Test run_generate method. This test is to validate a bug convertions to
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testServer.py", line 423, in testRunGenerateMethodConvertOdpToHTML
    data = open(join('data', 'test.odp'), 'r').read()
IOError: [Errno 2] No such file or directory: 'data/test.odp'


ERROR: Test run_generate method. This test is to validate a bug convertions to
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testServer.py", line 370, in testRunGenerateMethodConvertOdsToHTML
    data = open(join('data', 'test.ods'), 'r').read()
IOError: [Errno 2] No such file or directory: 'data/test.ods'


ERROR: Test run_setmetadata method
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testServer.py", line 459, in testRunSetMetadata
    data = open(join('data', 'testMetadata.odt'), 'r').read()
IOError: [Errno 2] No such file or directory: 'data/testMetadata.odt'


ERROR: Test run_setmetadata method with invalid document
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testServer.py", line 487, in testRunSetMetadataFailResponse
    data = open(join('data', 'testMetadata.odt'), 'r').read()[:100]
IOError: [Errno 2] No such file or directory: 'data/testMetadata.odt'


ERROR: Convert compressed html to txt
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testServer.py", line 275, in testSendZipAndReturnTxt
    'text/plain')
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testServer.py", line 113, in _testConvertFile
    data = encodestring(open(input_url).read())
IOError: [Errno 2] No such file or directory: 'data/test.zip'


ERROR: Test if send a zipfile returns a document correctly
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testServer.py", line 266, in testWithZipFile
    True)
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testServer.py", line 113, in _testConvertFile
    data = encodestring(open(input_url).read())
IOError: [Errno 2] No such file or directory: 'data/test.zip'


ERROR: Test server using method getFileMetadataItemList. With data converted
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testServer.py", line 185, in testgetFileMetadataItemListWithData
    data = open(join('data', 'testMetadata.odt'), 'r').read()
IOError: [Errno 2] No such file or directory: 'data/testMetadata.odt'


ERROR: Test server using method getFileMetadataItemList. Without data
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testServer.py", line 171, in testgetFileMetadataItemListWithoutData
    data = open(join('data', 'testMetadata.odt'), 'r').read()
IOError: [Errno 2] No such file or directory: 'data/testMetadata.odt'


ERROR: Test server using method updateFileMetadata
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testServer.py", line 203, in testupdateFileMetadata
    data = open(join('data', 'testMetadata.odt'), 'r').read()
IOError: [Errno 2] No such file or directory: 'data/testMetadata.odt'


ERROR: Test document that already has metadata. Check if the metadata is not
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testServer.py", line 247, in testupdateFileMetadataAlreadyHasMetadata
    data = open(join('data', 'testMetadata.odt'), 'r').read()
IOError: [Errno 2] No such file or directory: 'data/testMetadata.odt'


ERROR: Test server using method updateFileMetadata when the same metadata is
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testServer.py", line 232, in testupdateFileMetadataUpdateSomeMetadata
    data = open(join('data', 'testMetadata.odt'), 'r').read()
IOError: [Errno 2] No such file or directory: 'data/testMetadata.odt'


ERROR: Test server using method updateFileMetadata with unsual metadata
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testServer.py", line 217, in testupdateFileMetadataWithUserMetadata
    data = open(join('data', 'testMetadata.odt'), 'r').read()
IOError: [Errno 2] No such file or directory: 'data/testMetadata.odt'


FAIL: Test if filter name returns correctly with ERP5 API
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testServer.py", line 502, in testGetAllowedTargetItemList
    self.assertEquals(len(response_dict['response_data']), 17)
AssertionError: 16 != 17


ERROR: Converts pdf to txt
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.pdf-0.1-py2.6.egg/cloudooo/handler/pdf/tests/testServer.py", line 48, in testConvertPDFtoTxt
    data = open(join('data', 'test.pdf'), 'r').read()
IOError: [Errno 2] No such file or directory: 'data/test.pdf'


ERROR: test if metadata are extracted correctly
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.pdf-0.1-py2.6.egg/cloudooo/handler/pdf/tests/testServer.py", line 58, in testGetMetadataFromPdf
    data = open(join('data', 'test.pdf'), 'r').read()
IOError: [Errno 2] No such file or directory: 'data/test.pdf'


ERROR: Test if metadata is inserted correctly in document
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.pdf-0.1-py2.6.egg/cloudooo/handler/pdf/tests/testServer.py", line 65, in testSetMetadata
    data = open(join('data', 'test.pdf'), 'r').read()
IOError: [Errno 2] No such file or directory: 'data/test.pdf'


ERROR: Converts png to jpg
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.imagemagick-0.1-py2.6.egg/cloudooo/handler/imagemagick/tests/testServer.py", line 48, in testConvertPNGtoJPG
    data = open(join('data', 'test.png'), 'r').read()
IOError: [Errno 2] No such file or directory: 'data/test.png'


ERROR: test if metadata are extracted correctly
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.imagemagick-0.1-py2.6.egg/cloudooo/handler/imagemagick/tests/testServer.py", line 58, in testGetMetadataFromPNG
    data = open(join('data', 'test.png'), 'r').read()
IOError: [Errno 2] No such file or directory: 'data/test.png'


ERROR: Test script unoconverter
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo-1.2.3-py2.6.egg/cloudooo/handler/tests/handlerTestCase.py", line 126, in setUp
    self.afterSetUp()
  File "/home/buildbot/slave/full.Oood/build/software/eggs/cloudooo.handler.ooo-0.2-py2.6.egg/cloudooo/handler/ooo/tests/testUnoConverter.py", line 51, in afterSetUp
    data = open("data/test.odt", 'r').read()
IOError: [Errno 2] No such file or directory: 'data/test.odt'


More information about the Erp5-report mailing list