[Erp5-report] ERP5 r19961: 1304 Tests, 6 Errors, 10 Failures

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Mar 18 01:53:36 CET 2008


Test Suite: ERP5
Revision: 19961
Result: FAIL

All tests: 1304
Failures: 10
Errors: 6


The following tests failed:

  testCRM                                            (1 errors)
   test_PersonModule_CreateRelatedEvent (testCRM.TestCRM)

  testAccountingReports                              (3 failures)
   testAccountStatementFromDateDetailedSummary (testAccountingReports.TestAccountingReports)
   testJournal (testAccountingReports.TestAccountingReports)
   testJournalWithBankAccount (testAccountingReports.TestAccountingReports)

  testBase                                           (3 failures)
   test_01_areActivitiesWellLaunchedByPropertyEdit (testBase.TestBase)
   test_03_areActivitiesWellLaunchedByPropertySetter (testBase.TestBase)
   Test that an empty object has no title.

  testOOoStyle                                       (1 errors)
   test_textarea_center_group (testOOoStyle.TestODTStyle)

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

  testGUIwithSecurity                                (1 errors)
   test_01_relationFieldToInaccessibleObject (testGUIwithSecurity.TestGUISecurity)

  testERP5Catalog                                    (3 failures)
   test_complex_query (testERP5Catalog.TestERP5Catalog)
   test_ignore_empty_string (testERP5Catalog.TestERP5Catalog)
   test_ignore_empty_string_related_key (testERP5Catalog.TestERP5Catalog)

  testERP5LdapCatalog                                (2 errors)
   test_01_HasEverything (testERP5LdapCatalog.TestERP5LdapCatalog)
   test_02_person_ldap_cataloging (testERP5LdapCatalog.TestERP5LdapCatalog)
-------------- next part --------------

ERROR: test_PersonModule_CreateRelatedEvent (testCRM.TestCRM)
----------------------------------------------------------------------
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/testCRM.py", line 118, in test_PersonModule_CreateRelatedEvent
    raise NotImplementedError
NotImplementedError



FAIL: testAccountStatementFromDateDetailedSummary (testAccountingReports.TestAccountingReports)
----------------------------------------------------------------------
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/testAccountingReports.py", line 855, in testAccountStatementFromDateDetailedSummary
    credit=0,)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5/tests/testAccountingReports.py", line 92, in checkLineProperties
    self.fail('Lines differs:\n' + '\n'.join(diff_list))
AssertionError: Lines differs:
`Movement_getExplanationTitle`: expected: 'Transaction 1' actual: '1'



FAIL: testJournal (testAccountingReports.TestAccountingReports)
----------------------------------------------------------------------
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/testAccountingReports.py", line 216, in testJournal
    credit=0)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5/tests/testAccountingReports.py", line 92, in checkLineProperties
    self.fail('Lines differs:\n' + '\n'.join(diff_list))
AssertionError: Lines differs:
`title`: expected: 'First One' actual: '1'



FAIL: testJournalWithBankAccount (testAccountingReports.TestAccountingReports)
----------------------------------------------------------------------
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/testAccountingReports.py", line 368, in testJournalWithBankAccount
    credit=0)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5/tests/testAccountingReports.py", line 92, in checkLineProperties
    self.fail('Lines differs:\n' + '\n'.join(diff_list))
AssertionError: Lines differs:
`title`: expected: 'Good One' actual: '1'



FAIL: test_01_areActivitiesWellLaunchedByPropertyEdit (testBase.TestBase)
----------------------------------------------------------------------
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/testBase.py", line 273, in test_01_areActivitiesWellLaunchedByPropertyEdit
    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:
      RemoveWorkflowsRelated
      CreateObject
      Tic
    > CheckTitleValue
      SetDifferentTitleValueWithEdit
      CheckIfActivitiesAreCreated
      CheckTitleValue
      Tic
      CheckIfMessageQueueIsEmpty
      SetSameTitleValueWithEdit
      CheckTitleValue
      CheckIfMessageQueueIsEmpty
      SetDifferentTitleValueWithEdit
      CheckIfActivitiesAreCreated
      CheckTitleValue
      Tic
      CheckIfMessageQueueIsEmpty
  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/testBase.py", line 151, in stepCheckTitleValue
    self.assertEquals(object_instance.getTitle(), current_title)
AssertionError: '1' != ''



FAIL: test_03_areActivitiesWellLaunchedByPropertySetter (testBase.TestBase)
----------------------------------------------------------------------
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/testBase.py", line 462, in test_03_areActivitiesWellLaunchedByPropertySetter
    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:
      RemoveWorkflowsRelated
      CreateObject
      Tic
    > CheckTitleValue
      SetDifferentTitleValueWithSetter
      CheckIfActivitiesAreCreated
      CheckTitleValue
      Tic
      CheckIfMessageQueueIsEmpty
      SetSameTitleValueWithSetter
      CheckIfActivitiesAreCreated
      CheckTitleValue
      Tic
      CheckIfMessageQueueIsEmpty
      SetDifferentTitleValueWithSetter
      CheckIfActivitiesAreCreated
      CheckTitleValue
      Tic
      CheckIfMessageQueueIsEmpty
  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/testBase.py", line 151, in stepCheckTitleValue
    self.assertEquals(object_instance.getTitle(), current_title)
AssertionError: '5' != ''



FAIL: Test that an empty object has no title.
----------------------------------------------------------------------
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/testBase.py", line 837, in test_08_emptyObjectHasNoTitle
    self.assertEquals('', obj.getProperty("title"))
AssertionError: '' != '10'



ERROR: test_textarea_center_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 273, in test_textarea_center_group
    self._validate(body)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5OOo/tests/testOOoStyle.py", line 73, in _validate
    error_list = self.validator.validate(odf_file_data)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5OOo/tests/utils.py", line 88, in validate
    error_list.extend(self._validateXML(odf_file, f))
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/ERP5OOo/tests/utils.py", line 110, in _validateXML
    validationCtxt.relaxNGValidateDoc(
  File "/usr/lib/python2.4/site-packages/libxml2.py", line 1246, in parseMemory
    if ret is None:raise parserError('xmlParseMemory() failed')
parserError: xmlParseMemory() failed



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_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_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 1413, 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 1281, 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 1932, 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 1545, 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 1646, in resolveCategory
    obj = restrictedGetOb(container, key)
  File "/mnt/erp5_cd/buildbot_slave/slave/full.bot_livecd/build/unit_test/Products/CMFCategory/CategoryTool.py", line 1626, in restrictedGetOb
    if not validate(container, container, key, obj):
Unauthorized: You are not allowed to access 'a' in this context



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



FAIL: test_ignore_empty_string (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 2095, in test_ignore_empty_string
    searchResults(ignore_empty_string=0, title=''))
AssertionError: set([<Organisation at /erp5_portal_87898169f8a6babfe15e14cbf4d59bab/organisation_module/133>]) != set([])



FAIL: test_ignore_empty_string_related_key (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 2112, in test_ignore_empty_string_related_key
    searchResults(ignore_empty_string=0, region_title=''))
AssertionError: set([<Organisation at /erp5_portal_87898169f8a6babfe15e14cbf4d59bab/organisation_module/134>]) != set([])



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 719, 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 575, in setUpERP5Site
    raise RuntimeError, 'Installation of %s already failed, giving up'\
RuntimeError: Installation of erp5_portal_a28a575dea15f29ef51928ed670935d0 already failed, giving up



More information about the Erp5-report mailing list