This commit is contained in:
Robin Dunn
2016-05-13 19:38:58 -07:00
parent 5751b9296e
commit f4bcb01aaa

View File

@@ -11,8 +11,8 @@ class MetafileDCTests(wtc.WidgetTestCase):
@unittest.skipIf('wxMSW' not in wx.PlatformInfo, "Metafile classes only imsplemented on Windows")
def test_MetafileDC1(self):
# Not testing with output file because it is not released soon enough
# for this tests to be able to delete the file in this test, resulting
# in permission errors.
# to be able to delete the file in this test, resulting in permission
# errors.
dc = wx.msw.MetafileDC()
dc.DrawLine(0,0, 50,50)
metafile = dc.Close()