[Erp5-report] cloudooo r43565 : 135 Tests, 2 Errors, 2 Failures, 0 Skips

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Feb 22 17:40:08 CET 2011


Test Suite: cloudooo
Revision: 43565
Result: FAIL

All tests: 135
Failures: 2
Errors: 2
Skips: 0



The following tests failed:

  testFFMPEGHandler                                  (1 errors)
   Test coversion of video to another format

  testOOHandler                                      (1 failures)
   Test getMetadata

  testServer                                         (1 failures, 1 errors)
   test if metadata are extracted correctly
   Converts pdf to txt

-------------- 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/20110222/b82a7864/attachment.diff>
-------------- next part --------------

ERROR: Test coversion of video to another format
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/src/cloudooo/cloudooo/handler/ffmpeg/tests/testFFMPEGHandler.py", line 46, in testConvertVideo
    output_data = self.input.convert("ogv")
  File "/home/buildbot/slave/full.Oood/build/software/src/cloudooo/cloudooo/handler/ffmpeg/handler.py", line 64, in convert
    close_fds=True).communicate()
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/subprocess.py", line 623, in __init__
    errread, errwrite)
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/subprocess.py", line 1141, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory


FAIL: Test getMetadata
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testOOHandler.py", line 95, in testGetMetadata
    self.assertEquals(metadata.get('Data'), '')
AssertionError: None != ''


ERROR: test if metadata are extracted correctly
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/src/cloudooo/cloudooo/handler/pdf/tests/testServer.py", line 60, in testGetMetadataFromPdf
    self.assertEquals(metadata["title"],
KeyError: 'title'


FAIL: Converts pdf to txt
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/src/cloudooo/cloudooo/handler/pdf/tests/testServer.py", line 54, in testConvertPDFtoTxt
    self.assertEquals(mimetype, "text/plain")
AssertionError: 'application/vnd.oasis.opendocument.graphics' != 'text/plain'


More information about the Erp5-report mailing list