[Erp5-report] cloudooo r42482 : 127 Tests, 0 Errors, 4 Failures, 0 Skips

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Jan 19 22:40:59 CET 2011


Test Suite: cloudooo
Revision: 42482
Result: FAIL

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



The following tests failed:

  testMimemapper                                     (3 failures)
   Passing document_type equal to 'global', the return must be equal
   Test if passing the extension the filter returns corretcly.
   Test get mimetype according to the filter type

  testServer                                         (1 failures)
   Test if filter name returns correctly with ERP5 API

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

FAIL: Passing document_type equal to 'global', the return must be equal
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testMimemapper.py", line 279, in testGetAllowedExtensionListForGlobal
    self.assertEquals(got_list, global_expected_list)
AssertionError: [] != [('odm', 'ODF Master Document'), ('odt', 'ODF Text Document'), ('pdf', 'PDF - Portable Document Format'), ('sdw', 'StarWriter 3.0'), ('sdw', 'StarWriter 4.0'), ('sdw', 'StarWriter 5.0'), ('sgl', 'StarWriter 4.0 Master Document'), ('sgl', 'StarWriter 5.0 Master Document'), ('sxg', 'OpenOffice.org 1.0 Master Document'), ('sxw', 'OpenOffice.org 1.0 Text Document'), ('txt', 'Text Encoded (OpenOffice.org Master Document)')]


FAIL: Test if passing the extension the filter returns corretcly.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testMimemapper.py", line 217, in testGetFilterByExt
    self.assertEquals(len(pdf_filter_list), 7)
AssertionError: 5 != 7


FAIL: Test get mimetype according to the filter type
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testMimemapper.py", line 351, in testGetMimetype
    "application/vnd.oasis.opendocument.formula")
AssertionError: u'' != 'application/vnd.oasis.opendocument.formula'


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']), 30)
AssertionError: 25 != 30


More information about the Erp5-report mailing list