This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients ned.deily, python-dev, serhiy.storchaka, terry.reedy
Date 2016-08-08.22:01:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1470693687.29.0.233067791061.issue27380@psf.upfronthosting.co.za>
In-reply-to
Content
test_click_help_source fails on OS X:

======================================================================
FAIL: test_click_help_source (idlelib.idle_test.test_query.HelpsourceGuiTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/idlelib/idle_test/test_query.py", line 389, in test_click_help_source
    Equal(dialog.result, ('__test__', __file__))
AssertionError: Tuples differ: ('__test__', 'file:///Library/Frameworks/Python.framewo[58 chars].py') != ('__test__', '/Library/Frameworks/Python.framework/Vers[51 chars].py')

First differing element 1:
'file:///Library/Frameworks/Python.framewo[57 chars]y.py'
'/Library/Frameworks/Python.framework/Vers[50 chars]y.py'

  ('__test__',
-  'file:///Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/idlelib/idle_test/test_query.py')
?   -------

+  '/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/idlelib/idle_test/test_query.py')
History
Date User Action Args
2016-08-08 22:01:27ned.deilysetrecipients: + ned.deily, terry.reedy, python-dev, serhiy.storchaka
2016-08-08 22:01:27ned.deilysetmessageid: <1470693687.29.0.233067791061.issue27380@psf.upfronthosting.co.za>
2016-08-08 22:01:27ned.deilylinkissue27380 messages
2016-08-08 22:01:27ned.deilycreate