[Erp5-report] ERP5_z28 r23476: 2197 Tests, 17 Errors, 9 Failures

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Sep 9 01:27:49 CEST 2008


Test Suite: ERP5_z28
Revision: 23476
Result: FAIL

All tests: 2197
Failures: 9
Errors: 17


The following tests failed:

  testPackingList                                    (1 failures)
   test_11_PackingListDecreaseTwoTimesQuantityAndUpdateDelivery (testPackingList.TestPurchasePackingList)

  testAccounting                                     (1 failures)
   test_Base_doAction (testAccounting.TestAccountingTransactionTemplate)

  testResource                                       (1 failures)
   test_12_getPurchaseVsSalePrice (testResource.TestResource)

  testERP5Base                                       (1 failures)
   test_Person_getAge (testERP5Base.TestERP5Base)

  testDocumentationHelper                            (1 errors)
   test_03_PortalType (testDocumentationHelper.TestDocumentationHelper)

  testIngestion                                      (1 errors)
   test_05_FormatIngestionText (testIngestion.TestIngestion)

  testGUIwithSecurity                                (1 errors)
   test_01_relationFieldToInaccessibleObject (testGUIwithSecurity.TestGUISecurity)

  testOOoChart                                       (2 errors)
   test_ooo_chart (testOOoChart.TestOOoChart)
   test_proxy_ooo_chart (testOOoChart.TestOOoChart)

  testPlanningBox                                    (1 errors)
   test_01 (testPlanningBox.TestPlanningBox)

  testListBox                                        (8 errors)
   test_01_CheckListBoxLinesWithStat (testListBox.TestListBox)
   Defaults sort parameters must be passed to the list method, under the
   Defaults parameters are passed as keyword arguments to the list method
   Unicode properties are handled.
   Listbox edits selection with request parameters. Special care must be
   test_06_LineFields (testListBox.TestListBox)
   test_ObjectSupport (testListBox.TestListBox)
   test_ProxyFieldRenderFormatLines (testListBox.TestListBox)

  testERP5Catalog                                    (1 failures, 4 errors)
   test_48_ERP5Site_hotReindexAll (testERP5Catalog.TestERP5Catalog)
   test_SearchedStringIsNotStripped (testERP5Catalog.TestERP5Catalog)
   test_SubDocumentsWithAcquireLocalRoleSecurityIndexing (testERP5Catalog.TestERP5Catalog)
   test_complex_query (testERP5Catalog.TestERP5Catalog)
   test_sortOnRelatedKeyWithUnsetRelation (testERP5Catalog.TestERP5Catalog)

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

  testCMFCategory                                    (1 failures)
   test_getSingleCategoryAcquiredMembershipListOnParent (testCMFCategory.TestCMFCategory)
-------------- next part --------------

FAIL: test_11_PackingListDecreaseTwoTimesQuantityAndUpdateDelivery (testPackingList.TestPurchasePackingList)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5/tests/testPackingList.py", line 1010, in test_11_PackingListDecreaseTwoTimesQuantityAndUpdateDelivery
    sequence_list.play(self, quiet=quiet)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/Sequence.py", line 166, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/Sequence.py", line 113, in play
    step.play(context, sequence=self, quiet=quiet)
    Current Sequence:
      CreateOrganisation1
      CreateOrganisation2
      CreateOrganisation3
      CreateOrder
      CreateCurrency
      SetOrderPriceCurrency
      SetOrderProfile
      CreateNotVariatedResource
      Tic
      CreateOrderLine
      SetOrderLineResource
      SetOrderLineDefaultValues
      OrderOrder
      Tic
      ConfirmOrder
      Tic
      CheckOrderSimulation
      CheckDeliveryBuilding
      CheckPackingListIsNotDivergent
      CheckOrderPackingList
      DecreasePackingListLineQuantity
      CheckPackingListIsCalculating
      Tic
      CheckPackingListIsDiverged
      SplitAndDeferPackingList
      Tic
      CheckPackingListIsSolved
      CheckPackingListSplitted
      DecreasePackingListLineQuantity
      CheckPackingListIsCalculating
      Tic
      CheckPackingListIsDiverged
      SplitAndDeferPackingList
      Tic
    > CheckNewPackingListIsDivergent
      NewPackingListAdoptPrevision
      Tic
      CheckPackingListIsSolved
      CheckPackingListSplittedTwoTimes
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/Sequence.py", line 99, in play
    method(sequence=sequence)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5/tests/testPackingList.py", line 179, in stepCheckNewPackingListIsDivergent
    self.stepCheckPackingListIsDivergent(packing_list=packing_list,sequence=sequence)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5/tests/testPackingList.py", line 171, in stepCheckPackingListIsDivergent
    self.assertTrue(packing_list.isDivergent())
AssertionError



FAIL: test_Base_doAction (testAccounting.TestAccountingTransactionTemplate)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5/tests/testAccounting.py", line 3469, in test_Base_doAction
    self.failUnless('Template%20Created' in ret, ret)
AssertionError: http://nohost/erp5_portal_aaf225623dbb25c40f64a52a649d71c1/accounting_module/2/view?cancel_url=&portal_status_message=Template%20created.&form_id=



FAIL: test_12_getPurchaseVsSalePrice (testResource.TestResource)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5/tests/testResource.py", line 909, in test_12_getPurchaseVsSalePrice
    self.assertEquals(sale_order_line.getPrice(), 400.0)
AssertionError: 0.0 != 400.0



FAIL: test_Person_getAge (testERP5Base.TestERP5Base)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5/tests/testERP5Base.py", line 1285, in test_Person_getAge
    self.assertEquals(age_as_text, "1 Years Old")
AssertionError: '1 years old' != '1 Years Old'



ERROR: test_03_PortalType (testDocumentationHelper.TestDocumentationHelper)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/buildbot/buildbot_slave/full.bot_28/build/Products/ERP5Type/tests/testDocumentationHelper.py", line 113, in test_03_PortalType
    self.portal.portal_classes.DocumentationHelper_viewReport()
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Form/Report.py", line 147, in __call__
    return pt.pt_render(extra_context=extra_context)
  File "/usr/lib/erp5/lib/python/Products/PageTemplates/PageTemplate.py", line 104, in pt_render
    tal=not source, strictinsert=0)()
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 206, in __call__
    self.interpret(self.program)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 250, in interpret
    handlers[opcode](self, args)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 426, in do_optTag_tal
    self.do_optTag(stuff)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 411, in do_optTag
    return self.no_tag(start, program)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 406, in no_tag
    self.interpret(program)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 250, in interpret
    handlers[opcode](self, args)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 426, in do_optTag_tal
    self.do_optTag(stuff)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 411, in do_optTag
    return self.no_tag(start, program)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 406, in no_tag
    self.interpret(program)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 250, in interpret
    handlers[opcode](self, args)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 711, in do_useMacro
    self.interpret(macro)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 250, in interpret
    handlers[opcode](self, args)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 426, in do_optTag_tal
    self.do_optTag(stuff)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 411, in do_optTag
    return self.no_tag(start, program)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 406, in no_tag
    self.interpret(program)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 250, in interpret
    handlers[opcode](self, args)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 426, in do_optTag_tal
    self.do_optTag(stuff)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 411, in do_optTag
    return self.no_tag(start, program)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 406, in no_tag
    self.interpret(program)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 250, in interpret
    handlers[opcode](self, args)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 711, in do_useMacro
    self.interpret(macro)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 250, in interpret
    handlers[opcode](self, args)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 426, in do_optTag_tal
    self.do_optTag(stuff)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 411, in do_optTag
    return self.no_tag(start, program)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 406, in no_tag
    self.interpret(program)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 250, in interpret
    handlers[opcode](self, args)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 426, in do_optTag_tal
    self.do_optTag(stuff)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 411, in do_optTag
    return self.no_tag(start, program)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 406, in no_tag
    self.interpret(program)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 250, in interpret
    handlers[opcode](self, args)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 711, in do_useMacro
    self.interpret(macro)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 250, in interpret
    handlers[opcode](self, args)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 426, in do_optTag_tal
    self.do_optTag(stuff)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 411, in do_optTag
    return self.no_tag(start, program)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 406, in no_tag
    self.interpret(program)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 250, in interpret
    handlers[opcode](self, args)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 426, in do_optTag_tal
    self.do_optTag(stuff)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 411, in do_optTag
    return self.no_tag(start, program)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 406, in no_tag
    self.interpret(program)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 250, in interpret
    handlers[opcode](self, args)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 742, in do_defineSlot
    self.interpret(block)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 250, in interpret
    handlers[opcode](self, args)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 426, in do_optTag_tal
    self.do_optTag(stuff)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 411, in do_optTag
    return self.no_tag(start, program)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 406, in no_tag
    self.interpret(program)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 250, in interpret
    handlers[opcode](self, args)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 734, in do_defineSlot
    self.interpret(slot)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 250, in interpret
    handlers[opcode](self, args)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 426, in do_optTag_tal
    self.do_optTag(stuff)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 411, in do_optTag
    return self.no_tag(start, program)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 406, in no_tag
    self.interpret(program)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 250, in interpret
    handlers[opcode](self, args)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 734, in do_defineSlot
    self.interpret(slot)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 250, in interpret
    handlers[opcode](self, args)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 426, in do_optTag_tal
    self.do_optTag(stuff)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 411, in do_optTag
    return self.no_tag(start, program)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 406, in no_tag
    self.interpret(program)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 250, in interpret
    handlers[opcode](self, args)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 734, in do_defineSlot
    self.interpret(slot)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 250, in interpret
    handlers[opcode](self, args)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 426, in do_optTag_tal
    self.do_optTag(stuff)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 411, in do_optTag
    return self.no_tag(start, program)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 406, in no_tag
    self.interpret(program)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 250, in interpret
    handlers[opcode](self, args)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 426, in do_optTag_tal
    self.do_optTag(stuff)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 411, in do_optTag
    return self.no_tag(start, program)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 406, in no_tag
    self.interpret(program)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 250, in interpret
    handlers[opcode](self, args)
  File "/usr/lib/erp5/lib/python/TAL/TALInterpreter.py", line 651, in do_loop_tal
    iterator = self.engine.setRepeat(name, expr)
  File "/usr/lib/erp5/lib/python/Products/PageTemplates/TALES.py", line 206, in setRepeat
    expr = self.evaluate(expr)
  File "/usr/lib/erp5/lib/python/Products/PageTemplates/TALES.py", line 221, in evaluate
    return expression(self)
  File "/usr/lib/erp5/lib/python/Products/PageTemplates/Expressions.py", line 185, in __call__
    return self._eval(econtext)
  File "/usr/lib/erp5/lib/python/Products/PageTemplates/Expressions.py", line 180, in _eval
    return render(ob, econtext.vars)
  File "/usr/lib/erp5/lib/python/Products/PageTemplates/Expressions.py", line 77, in render
    ob = call_with_ns(ob.__render_with_namespace__, ns)
  File "/usr/lib/erp5/lib/python/Products/PageTemplates/ZRPythonExpr.py", line 76, in call_with_ns
    return f(td)
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 325, in __render_with_namespace__
    return self._bindAndExec((), namevals, namespace)
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 348, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 986, in _exec
    return PythonScript_exec(self, *args)
  File "/usr/lib/erp5/lib/python/Products/PythonScripts/PythonScript.py", line 324, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 60, in DocumentationHelper_getDocumentationSectionList
  File "Script (Python)", line 6, in getTitle
AttributeError: 'function' object has no attribute 'getTitle'



ERROR: test_05_FormatIngestionText (testIngestion.TestIngestion)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 1108, in test_05_FormatIngestionText
    self.playSequence(step_list, quiet)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 973, in playSequence
    sequence_list.play(self, quiet=quiet)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/Sequence.py", line 166, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/Sequence.py", line 113, in play
    step.play(context, sequence=self, quiet=quiet)
    Current Sequence:
      CleanUp
      CreateTextDocument
    > IngestTextFormats
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/Sequence.py", line 99, in play
    method(sequence=sequence)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 742, in stepIngestTextFormats
    self.ingestFormatList('one', format_list)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 303, in ingestFormatList
    context.convertToBaseFormat()
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5/Document/Document.py", line 1327, in convertToBaseFormat
    message = self._convertToBaseFormat() # Call implemetation method
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5OOo/Document/OOoDocument.py", line 537, in _convertToBaseFormat
    raise ConversionError(
ConversionError: OOoDocument: Error converting document to base format 402::



ERROR: test_01_relationFieldToInaccessibleObject (testGUIwithSecurity.TestGUISecurity)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Form/tests/testGUIwithSecurity.py", line 158, in test_01_relationFieldToInaccessibleObject
    sequence_list.play(self, quiet=quiet)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/Sequence.py", line 166, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/home/buildbot/buildbot_slave/full.bot_28/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 "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/Sequence.py", line 99, in play
    method(sequence=sequence)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Form/tests/testGUIwithSecurity.py", line 78, in stepCreateObjects
    portal.ListBoxZuite_reset()
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 311, in __call__
    return self._bindAndExec(args, kw, None)
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 348, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 986, in _exec
    return PythonScript_exec(self, *args)
  File "/usr/lib/erp5/lib/python/Products/PythonScripts/PythonScript.py", line 324, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 11, in ListBoxZuite_reset
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 311, in __call__
    return self._bindAndExec(args, kw, None)
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 348, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 986, in _exec
    return PythonScript_exec(self, *args)
  File "/usr/lib/erp5/lib/python/Products/PythonScripts/PythonScript.py", line 324, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 45, in ListBox_setPropertyList
  File "/usr/lib/erp5/lib/python/Products/Formulator/Form.py", line 346, in validate
    value = field.validate(REQUEST)
  File "/usr/lib/erp5/lib/python/Products/Formulator/Field.py", line 266, in validate
    return self._validate_helper(
  File "/usr/lib/erp5/lib/python/Products/Formulator/Field.py", line 255, in _validate_helper
    value = self.validator.validate(self, key, REQUEST)
  File "/usr/lib/erp5/lib/python/Products/Formulator/ListTextAreaField.py", line 29, in validate
    value = Validator.LinesValidator.validate(self, field, key, REQUEST)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Form/FormulatorPatch.py", line 554, in LinesValidator_validate
    value = StringBaseValidator.validate(self, field, key, REQUEST)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Form/FormulatorPatch.py", line 449, in StringBaseValidator_validate
    raise KeyError, 'Field %s is not present in request object.' % (repr(field.id), )
KeyError: "Field 'untranslatable_columns' is not present in request object."



ERROR: test_ooo_chart (testOOoChart.TestOOoChart)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 367, in setUp
    PortalTestCase.setUp(self)
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Form/tests/testOOoChart.py", line 72, in afterSetUp
    field_columns=['owner | Owner',
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 311, in __call__
    return self._bindAndExec(args, kw, None)
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 348, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 986, in _exec
    return PythonScript_exec(self, *args)
  File "/usr/lib/erp5/lib/python/Products/PythonScripts/PythonScript.py", line 324, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 45, in ListBox_setPropertyList
  File "/usr/lib/erp5/lib/python/Products/Formulator/Form.py", line 346, in validate
    value = field.validate(REQUEST)
  File "/usr/lib/erp5/lib/python/Products/Formulator/Field.py", line 266, in validate
    return self._validate_helper(
  File "/usr/lib/erp5/lib/python/Products/Formulator/Field.py", line 255, in _validate_helper
    value = self.validator.validate(self, key, REQUEST)
  File "/usr/lib/erp5/lib/python/Products/Formulator/ListTextAreaField.py", line 29, in validate
    value = Validator.LinesValidator.validate(self, field, key, REQUEST)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Form/FormulatorPatch.py", line 554, in LinesValidator_validate
    value = StringBaseValidator.validate(self, field, key, REQUEST)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Form/FormulatorPatch.py", line 449, in StringBaseValidator_validate
    raise KeyError, 'Field %s is not present in request object.' % (repr(field.id), )
KeyError: "Field 'untranslatable_columns' is not present in request object."



ERROR: test_proxy_ooo_chart (testOOoChart.TestOOoChart)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 367, in setUp
    PortalTestCase.setUp(self)
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Form/tests/testOOoChart.py", line 72, in afterSetUp
    field_columns=['owner | Owner',
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 311, in __call__
    return self._bindAndExec(args, kw, None)
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 348, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 986, in _exec
    return PythonScript_exec(self, *args)
  File "/usr/lib/erp5/lib/python/Products/PythonScripts/PythonScript.py", line 324, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 45, in ListBox_setPropertyList
  File "/usr/lib/erp5/lib/python/Products/Formulator/Form.py", line 346, in validate
    value = field.validate(REQUEST)
  File "/usr/lib/erp5/lib/python/Products/Formulator/Field.py", line 266, in validate
    return self._validate_helper(
  File "/usr/lib/erp5/lib/python/Products/Formulator/Field.py", line 255, in _validate_helper
    value = self.validator.validate(self, key, REQUEST)
  File "/usr/lib/erp5/lib/python/Products/Formulator/ListTextAreaField.py", line 29, in validate
    value = Validator.LinesValidator.validate(self, field, key, REQUEST)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Form/FormulatorPatch.py", line 554, in LinesValidator_validate
    value = StringBaseValidator.validate(self, field, key, REQUEST)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Form/FormulatorPatch.py", line 449, in StringBaseValidator_validate
    raise KeyError, 'Field %s is not present in request object.' % (repr(field.id), )
KeyError: "Field 'untranslatable_columns' is not present in request object."



ERROR: test_01 (testPlanningBox.TestPlanningBox)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Form/tests/testPlanningBox.py", line 157, in test_01
    sequence_list.play(self, quiet=quiet)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/Sequence.py", line 166, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/Sequence.py", line 113, in play
    step.play(context, sequence=self, quiet=quiet)
    Current Sequence:
    > CreateObjects
      Tic
      CreateObjectLines
      Tic
      RenderStructure
      CheckPlanning
      CheckBasic
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/Sequence.py", line 99, in play
    method(sequence=sequence)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Form/tests/testPlanningBox.py", line 84, in stepCreateObjects
    portal.ListBoxZuite_reset()
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 311, in __call__
    return self._bindAndExec(args, kw, None)
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 348, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 986, in _exec
    return PythonScript_exec(self, *args)
  File "/usr/lib/erp5/lib/python/Products/PythonScripts/PythonScript.py", line 324, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 11, in ListBoxZuite_reset
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 311, in __call__
    return self._bindAndExec(args, kw, None)
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 348, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 986, in _exec
    return PythonScript_exec(self, *args)
  File "/usr/lib/erp5/lib/python/Products/PythonScripts/PythonScript.py", line 324, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 45, in ListBox_setPropertyList
  File "/usr/lib/erp5/lib/python/Products/Formulator/Form.py", line 346, in validate
    value = field.validate(REQUEST)
  File "/usr/lib/erp5/lib/python/Products/Formulator/Field.py", line 266, in validate
    return self._validate_helper(
  File "/usr/lib/erp5/lib/python/Products/Formulator/Field.py", line 255, in _validate_helper
    value = self.validator.validate(self, key, REQUEST)
  File "/usr/lib/erp5/lib/python/Products/Formulator/ListTextAreaField.py", line 29, in validate
    value = Validator.LinesValidator.validate(self, field, key, REQUEST)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Form/FormulatorPatch.py", line 554, in LinesValidator_validate
    value = StringBaseValidator.validate(self, field, key, REQUEST)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Form/FormulatorPatch.py", line 449, in StringBaseValidator_validate
    raise KeyError, 'Field %s is not present in request object.' % (repr(field.id), )
KeyError: "Field 'untranslatable_columns' is not present in request object."



ERROR: test_01_CheckListBoxLinesWithStat (testListBox.TestListBox)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Form/tests/testListBox.py", line 149, in test_01_CheckListBoxLinesWithStat
    sequence_list.play(self, quiet=quiet)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/Sequence.py", line 166, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/Sequence.py", line 113, in play
    step.play(context, sequence=self, quiet=quiet)
    Current Sequence:
    > CreateObjects
      Tic
      ModifyListBoxForStat
      RenderList
      CheckListBoxLineListWithStat
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/Sequence.py", line 99, in play
    method(sequence=sequence)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Form/tests/testListBox.py", line 84, in stepCreateObjects
    portal.ListBoxZuite_reset()
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 311, in __call__
    return self._bindAndExec(args, kw, None)
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 348, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 986, in _exec
    return PythonScript_exec(self, *args)
  File "/usr/lib/erp5/lib/python/Products/PythonScripts/PythonScript.py", line 324, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 11, in ListBoxZuite_reset
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 311, in __call__
    return self._bindAndExec(args, kw, None)
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 348, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 986, in _exec
    return PythonScript_exec(self, *args)
  File "/usr/lib/erp5/lib/python/Products/PythonScripts/PythonScript.py", line 324, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 45, in ListBox_setPropertyList
  File "/usr/lib/erp5/lib/python/Products/Formulator/Form.py", line 346, in validate
    value = field.validate(REQUEST)
  File "/usr/lib/erp5/lib/python/Products/Formulator/Field.py", line 266, in validate
    return self._validate_helper(
  File "/usr/lib/erp5/lib/python/Products/Formulator/Field.py", line 255, in _validate_helper
    value = self.validator.validate(self, key, REQUEST)
  File "/usr/lib/erp5/lib/python/Products/Formulator/ListTextAreaField.py", line 29, in validate
    value = Validator.LinesValidator.validate(self, field, key, REQUEST)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Form/FormulatorPatch.py", line 554, in LinesValidator_validate
    value = StringBaseValidator.validate(self, field, key, REQUEST)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Form/FormulatorPatch.py", line 449, in StringBaseValidator_validate
    raise KeyError, 'Field %s is not present in request object.' % (repr(field.id), )
KeyError: "Field 'untranslatable_columns' is not present in request object."



ERROR: Defaults sort parameters must be passed to the list method, under the
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Form/tests/testListBox.py", line 156, in test_02_DefaultSort
    portal.ListBoxZuite_reset()
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 311, in __call__
    return self._bindAndExec(args, kw, None)
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 348, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 986, in _exec
    return PythonScript_exec(self, *args)
  File "/usr/lib/erp5/lib/python/Products/PythonScripts/PythonScript.py", line 324, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 11, in ListBoxZuite_reset
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 311, in __call__
    return self._bindAndExec(args, kw, None)
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 348, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 986, in _exec
    return PythonScript_exec(self, *args)
  File "/usr/lib/erp5/lib/python/Products/PythonScripts/PythonScript.py", line 324, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 45, in ListBox_setPropertyList
  File "/usr/lib/erp5/lib/python/Products/Formulator/Form.py", line 346, in validate
    value = field.validate(REQUEST)
  File "/usr/lib/erp5/lib/python/Products/Formulator/Field.py", line 266, in validate
    return self._validate_helper(
  File "/usr/lib/erp5/lib/python/Products/Formulator/Field.py", line 255, in _validate_helper
    value = self.validator.validate(self, key, REQUEST)
  File "/usr/lib/erp5/lib/python/Products/Formulator/ListTextAreaField.py", line 29, in validate
    value = Validator.LinesValidator.validate(self, field, key, REQUEST)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Form/FormulatorPatch.py", line 554, in LinesValidator_validate
    value = StringBaseValidator.validate(self, field, key, REQUEST)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Form/FormulatorPatch.py", line 449, in StringBaseValidator_validate
    raise KeyError, 'Field %s is not present in request object.' % (repr(field.id), )
KeyError: "Field 'untranslatable_columns' is not present in request object."



ERROR: Defaults parameters are passed as keyword arguments to the list method
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Form/tests/testListBox.py", line 188, in test_03_DefaultParameters
    portal.ListBoxZuite_reset()
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 311, in __call__
    return self._bindAndExec(args, kw, None)
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 348, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 986, in _exec
    return PythonScript_exec(self, *args)
  File "/usr/lib/erp5/lib/python/Products/PythonScripts/PythonScript.py", line 324, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 11, in ListBoxZuite_reset
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 311, in __call__
    return self._bindAndExec(args, kw, None)
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 348, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 986, in _exec
    return PythonScript_exec(self, *args)
  File "/usr/lib/erp5/lib/python/Products/PythonScripts/PythonScript.py", line 324, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 45, in ListBox_setPropertyList
  File "/usr/lib/erp5/lib/python/Products/Formulator/Form.py", line 346, in validate
    value = field.validate(REQUEST)
  File "/usr/lib/erp5/lib/python/Products/Formulator/Field.py", line 266, in validate
    return self._validate_helper(
  File "/usr/lib/erp5/lib/python/Products/Formulator/Field.py", line 255, in _validate_helper
    value = self.validator.validate(self, key, REQUEST)
  File "/usr/lib/erp5/lib/python/Products/Formulator/ListTextAreaField.py", line 29, in validate
    value = Validator.LinesValidator.validate(self, field, key, REQUEST)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Form/FormulatorPatch.py", line 554, in LinesValidator_validate
    value = StringBaseValidator.validate(self, field, key, REQUEST)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Form/FormulatorPatch.py", line 449, in StringBaseValidator_validate
    raise KeyError, 'Field %s is not present in request object.' % (repr(field.id), )
KeyError: "Field 'untranslatable_columns' is not present in request object."



ERROR: Unicode properties are handled.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Form/tests/testListBox.py", line 220, in test_04_UnicodeParameters
    portal.ListBoxZuite_reset()
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 311, in __call__
    return self._bindAndExec(args, kw, None)
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 348, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 986, in _exec
    return PythonScript_exec(self, *args)
  File "/usr/lib/erp5/lib/python/Products/PythonScripts/PythonScript.py", line 324, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 11, in ListBoxZuite_reset
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 311, in __call__
    return self._bindAndExec(args, kw, None)
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 348, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 986, in _exec
    return PythonScript_exec(self, *args)
  File "/usr/lib/erp5/lib/python/Products/PythonScripts/PythonScript.py", line 324, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 45, in ListBox_setPropertyList
  File "/usr/lib/erp5/lib/python/Products/Formulator/Form.py", line 346, in validate
    value = field.validate(REQUEST)
  File "/usr/lib/erp5/lib/python/Products/Formulator/Field.py", line 266, in validate
    return self._validate_helper(
  File "/usr/lib/erp5/lib/python/Products/Formulator/Field.py", line 255, in _validate_helper
    value = self.validator.validate(self, key, REQUEST)
  File "/usr/lib/erp5/lib/python/Products/Formulator/ListTextAreaField.py", line 29, in validate
    value = Validator.LinesValidator.validate(self, field, key, REQUEST)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Form/FormulatorPatch.py", line 554, in LinesValidator_validate
    value = StringBaseValidator.validate(self, field, key, REQUEST)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Form/FormulatorPatch.py", line 449, in StringBaseValidator_validate
    raise KeyError, 'Field %s is not present in request object.' % (repr(field.id), )
KeyError: "Field 'untranslatable_columns' is not present in request object."



ERROR: Listbox edits selection with request parameters. Special care must be
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Form/tests/testListBox.py", line 250, in test_05_EditSelectionWithFileUpload
    portal.ListBoxZuite_reset()
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 311, in __call__
    return self._bindAndExec(args, kw, None)
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 348, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 986, in _exec
    return PythonScript_exec(self, *args)
  File "/usr/lib/erp5/lib/python/Products/PythonScripts/PythonScript.py", line 324, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 11, in ListBoxZuite_reset
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 311, in __call__
    return self._bindAndExec(args, kw, None)
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 348, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 986, in _exec
    return PythonScript_exec(self, *args)
  File "/usr/lib/erp5/lib/python/Products/PythonScripts/PythonScript.py", line 324, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 45, in ListBox_setPropertyList
  File "/usr/lib/erp5/lib/python/Products/Formulator/Form.py", line 346, in validate
    value = field.validate(REQUEST)
  File "/usr/lib/erp5/lib/python/Products/Formulator/Field.py", line 266, in validate
    return self._validate_helper(
  File "/usr/lib/erp5/lib/python/Products/Formulator/Field.py", line 255, in _validate_helper
    value = self.validator.validate(self, key, REQUEST)
  File "/usr/lib/erp5/lib/python/Products/Formulator/ListTextAreaField.py", line 29, in validate
    value = Validator.LinesValidator.validate(self, field, key, REQUEST)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Form/FormulatorPatch.py", line 554, in LinesValidator_validate
    value = StringBaseValidator.validate(self, field, key, REQUEST)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Form/FormulatorPatch.py", line 449, in StringBaseValidator_validate
    raise KeyError, 'Field %s is not present in request object.' % (repr(field.id), )
KeyError: "Field 'untranslatable_columns' is not present in request object."



ERROR: test_06_LineFields (testListBox.TestListBox)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Form/tests/testListBox.py", line 272, in test_06_LineFields
    portal.ListBoxZuite_reset()
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 311, in __call__
    return self._bindAndExec(args, kw, None)
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 348, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 986, in _exec
    return PythonScript_exec(self, *args)
  File "/usr/lib/erp5/lib/python/Products/PythonScripts/PythonScript.py", line 324, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 11, in ListBoxZuite_reset
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 311, in __call__
    return self._bindAndExec(args, kw, None)
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 348, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 986, in _exec
    return PythonScript_exec(self, *args)
  File "/usr/lib/erp5/lib/python/Products/PythonScripts/PythonScript.py", line 324, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 45, in ListBox_setPropertyList
  File "/usr/lib/erp5/lib/python/Products/Formulator/Form.py", line 346, in validate
    value = field.validate(REQUEST)
  File "/usr/lib/erp5/lib/python/Products/Formulator/Field.py", line 266, in validate
    return self._validate_helper(
  File "/usr/lib/erp5/lib/python/Products/Formulator/Field.py", line 255, in _validate_helper
    value = self.validator.validate(self, key, REQUEST)
  File "/usr/lib/erp5/lib/python/Products/Formulator/ListTextAreaField.py", line 29, in validate
    value = Validator.LinesValidator.validate(self, field, key, REQUEST)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Form/FormulatorPatch.py", line 554, in LinesValidator_validate
    value = StringBaseValidator.validate(self, field, key, REQUEST)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Form/FormulatorPatch.py", line 449, in StringBaseValidator_validate
    raise KeyError, 'Field %s is not present in request object.' % (repr(field.id), )
KeyError: "Field 'untranslatable_columns' is not present in request object."



ERROR: test_ObjectSupport (testListBox.TestListBox)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Form/tests/testListBox.py", line 307, in test_ObjectSupport
    portal.ListBoxZuite_reset()
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 311, in __call__
    return self._bindAndExec(args, kw, None)
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 348, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 986, in _exec
    return PythonScript_exec(self, *args)
  File "/usr/lib/erp5/lib/python/Products/PythonScripts/PythonScript.py", line 324, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 11, in ListBoxZuite_reset
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 311, in __call__
    return self._bindAndExec(args, kw, None)
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 348, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 986, in _exec
    return PythonScript_exec(self, *args)
  File "/usr/lib/erp5/lib/python/Products/PythonScripts/PythonScript.py", line 324, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 45, in ListBox_setPropertyList
  File "/usr/lib/erp5/lib/python/Products/Formulator/Form.py", line 346, in validate
    value = field.validate(REQUEST)
  File "/usr/lib/erp5/lib/python/Products/Formulator/Field.py", line 266, in validate
    return self._validate_helper(
  File "/usr/lib/erp5/lib/python/Products/Formulator/Field.py", line 255, in _validate_helper
    value = self.validator.validate(self, key, REQUEST)
  File "/usr/lib/erp5/lib/python/Products/Formulator/ListTextAreaField.py", line 29, in validate
    value = Validator.LinesValidator.validate(self, field, key, REQUEST)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Form/FormulatorPatch.py", line 554, in LinesValidator_validate
    value = StringBaseValidator.validate(self, field, key, REQUEST)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Form/FormulatorPatch.py", line 449, in StringBaseValidator_validate
    raise KeyError, 'Field %s is not present in request object.' % (repr(field.id), )
KeyError: "Field 'untranslatable_columns' is not present in request object."



ERROR: test_ProxyFieldRenderFormatLines (testListBox.TestListBox)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Form/tests/testListBox.py", line 338, in test_ProxyFieldRenderFormatLines
    portal.ListBoxZuite_reset()
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 311, in __call__
    return self._bindAndExec(args, kw, None)
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 348, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 986, in _exec
    return PythonScript_exec(self, *args)
  File "/usr/lib/erp5/lib/python/Products/PythonScripts/PythonScript.py", line 324, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 11, in ListBoxZuite_reset
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 311, in __call__
    return self._bindAndExec(args, kw, None)
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 348, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 986, in _exec
    return PythonScript_exec(self, *args)
  File "/usr/lib/erp5/lib/python/Products/PythonScripts/PythonScript.py", line 324, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 45, in ListBox_setPropertyList
  File "/usr/lib/erp5/lib/python/Products/Formulator/Form.py", line 346, in validate
    value = field.validate(REQUEST)
  File "/usr/lib/erp5/lib/python/Products/Formulator/Field.py", line 266, in validate
    return self._validate_helper(
  File "/usr/lib/erp5/lib/python/Products/Formulator/Field.py", line 255, in _validate_helper
    value = self.validator.validate(self, key, REQUEST)
  File "/usr/lib/erp5/lib/python/Products/Formulator/ListTextAreaField.py", line 29, in validate
    value = Validator.LinesValidator.validate(self, field, key, REQUEST)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Form/FormulatorPatch.py", line 554, in LinesValidator_validate
    value = StringBaseValidator.validate(self, field, key, REQUEST)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Form/FormulatorPatch.py", line 449, in StringBaseValidator_validate
    raise KeyError, 'Field %s is not present in request object.' % (repr(field.id), )
KeyError: "Field 'untranslatable_columns' is not present in request object."



ERROR: test_48_ERP5Site_hotReindexAll (testERP5Catalog.TestERP5Catalog)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 111, in __call__
    self.tearDown()
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/base.py", line 102, in tearDown
    self.beforeTearDown()
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Catalog/tests/testERP5Catalog.py", line 79, in beforeTearDown
    get_transaction().commit()
  File "/usr/lib/erp5/lib/python/transaction/_transaction.py", line 373, in commit
    self._callBeforeCommitHooks()
  File "/usr/lib/erp5/lib/python/transaction/_transaction.py", line 413, in _callBeforeCommitHooks
    hook(*args, **kws)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/CMFActivity/ActivityBuffer.py", line 140, in tpc_prepare
    activity.prepareQueueMessageList(activity_tool, message_list)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/CMFActivity/Activity/SQLQueue.py", line 70, in prepareQueueMessageList
    store=0)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5/Tool/IdTool.py", line 209, in generateNewLengthIdList
    result = query(id_group=id_group, id_count=id_count, default=default)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/patches/DA.py", line 220, in DA__call__
    result=DB__.query(query, self.max_rows_)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ZMySQLDA/db.py", line 295, in query
    return self._access_db(method_id='query', args=args, kw=kw)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ZMySQLDA/db.py", line 286, in _access_db
    return getattr(db, method_id)(*args, **kw)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ZMySQLDA/db.py", line 421, in query
    c = self._query(qs)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ZMySQLDA/db.py", line 398, in _query
    raise ConflictError('%s: %s: %s' % (m[0], m[1], query))
ConflictError: 1205: Lock wait timeout exceeded; try restarting transaction: INSERT INTO portal_ids (`id_group`, `last_id`)
 VALUES ('portal_activity_queue', 3)
 ON DUPLICATE KEY UPDATE `last_id` = `last_id` + 2



FAIL: test_SearchedStringIsNotStripped (testERP5Catalog.TestERP5Catalog)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Catalog/tests/testERP5Catalog.py", line 2697, in test_SearchedStringIsNotStripped
    compareSet(' foo', [second_doc])
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Catalog/tests/testERP5Catalog.py", line 2695, in compareSet
    self.assertSameSet(document_list, [x.getObject() for x in result])
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 546, in failIfDifferentSet
    self.failUnless(i in b, msg)
AssertionError: [<Organisation at /erp5_portal_87898169f8a6babfe15e14cbf4d59bab/organisation_module/83>] != [<Organisation at /erp5_portal_87898169f8a6babfe15e14cbf4d59bab/organisation_module/82>]



FAIL: test_SubDocumentsWithAcquireLocalRoleSecurityIndexing (testERP5Catalog.TestERP5Catalog)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Catalog/tests/testERP5Catalog.py", line 1956, in test_SubDocumentsWithAcquireLocalRoleSecurityIndexing
    self.assertSameSet([obj, ], [x.getObject() for x in result])
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 546, in failIfDifferentSet
    self.failUnless(i in b, msg)
AssertionError: [<Url at /erp5_portal_87898169f8a6babfe15e14cbf4d59bab/organisation_module/85/1>] != []



FAIL: test_complex_query (testERP5Catalog.TestERP5Catalog)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Catalog/tests/testERP5Catalog.py", line 2243, in test_complex_query
    self.assertEqual(len(catalog(query=query)), 3)
AssertionError: 2 != 3



FAIL: test_sortOnRelatedKeyWithUnsetRelation (testERP5Catalog.TestERP5Catalog)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Catalog/tests/testERP5Catalog.py", line 2735, in test_sortOnRelatedKeyWithUnsetRelation
    len(person_module.searchFolder(sort_on=[('subordination_title', 'ascending')])))
AssertionError: 2 != 1



ERROR: test_01_HasEverything (testERP5LdapCatalog.TestERP5LdapCatalog)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 366, in setUp
    erp5_catalog_storage=erp5_catalog_storage)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 738, 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), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_contribution_registry', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_contribution_registry', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_notifications', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_notifications', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/activity', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/activity', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/aggregate', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/aggregate', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/business_application', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/business_application', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/causality', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/causality', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/delivery', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/delivery', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/destination', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/destination', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/destination_administration', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/destination_administration', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/destination_decision', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/destination_decision', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/destination_function', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/destination_function', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/destination_payment', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/destination_payment', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/destination_project', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/destination_project', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/destination_section', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/destination_section', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/destination_trade', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/destination_trade', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/mapping', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/mapping', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/order', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/order', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/origin', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/origin', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/parent', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/parent', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/product_line', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/product_line', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/quantity_unit', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/quantity_unit', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/resource', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/resource', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/size', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/size', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/source', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/source', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/source_administration', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/source_administration', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/source_decision', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/source_decision', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/source_function', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/source_function', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/source_payment', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/source_payment', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/source_project', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/source_project', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/source_section', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/source_section', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/source_trade', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/source_trade', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/zoom', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/zoom', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_alarms/check_stock', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_alarms/check_stock', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_alarms/expired_password_alarm', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_alarms/expired_password_alarm', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_caches/erp5_content_long', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_caches/erp5_content_long', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_caches/erp5_content_long/default_ram_cache', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_caches/erp5_content_long/default_ram_cache', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_caches/erp5_content_medium', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_caches/erp5_content_medium', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_caches/erp5_content_medium/default_ram_cache', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_caches/erp5_content_medium/default_ram_cache', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_caches/erp5_content_short', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_caches/erp5_content_short', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_caches/erp5_content_short/default_ram_cache', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_caches/erp5_content_short/default_ram_cache', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_caches/erp5_ui_long', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_caches/erp5_ui_long', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_caches/erp5_ui_long/default_ram_cache', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_caches/erp5_ui_long/default_ram_cache', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_caches/erp5_ui_medium', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_caches/erp5_ui_medium', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_caches/erp5_ui_medium/default_ram_cache', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_caches/erp5_ui_medium/default_ram_cache', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_caches/erp5_ui_short', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_caches/erp5_ui_short', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_caches/erp5_ui_short/default_ram_cache', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_caches/erp5_ui_short/default_ram_cache', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_contribution_registry/default_predicate', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_contribution_registry/default_predicate', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_contribution_registry/drawing_extension', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_contribution_registry/drawing_extension', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_contribution_registry/image_extension', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_contribution_registry/image_extension', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_contribution_registry/pdf_extension', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_contribution_registry/pdf_extension', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_contribution_registry/presentation_extension', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_contribution_registry/presentation_extension', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_contribution_registry/spreadsheet_extension', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_contribution_registry/spreadsheet_extension', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_contribution_registry/text_extension', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_contribution_registry/text_extension', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_contribution_registry/webpage_extension', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_contribution_registry/webpage_extension', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_domains/base_day_domain', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_domains/base_day_domain', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_domains/base_month_domain', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_domains/base_month_domain', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_domains/base_week_domain', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_domains/base_week_domain', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_domains/base_year_domain', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_domains/base_year_domain', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_domains/parent_domain', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_domains/parent_domain', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_preferences/default_site_preference', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_preferences/default_site_preference', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/agent', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/agent', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/agent_privilege', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/agent_privilege', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/currency_exchange_type', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/currency_exchange_type', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/destination_region', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/destination_region', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/economical_class', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/economical_class', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/follow_up', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/follow_up', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/function', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/function', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/gender', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/gender', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/grade', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/grade', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/group', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/group', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/insurance_coverage', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/insurance_coverage', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/legal_parent', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/legal_parent', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/marital_status', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/marital_status', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/market_segment', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/market_segment', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/nationality', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/nationality', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/natural_parent', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/natural_parent', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/payment_mode', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/payment_mode', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/price_currency', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/price_currency', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/region', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/region', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/role', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/role', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/salary_level', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/salary_level', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/site', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/site', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/skill', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/skill', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/social_form', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/social_form', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/source_region', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/source_region', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/specialise', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/specialise', 'recursiveImmediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/subordination', 'immediateReindexObject', -1, 1), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_categories/subordination', 'recursiveImmediateReindexObject', -1, 1)]



ERROR: test_02_person_ldap_cataloging (testERP5LdapCatalog.TestERP5LdapCatalog)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 366, in setUp
    erp5_catalog_storage=erp5_catalog_storage)
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 589, in setUpERP5Site
    raise RuntimeError, 'Installation of %s already failed, giving up'\
RuntimeError: Installation of erp5_portal_a28a575dea15f29ef51928ed670935d0 already failed, giving up



FAIL: test_getSingleCategoryAcquiredMembershipListOnParent (testCMFCategory.TestCMFCategory)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/CMFCategory/tests/testCMFCategory.py", line 973, in test_getSingleCategoryAcquiredMembershipListOnParent
    portal_type='Person Module'))
AssertionError: ['person_module'] != [<Folder at /erp5_portal_375fd2e06bb46325945c05a27d83aefb/person_module>]



More information about the Erp5-report mailing list