[Erp5-report] ERP5_z28 r19334: 1469 Tests, 3 Errors, 2 Failures

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Feb 15 23:49:12 CET 2008


Test Suite: ERP5_z28
Revision: 19334
Result: FAIL

All tests: 1469
Failures: 2
Errors: 3


The following tests failed:

  testXHTML                                          (3 errors)
   testApparel ComponentResource_viewDefaultSupplyLine (testXHTML.TestXHTML)
   testApparel FabricResource_viewDefaultSupplyLine (testXHTML.TestXHTML)
   testApparel ModelResource_viewDefaultSupplyLine (testXHTML.TestXHTML)

  testERP5Catalog                                    (1 failures)
   test_complex_query (testERP5Catalog.TestERP5Catalog)

  testZSQLCatalog                                    (1 failures)
   testQuotedString (testZSQLCatalog.TestQuery)
-------------- next part --------------

ERROR: testApparel ComponentResource_viewDefaultSupplyLine (testXHTML.TestXHTML)
----------------------------------------------------------------------
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/testXHTML.py", line 156, in testMethod
    view = getattr(content, view_name)
AttributeError: Resource_viewDefaultSupplyLine



ERROR: testApparel FabricResource_viewDefaultSupplyLine (testXHTML.TestXHTML)
----------------------------------------------------------------------
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/testXHTML.py", line 156, in testMethod
    view = getattr(content, view_name)
AttributeError: Resource_viewDefaultSupplyLine



ERROR: testApparel ModelResource_viewDefaultSupplyLine (testXHTML.TestXHTML)
----------------------------------------------------------------------
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/testXHTML.py", line 156, in testMethod
    view = getattr(content, view_name)
AttributeError: Resource_viewDefaultSupplyLine



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 2175, in test_complex_query
    self.assertEqual(len(catalog(query=query)), 3)
AssertionError: 2 != 3



FAIL: testQuotedString (testZSQLCatalog.TestQuery)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ZSQLCatalog/tests/testZSQLCatalog.py", line 116, in testQuotedString
    q.asSQLExpression(keyword_search_keys=[], full_text_search_keys=[]))
AssertionError: {'select_expression_list': [], 'where_expression': "title = 'Foo d''Bar'"} != {'where_expression': "((((title = 'Foo d'Bar'))))", 'select_expression_list': []}



More information about the Erp5-report mailing list