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 vstinner
Recipients vstinner
Date 2010-04-18.22:17:49
SpamBayes Score 0.011369879
Marked as misclassified No
Message-id <1271629071.32.0.47359656589.issue8445@psf.upfronthosting.co.za>
In-reply-to
Content
http://www.python.org/dev/buildbot/builders/x86 FreeBSD 3.1/builds/149/steps/test/logs/stdio

======================================================================
FAIL: test_traversal (tkinter.test.test_ttk.test_widgets.NotebookTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/db3l/buildarea/3.1.bolen-freebsd/build/Lib/tkinter/test/test_ttk/test_widgets.py", line 708, in test_traversal
    self.assertEqual(self.nb.select(), str(self.child2))
AssertionError: '.219316556' != '.219317508'

----------------------------------------------------------------------
Ran 57 tests in 13.798s

FAILED (failures=1)
test test_ttk_guionly failed -- Traceback (most recent call last):
  File "/usr/home/db3l/buildarea/3.1.bolen-freebsd/build/Lib/tkinter/test/test_ttk/test_widgets.py", line 708, in test_traversal
    self.assertEqual(self.nb.select(), str(self.child2))
AssertionError: '.219316556' != '.219317508'
History
Date User Action Args
2010-04-18 22:17:51vstinnersetrecipients: + vstinner
2010-04-18 22:17:51vstinnersetmessageid: <1271629071.32.0.47359656589.issue8445@psf.upfronthosting.co.za>
2010-04-18 22:17:49vstinnerlinkissue8445 messages
2010-04-18 22:17:49vstinnercreate