Added a small bit more information to docstring for bug 1452832 test

This commit is contained in:
markm 2006-03-19 10:03:34 +00:00
parent 02009c7f03
commit eeb46709c4

@ -70,7 +70,10 @@ class ClipboardTestCases(unittest.TestCase):
)
def testBug1452832(self):
"Failing test for sourceforge bug 1452832"
"""Failing test for sourceforge bug 1452832
Where GetData was not closing the clipboard. FIXED.
"""
self.app1.UntitledNotepad.MenuSelect("Edit -> Select All")
typetext(self.app1, "some text")
copytext(self.app1)