[Erp5-report] cloudooo r42446 : 127 Tests, 0 Errors, 5 Failures, 0 Skips

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Jan 19 12:10:17 CET 2011


Test Suite: cloudooo
Revision: 42446
Result: FAIL

All tests: 127
Failures: 5
Errors: 0
Skips: 0



The following tests failed:

  testOOHandler                                      (1 failures)
   Test convert ODT to DOC

  testServer                                         (3 failures)
   Test export pptx to odp
   Test if filter name returns correctly with ERP5 API
   Test run_generate method. This test is to validate a bug convertions to

  testUnoConverter                                   (1 failures)
   Test script unoconverter

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

FAIL: Test convert ODT to DOC
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testOOHandler.py", line 76, in testConvertOdtToDoc
    self._assert_document_output(doc_exported, "application/vnd.ms-office")
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testOOHandler.py", line 58, in _assert_document_output
    self.assertEquals(mimetype, expected_mimetype)
AssertionError: 'application/octet-stream' != 'application/vnd.ms-office'


FAIL: Test export pptx to odp
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testServer.py", line 296, in testConvertPPTXToODP
    'application/vnd.oasis.opendocument.presentation')
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testServer.py", line 113, in _testConvertFile
    self.assertEquals(content_type, stdout_msg)
AssertionError: 'application/octet-stream' != 'application/vnd.oasis.opendocument.presentation'


FAIL: Test if filter name returns correctly with ERP5 API
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testServer.py", line 508, in testGetAllowedTargetItemList
    self.assertEquals(len(response_dict['response_data']), 29)
AssertionError: 27 != 29


FAIL: Test run_generate method. This test is to validate a bug convertions to
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testServer.py", line 384, in testRunGenerateMethodConvertOdsToHTML
    self.assertEquals(response_code, 200)
AssertionError: 402 != 200


FAIL: Test script unoconverter
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testUnoConverter.py", line 84, in testUnoConverterOdtToDoc
    self.assertEquals(mime.from_file(output_url), 'application/vnd.ms-office')
AssertionError: 'application/octet-stream' != 'application/vnd.ms-office'


More information about the Erp5-report mailing list