mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 11:30:06 +01:00
typo
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user