Comment 1 for bug 1046466

Revision history for this message
Mike McCracken (mikemc) wrote :

here's another one:

ubuntuone.controlpanel.gui.qt.tests.test_share_links_search.SearchBoxTestCase.test_process_volumes_info
===============================================================================
[FAIL]
Traceback (most recent call last):
  File "C:\Users\mmccrack\Canonical\improve-buildout\scripts\devsetup\parts\ubuntuone-control-panel\ubuntuone\controlpanel\gui\qt\tests\test_share_links_search.py", line 202, in test_set_selected_item
    self.assertEqual(self._called, ((u'other_path/test/qwe',), {}))
  File "c:\users\mmccrack\canonical\improve-buildout\scripts\devsetup\eggs\twisted-11.1.0-py2.7-win32.egg\twisted\trial\unittest.py", line 270, in assertEqual
    % (msg, pformat(first), pformat(second)))
twisted.trial.unittest.FailTest: not equal:
a = ((PyQt4.QtCore.QString(u'other_path\\test\\qwe'),), {})
b = ((u'other_path/test/qwe',), {})