[Erp5-report] cloudooo r44508 : 60 Tests, 1 Errors, 7 Failures, 0 Skips

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Mar 22 16:54:04 CET 2011


Test Suite: cloudooo
Revision: None
Result: FAIL

All tests: 60
Failures: 7
Errors: 1
Skips: 0



The following tests failed:

  testAllSupportedFormat                             (7 failures)
   Test convert file to avi format the reverse convertion
   Test convert file to flash format the reverse convertion
   Test convert file to matroska format the reverse convertion
   Test convert file to mp4 format the reverse convertion
   Test convert file to Mpeg format the reverse convertion
   Test convert file to ogg format the reverse convertion
   Test convert file to WebM format and the reverse convertion

  testPDFHandler                                     (1 errors)
   Test if the metadata is inserted correctly

-------------- next part --------------

FAIL: Test convert file to avi format the reverse convertion
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/src/cloudooo/cloudooo/handler/ffmpeg/tests/testAllSupportedFormat.py", line 52, in testAviFormat
    self.assertEquals(avi_mimetype, 'video/avi')
AssertionError: 'video/x-msvideo' != 'video/avi'


FAIL: Test convert file to flash format the reverse convertion
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/src/cloudooo/cloudooo/handler/ffmpeg/tests/testAllSupportedFormat.py", line 76, in testFlvFormat
    self.assertEquals(flv_mimetype, 'application/x-shockwave-flash')
AssertionError: 'application/x-empty' != 'application/x-shockwave-flash'


FAIL: Test convert file to matroska format the reverse convertion
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/src/cloudooo/cloudooo/handler/ffmpeg/tests/testAllSupportedFormat.py", line 92, in testMkvFormat
    self.assertEquals(mkv_mimetype, 'video/x-matroska')
AssertionError: 'application/octet-stream' != 'video/x-matroska'


FAIL: Test convert file to mp4 format the reverse convertion
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/src/cloudooo/cloudooo/handler/ffmpeg/tests/testAllSupportedFormat.py", line 62, in testMp4Format
    self.assertEquals(ogv_mimetype, 'video/ogg')
AssertionError: 'application/x-empty' != 'video/ogg'


FAIL: Test convert file to Mpeg format the reverse convertion
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/src/cloudooo/cloudooo/handler/ffmpeg/tests/testAllSupportedFormat.py", line 86, in testMpegFormat
    self.assertEquals(ogv_mimetype, 'video/ogg')
AssertionError: 'application/x-empty' != 'video/ogg'


FAIL: Test convert file to ogg format the reverse convertion
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/src/cloudooo/cloudooo/handler/ffmpeg/tests/testAllSupportedFormat.py", line 100, in testOggFormat
    self.assertEquals(ogg_mimetype, 'application/ogg')
AssertionError: 'application/x-empty' != 'application/ogg'


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


ERROR: Test if the metadata is inserted correctly
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/src/cloudooo/cloudooo/handler/pdf/tests/testPDFHandler.py", line 61, in testsetMetadata
    new_document = handler.setMetadata(metadata_dict)
  File "/home/buildbot/slave/full.Oood/build/software/src/cloudooo/cloudooo/handler/pdf/handler.py", line 107, in setMetadata
    env=self.environment).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


More information about the Erp5-report mailing list