[Erp5-report] ERP5 r20365: 1333 Tests, 15 Errors, 9 Failures

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Apr 9 17:32:39 CEST 2008


Test Suite: ERP5
Revision: 20365
Result: FAIL

All tests: 1333
Failures: 9
Errors: 15


The following tests failed:

  testXHTML                                          (1 failures)
   test_deadProxyFields (testXHTML.TestXHTML)

  testTransformation                                 (1 errors)
   test_01_getAggregatedAmountList (testTransformation.TestTransformation)

  testResource                                       (1 errors)
   test_10_getPriceWithOptions (testResource.TestResource)

  testGadgets                                        (2 errors)
   Check that it's properly initialized
   Check Gadgets

  testERP5Type                                       (1 failures)
   test_03_NewTempObject (testERP5Type.TestERP5Type)

  testOOoStyle                                       (1 failures)
   test_image_field_form_view_bottom_group (testOOoStyle.TestODTStyle)

  testIngestion                                      (5 errors)
   test_05_FormatIngestion (testIngestion.TestIngestion)
   test_06_FormatGeneration (testIngestion.TestIngestion)
   test_07_SnapshotGeneration (testIngestion.TestIngestion)
   test_09_Contribute (testIngestion.TestIngestion)
   test_12_UploadTextFromContributionTool (testIngestion.TestIngestion)

  testDms                                            (1 failures, 3 errors)
   test_08_EmbeddedDocumentState (testDms.TestDocument)
   test_07_testImplicitRelations (testDms.TestDocument)
   test_Member_download_pdf_format (testDms.TestDocument)
   test_ShowPreviewAfterSubmitted (testDms.TestDocumentWithSecurity)

  testOOoImport                                      (2 errors)
   test_CategoryTool_importCategoryFile (testOOoImport.TestOOoImport)
   test_CategoryTool_importCategoryFileXLS (testOOoImport.TestOOoImport)

  testGUIwithSecurity                                (1 errors)
   test_01_relationFieldToInaccessibleObject (testGUIwithSecurity.TestGUISecurity)

  testOOoChart                                       (1 failures)
   test_ooo_chart (testOOoChart.TestOOoChart)

  testERP5Catalog                                    (1 failures)
   test_complex_query (testERP5Catalog.TestERP5Catalog)

  testERP5LdapCatalog                                (2 errors)
   test_01_HasEverything (testERP5LdapCatalog.TestERP5LdapCatalog)
   test_02_person_ldap_cataloging (testERP5LdapCatalog.TestERP5LdapCatalog)

  testCMFCategory                                    (1 failures)
   Test if acquired_portal_type works correctly.
-------------- next part --------------

FAIL: test_deadProxyFields (testXHTML.TestXHTML)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/zope/lib/python/Testing/ZopeTestCase/profiler.py", line 80, in __call__
    testMethod()
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5/tests/testXHTML.py", line 138, in test_deadProxyFields
    '%s\nform_id:%s\nfield_id:%s\n' % (field_path,
AssertionError: erp5_payroll/PayrollService_viewFieldLibrary/my_quantity_unit
form_id:Resource_viewFieldLibrary
field_id:my_quantity_unit




ERROR: test_01_getAggregatedAmountList (testTransformation.TestTransformation)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/zope/lib/python/Testing/ZopeTestCase/profiler.py", line 80, in __call__
    testMethod()
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5/tests/testTransformation.py", line 720, in test_01_getAggregatedAmountList
    sequence_list.play(self)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5Type/tests/Sequence.py", line 166, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5Type/tests/Sequence.py", line 113, in play
    step.play(context, sequence=self, quiet=quiet)
    Current Sequence:
      CreateComponentDict
      CreateOperationDict
      Tic
      CreateVariatedResource
      Tic
    > CreateTransformation
      Tic
      CreateTransformationLine
      Tic
      CreateIncludedTransformation
      Tic
      CreateIncludedTransformationLine
      Tic
      VerifyTransformationAggregatedAmountList
      VerifyIncludedTransformationAggregatedAmountList
      IncludeTransformation
      Tic
      VerifySpecialisedTransformationAggregatedAmountList
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5Type/tests/Sequence.py", line 99, in play
    method(sequence=sequence)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5/tests/testTransformation.py", line 174, in stepCreateTransformation
    transformation.setVariationBaseCategoryList(('size','colour', 'morphology'))
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5/Document/Transformation.py", line 178, in setVariationBaseCategoryList
    self._setVariationBaseCategoryList(value)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5/Document/Transformation.py", line 170, in _setVariationBaseCategoryList
    self._setVariationCategoryList( self.getVariationRangeCategoryList() )
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5/Variated.py", line 368, in getVariationRangeCategoryList
    omit_individual_variation=omit_individual_variation)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5/Document/Transformation.py", line 148, in getVariationRangeCategoryItemList
    display_base_category=display_base_category,**kw)
TypeError: Python Method object got multiple values for keyword argument 'omit_individual_variation'



ERROR: test_10_getPriceWithOptions (testResource.TestResource)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/zope/lib/python/Testing/ZopeTestCase/profiler.py", line 80, in __call__
    testMethod()
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5/tests/testResource.py", line 594, in test_10_getPriceWithOptions
    portal_type=self.sale_supply_cell_portal_type)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5/Document/SupplyLine.py", line 173, in newCell
    return XMLMatrix.newCell(self, *kw, **kwd)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5Type/XMLMatrix.py", line 498, in newCell
    if self.index[base_id][i].has_key(my_id):
  File "/usr/lib/python2.4/UserDict.py", line 17, in __getitem__
    def __getitem__(self, key): return self.data[key]
KeyError: 0



ERROR: Check that it's properly initialized
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/zope/lib/python/Testing/ZopeTestCase/profiler.py", line 68, in __call__
    self.setUp()
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 359, in setUp
    erp5_catalog_storage=erp5_catalog_storage)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 669, in setUpERP5Site
    bt = portal.portal_templates.download(url)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5/Tool/TemplateTool.py", line 383, in download
    bt = self._download_local(name, id)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5/Tool/TemplateTool.py", line 333, in _download_local
    return self._importBT(path, bt_id)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5/Tool/TemplateTool.py", line 228, in _importBT
    file = open(path, 'rb')
IOError: [Errno 2] No such file or directory: 'erp5_knowledge_pad.bt5'



ERROR: Check Gadgets
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/zope/lib/python/Testing/ZopeTestCase/profiler.py", line 68, in __call__
    self.setUp()
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 359, in setUp
    erp5_catalog_storage=erp5_catalog_storage)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 579, in setUpERP5Site
    raise RuntimeError, 'Installation of %s already failed, giving up'\
RuntimeError: Installation of erp5_portal_0be623d901b481020c4c563a2b71b9cf already failed, giving up



FAIL: test_03_NewTempObject (testERP5Type.TestERP5Type)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/zope/lib/python/Testing/ZopeTestCase/profiler.py", line 80, in __call__
    testMethod()
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/Products/ERP5Type/tests/testERP5Type.py", line 316, in test_03_NewTempObject
    self.assertNotEquals(first_id, second_id)
AssertionError: 'None' == 'None'



FAIL: test_image_field_form_view_bottom_group (testOOoStyle.TestODTStyle)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/zope/lib/python/Testing/ZopeTestCase/profiler.py", line 80, in __call__
    testMethod()
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5OOo/tests/testOOoStyle.py", line 257, in test_image_field_form_view_bottom_group
    self._validate(response.getBody())
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5OOo/tests/testOOoStyle.py", line 75, in _validate
    self.fail(''.join(error_list))
AssertionError: content.xml:103: Element text has extra content: sequence-decls




ERROR: test_05_FormatIngestion (testIngestion.TestIngestion)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/zope/lib/python/Testing/ZopeTestCase/profiler.py", line 80, in __call__
    testMethod()
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 1118, in test_05_FormatIngestion
    self.playSequence(step_list, quiet)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 973, in playSequence
    sequence_list.play(self, quiet=quiet)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5Type/tests/Sequence.py", line 166, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5Type/tests/Sequence.py", line 113, in play
    step.play(context, sequence=self, quiet=quiet)
    Current Sequence:
      CleanUp
      CreateTextDocument
    > IngestTextFormats
      CreateSpreadsheetDocument
      IngestSpreadsheetFormats
      CreatePresentationDocument
      IngestPresentationFormats
      CreateDrawingDocument
      IngestDrawingFormats
      CreatePDFDocument
      IngestPDFFormats
      CreateImageDocument
      IngestImageFormats
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5Type/tests/Sequence.py", line 99, in play
    method(sequence=sequence)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 742, in stepIngestTextFormats
    self.ingestFormatList('one', format_list)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 314, in ingestFormatList
    self.assert_('magic' in context.SearchableText())
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5/Document/Document.py", line 617, in getSearchableText
    self.searchable_property_list))
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5/Document/Document.py", line 616, in <lambda>
    searchable_text = reduce(add, map(lambda x: getPropertyListOrValue(x),
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5/Document/Document.py", line 601, in getPropertyListOrValue
    val = method()
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5/Document/Document.py", line 1172, in asText
    mime, data = self.convert(format='txt')
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5OOo/Document/OOoDocument.py", line 423, in convert
    self.setConversion(data, mime, format=format)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5/Document/Document.py", line 180, in setConversion
    self._cached_mime[tformat] = mime
TypeError: object does not support item assignment



ERROR: test_06_FormatGeneration (testIngestion.TestIngestion)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/zope/lib/python/Testing/ZopeTestCase/profiler.py", line 80, in __call__
    testMethod()
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 1143, in test_06_FormatGeneration
    self.playSequence(step_list, quiet)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 973, in playSequence
    sequence_list.play(self, quiet=quiet)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5Type/tests/Sequence.py", line 166, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5Type/tests/Sequence.py", line 113, in play
    step.play(context, sequence=self, quiet=quiet)
    Current Sequence:
      CleanUp
      CreateTextDocument
      CheckTextDocumentExportList
      CreateSpreadsheetDocument
      CheckSpreadsheetDocumentExportList
      CreatePresentationDocument
      CheckPresentationDocumentExportList
      CreateDrawingDocument
      CheckDrawingDocumentExportList
      CreatePDFDocument
    > ExportPDF
      CreateImageDocument
      ExportImage
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5Type/tests/Sequence.py", line 99, in play
    method(sequence=sequence)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 810, in stepExportPDF
    mime, text = document.convert('text')
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5/Document/PDFDocument.py", line 110, in convert
    self.setConversion(data, mime='text/plain', format='txt')
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5/Document/Document.py", line 180, in setConversion
    self._cached_mime[tformat] = mime
TypeError: object does not support item assignment



ERROR: test_07_SnapshotGeneration (testIngestion.TestIngestion)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/zope/lib/python/Testing/ZopeTestCase/profiler.py", line 80, in __call__
    testMethod()
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 1167, in test_07_SnapshotGeneration
    self.playSequence(step_list, quiet)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 973, in playSequence
    sequence_list.play(self, quiet=quiet)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5Type/tests/Sequence.py", line 166, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5Type/tests/Sequence.py", line 113, in play
    step.play(context, sequence=self, quiet=quiet)
    Current Sequence:
      CleanUp
      CreateTextDocument
      UploadFromViewForm
      CheckConvertingState
      Tic
      CheckConvertedState
      CheckHasNoSnapshot
    > CreateSnapshot
      TryRecreateSnapshot
      CheckHasSnapshot
      DeleteSnapshot
      CheckHasNoSnapshot
      CreateSnapshot
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5Type/tests/Sequence.py", line 99, in play
    method(sequence=sequence)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 835, in stepCreateSnapshot
    context.createSnapshot()
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5/Document/Document.py", line 90, in createSnapshot
    self._setSnapshotData(self.convert(format='pdf'))
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5OOo/Document/OOoDocument.py", line 423, in convert
    self.setConversion(data, mime, format=format)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5/Document/Document.py", line 180, in setConversion
    self._cached_mime[tformat] = mime
TypeError: object does not support item assignment



ERROR: test_09_Contribute (testIngestion.TestIngestion)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/zope/lib/python/Testing/ZopeTestCase/profiler.py", line 80, in __call__
    testMethod()
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 1191, in test_09_Contribute
    self.playSequence(step_list, quiet)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 973, in playSequence
    sequence_list.play(self, quiet=quiet)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5Type/tests/Sequence.py", line 166, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5Type/tests/Sequence.py", line 113, in play
    step.play(context, sequence=self, quiet=quiet)
    Current Sequence:
      CleanUp
    > ContributeFileListWithNoType
      CleanUp
      ContributeFileListWithType
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5Type/tests/Sequence.py", line 99, in play
    method(sequence=sequence)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 866, in stepContributeFileListWithNoType
    self.contributeFileList(with_portal_type=False)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 390, in contributeFileList
    self.assert_('magic' in ob.SearchableText())
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5/Document/Document.py", line 617, in getSearchableText
    self.searchable_property_list))
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5/Document/Document.py", line 616, in <lambda>
    searchable_text = reduce(add, map(lambda x: getPropertyListOrValue(x),
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5/Document/Document.py", line 601, in getPropertyListOrValue
    val = method()
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5/Document/Document.py", line 1172, in asText
    mime, data = self.convert(format='txt')
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5OOo/Document/OOoDocument.py", line 423, in convert
    self.setConversion(data, mime, format=format)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5/Document/Document.py", line 180, in setConversion
    self._cached_mime[tformat] = mime
TypeError: object does not support item assignment



ERROR: test_12_UploadTextFromContributionTool (testIngestion.TestIngestion)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/zope/lib/python/Testing/ZopeTestCase/profiler.py", line 80, in __call__
    testMethod()
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 1277, in test_12_UploadTextFromContributionTool
    self.playSequence(step_list, quiet)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 973, in playSequence
    sequence_list.play(self, quiet=quiet)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5Type/tests/Sequence.py", line 166, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5Type/tests/Sequence.py", line 113, in play
    step.play(context, sequence=self, quiet=quiet)
    Current Sequence:
      CleanUp
      UploadTextFromContributionTool
      CheckConvertingState
      Tic
      CheckConvertedState
      DiscoverFromFilename
      Tic
    > ReuploadTextFromContributionTool
      UploadAnotherTextFromContributionTool
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5Type/tests/Sequence.py", line 99, in play
    method(sequence=sequence)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 599, in stepReuploadTextFromContributionTool
    self.assert_('This document is modified.' not in context.asText())
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5/Document/Document.py", line 1172, in asText
    mime, data = self.convert(format='txt')
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5OOo/Document/OOoDocument.py", line 423, in convert
    self.setConversion(data, mime, format=format)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5/Document/Document.py", line 180, in setConversion
    self._cached_mime[tformat] = mime
TypeError: object does not support item assignment



ERROR: test_08_EmbeddedDocumentState (testDms.TestDocument)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/zope/lib/python/Testing/ZopeTestCase/profiler.py", line 80, in __call__
    testMethod()
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5OOo/tests/testDms.py", line 650, in test_08_EmbeddedDocumentState
    document.convert(format='html')
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5OOo/Document/OOoDocument.py", line 401, in convert
    mime, data = self._convert(format)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5OOo/Document/OOoDocument.py", line 330, in _convert
    return response_dict['mime'], Pdata(dec(response_dict['data']))
KeyError: 'mime'



FAIL: test_07_testImplicitRelations (testDms.TestDocument)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/zope/lib/python/Testing/ZopeTestCase/profiler.py", line 80, in __call__
    testMethod()
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5OOo/tests/testDms.py", line 431, in test_07_testImplicitRelations
    sqlresult_to_document_list(document1.getImplicitPredecessorValueList()))
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 536, in failIfDifferentSet
    self.failUnless(i in b, msg)
AssertionError: [<OOoDocument at /erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/27>, <OOoDocument at /erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/28>, <OOoDocument at /erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/29>, <OOoDocument at /erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/30>] != []



FAIL: test_Member_download_pdf_format (testDms.TestDocument)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/zope/lib/python/Testing/ZopeTestCase/profiler.py", line 80, in __call__
    testMethod()
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5OOo/tests/testDms.py", line 535, in test_Member_download_pdf_format
    self.assertEquals('application/pdf', response.headers['content-type'])
AssertionError: 'application/pdf' != 'text/html; charset=utf-8'



FAIL: test_ShowPreviewAfterSubmitted (testDms.TestDocumentWithSecurity)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/zope/lib/python/Testing/ZopeTestCase/profiler.py", line 80, in __call__
    testMethod()
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5OOo/tests/testDms.py", line 729, in test_ShowPreviewAfterSubmitted
    self.assert_('I use reference to look up TEST' in preview_html)
AssertionError



ERROR: test_CategoryTool_importCategoryFile (testOOoImport.TestOOoImport)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/zope/lib/python/Testing/ZopeTestCase/profiler.py", line 80, in __call__
    testMethod()
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5OOo/tests/testOOoImport.py", line 201, in test_CategoryTool_importCategoryFile
    self.portal.portal_categories.CategoryTool_importCategoryFile(
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/Shared/DC/Scripts/Bindings.py", line 306, in __call__
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/Shared/DC/Scripts/Bindings.py", line 343, in _bindAndExec
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 840, in _exec
    return PythonScript_exec(self, *args)
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/Products/PythonScripts/PythonScript.py", line 323, in _exec
  File "Script (Python)", line 82, in CategoryTool_importCategoryFile
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5OOo/Document/OOoDocument.py", line 423, in convert
    self.setConversion(data, mime, format=format)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5/Document/Document.py", line 180, in setConversion
    self._cached_mime[tformat] = mime
TypeError: object does not support item assignment



ERROR: test_CategoryTool_importCategoryFileXLS (testOOoImport.TestOOoImport)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/zope/lib/python/Testing/ZopeTestCase/profiler.py", line 80, in __call__
    testMethod()
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5OOo/tests/testOOoImport.py", line 218, in test_CategoryTool_importCategoryFileXLS
    self.portal.portal_categories.CategoryTool_importCategoryFile(
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/Shared/DC/Scripts/Bindings.py", line 306, in __call__
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/Shared/DC/Scripts/Bindings.py", line 343, in _bindAndExec
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 840, in _exec
    return PythonScript_exec(self, *args)
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/Products/PythonScripts/PythonScript.py", line 323, in _exec
  File "Script (Python)", line 82, in CategoryTool_importCategoryFile
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5OOo/Document/OOoDocument.py", line 423, in convert
    self.setConversion(data, mime, format=format)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5/Document/Document.py", line 180, in setConversion
    self._cached_mime[tformat] = mime
TypeError: object does not support item assignment



ERROR: test_01_relationFieldToInaccessibleObject (testGUIwithSecurity.TestGUISecurity)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/zope/lib/python/Testing/ZopeTestCase/profiler.py", line 80, in __call__
    testMethod()
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5Form/tests/testGUIwithSecurity.py", line 158, in test_01_relationFieldToInaccessibleObject
    sequence_list.play(self, quiet=quiet)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5Type/tests/Sequence.py", line 166, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5Type/tests/Sequence.py", line 113, in play
    step.play(context, sequence=self, quiet=quiet)
    Current Sequence:
      CreateObjects
      CreateTestFoo
      Tic
      AccessFoo
      ChangeCategorySecurity
    > AccessFoo
      ResetCategorySecurity
      AccessFoo
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5Type/tests/Sequence.py", line 99, in play
    method(sequence=sequence)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5Form/tests/testGUIwithSecurity.py", line 99, in stepAccessFoo
    self.getPortal().foo_module.foo.Foo_view()
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5Form/Form.py", line 526, in __call__
    def __call__(self, *args, **kwargs):
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5Form/Form.py", line 564, in __call__
    return pt.pt_render(extra_context=extra_context)
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/Products/PageTemplates/PageTemplate.py", line 96, in pt_render
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 190, in __call__
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 234, in interpret
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 409, in do_optTag_tal
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 394, in do_optTag
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 389, in no_tag
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 234, in interpret
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 650, in do_defineMacro
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 234, in interpret
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 409, in do_optTag_tal
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 394, in do_optTag
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 389, in no_tag
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 234, in interpret
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 671, in do_useMacro
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 234, in interpret
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 409, in do_optTag_tal
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 394, in do_optTag
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 389, in no_tag
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 234, in interpret
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 409, in do_optTag_tal
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 394, in do_optTag
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 389, in no_tag
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 234, in interpret
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 671, in do_useMacro
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 234, in interpret
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 409, in do_optTag_tal
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 394, in do_optTag
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 389, in no_tag
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 234, in interpret
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 409, in do_optTag_tal
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 394, in do_optTag
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 389, in no_tag
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 234, in interpret
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 671, in do_useMacro
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 234, in interpret
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 409, in do_optTag_tal
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 394, in do_optTag
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 389, in no_tag
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 234, in interpret
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 409, in do_optTag_tal
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 394, in do_optTag
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 389, in no_tag
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 234, in interpret
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 702, in do_defineSlot
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 234, in interpret
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 409, in do_optTag_tal
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 394, in do_optTag
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 389, in no_tag
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 234, in interpret
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 694, in do_defineSlot
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 234, in interpret
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 409, in do_optTag_tal
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 394, in do_optTag
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 389, in no_tag
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 234, in interpret
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 694, in do_defineSlot
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 234, in interpret
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 409, in do_optTag_tal
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 394, in do_optTag
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 389, in no_tag
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 234, in interpret
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 694, in do_defineSlot
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 234, in interpret
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 409, in do_optTag_tal
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 394, in do_optTag
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 389, in no_tag
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 234, in interpret
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 671, in do_useMacro
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 234, in interpret
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 409, in do_optTag_tal
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 394, in do_optTag
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 389, in no_tag
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 234, in interpret
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 409, in do_optTag_tal
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 394, in do_optTag
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 389, in no_tag
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 234, in interpret
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 613, in do_loop_tal
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 234, in interpret
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 409, in do_optTag_tal
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 394, in do_optTag
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 389, in no_tag
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 234, in interpret
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 409, in do_optTag_tal
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 394, in do_optTag
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 389, in no_tag
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 234, in interpret
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 637, in do_condition
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 234, in interpret
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 613, in do_loop_tal
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 234, in interpret
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 409, in do_optTag_tal
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 394, in do_optTag
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 389, in no_tag
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 234, in interpret
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 671, in do_useMacro
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 234, in interpret
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 409, in do_optTag_tal
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 394, in do_optTag
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 389, in no_tag
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 234, in interpret
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 637, in do_condition
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 234, in interpret
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 409, in do_optTag_tal
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 394, in do_optTag
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 389, in no_tag
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 234, in interpret
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/TAL/TALInterpreter.py", line 460, in do_setLocal_tal
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/Products/PageTemplates/TALES.py", line 221, in evaluate
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/Products/PageTemplates/ZRPythonExpr.py", line 47, in __call__
  File "Python expression "field.render_htmlgrid(value, request)"", line 1, in <expression>
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5Form/FormulatorPatch.py", line 1430, in Field_render_htmlgrid
    value = self._get_default(widget_key, value, REQUEST)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5Form/Form.py", line 312, in _get_default
    return self.get_value('default', REQUEST=REQUEST) # It was missing on Formulator
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5Form/RelationField.py", line 179, in get_value
    result = ZMIField.get_value(self, id, REQUEST=REQUEST, **kw)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5Form/Form.py", line 261, in get_value
    def get_value(self, id, **kw):
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5Form/Form.py", line 293, in get_value
    return value(field, id, **kw)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5Form/Form.py", line 202, in __call__
    value = ob.getProperty(self.key)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5Type/Base.py", line 1338, in getProperty
    return method(**kw)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5Type/Accessor/Value.py", line 202, in __call__
    def __call__(self, instance, *args, **kw):
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5Type/Accessor/Value.py", line 203, in __call__
    o = instance._getDefaultAcquiredValue(self._key, **kw)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5Type/Base.py", line 1998, in _getDefaultAcquiredValue
    return self._getCategoryTool().resolveCategory(path)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/CMFCategory/CategoryTool.py", line 1550, in resolveCategory
    def resolveCategory(self, relative_url):
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/CMFCategory/CategoryTool.py", line 1651, in resolveCategory
    obj = restrictedGetOb(container, key)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/CMFCategory/CategoryTool.py", line 1631, in restrictedGetOb
    if not validate(container, container, key, obj):
Unauthorized: You are not allowed to access 'a' in this context



FAIL: test_ooo_chart (testOOoChart.TestOOoChart)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/zope/lib/python/Testing/ZopeTestCase/profiler.py", line 80, in __call__
    testMethod()
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5Form/tests/testOOoChart.py", line 168, in test_ooo_chart
    self.assertEquals(HTTP_OK, response.getStatus())
AssertionError: 200 != 500



FAIL: test_complex_query (testERP5Catalog.TestERP5Catalog)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/zope/lib/python/Testing/ZopeTestCase/profiler.py", line 80, in __call__
    testMethod()
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5Catalog/tests/testERP5Catalog.py", line 2175, in test_complex_query
    self.assertEqual(len(catalog(query=query)), 3)
AssertionError: 2 != 3



ERROR: test_01_HasEverything (testERP5LdapCatalog.TestERP5LdapCatalog)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/zope/lib/python/Testing/ZopeTestCase/profiler.py", line 68, in __call__
    self.setUp()
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 359, in setUp
    erp5_catalog_storage=erp5_catalog_storage)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 723, in setUpERP5Site
    raise RuntimeError, \
RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_catalog', 'unindexObject', -2, 6), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_catalog', 'unindexObject', -2, 6)]



ERROR: test_02_person_ldap_cataloging (testERP5LdapCatalog.TestERP5LdapCatalog)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/zope/lib/python/Testing/ZopeTestCase/profiler.py", line 68, in __call__
    self.setUp()
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 359, in setUp
    erp5_catalog_storage=erp5_catalog_storage)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 579, in setUpERP5Site
    raise RuntimeError, 'Installation of %s already failed, giving up'\
RuntimeError: Installation of erp5_portal_a28a575dea15f29ef51928ed670935d0 already failed, giving up



FAIL: Test if acquired_portal_type works correctly.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/zope/lib/python/Testing/ZopeTestCase/profiler.py", line 80, in __call__
    testMethod()
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/CMFCategory/tests/testCMFCategory.py", line 791, in test_21_AcquiredPortalType
    self.assertEquals(packing_list.getDestinationAdministrationPersonTitle(), 'toto')
AssertionError: None != 'toto'



More information about the Erp5-report mailing list