On Wed, Jan 12, 2011 at 5:05 PM, Darren Dale <dsdal...@gmail.com> wrote:
> I can reproduce the test failures I
> reported previously in this thread on both OS X and Windows 7.

I need to amend that. The failures on mac occur at different places in
the same test suites. On OS X:

======================================================================
FAIL: test_list (tests.dip_ui.test_mapping.TestMapping)
Test list attributes of a mapping.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/darren/Projects/dip/test/tests/dip_ui/test_mapping.py",
line 78, in test_list
    self.assertEqual(model['attr'], ['first', '2nd'])
AssertionError: Lists differ: ['first', 'second'] != ['first', '2nd']
======================================================================
FAIL: test_List (tests.dip_ui.test_model.TestModel)
Test List attributes of a model.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/darren/Projects/dip/test/tests/dip_ui/test_model.py",
line 206, in test_List
    self.assertEqual(model.attr, ['first', '2nd'])
AssertionError: ['first', 'second'] != ['first', '2nd']

----------------------------------------------------------------------


and on windows the problems occur in test_mapping.py on line 33 in
test_bool, and in test_model.py on line 58 in test_Bool
(AssertionError: False is not True). Sorry for the oversight.

Darren
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to