Merge pull request #66 from swt2c/skip_dcgraph_print_test

Skip PrinterDC test on wxGTK
This commit is contained in:
Robin Dunn
2016-05-09 18:35:31 -07:00

View File

@@ -17,7 +17,8 @@ class dcgraph_tests(wtc.WidgetTestCase):
dc = wx.MemoryDC(bmp)
gdc = wx.GCDC(dc)
@unittest.skipIf('wxGTK' in wx.PlatformInfo, 'PrinterDC not supported on wxGTK')
def test_GCDC3(self):
dc = wx.PrinterDC(wx.PrintData())
gdc = wx.GCDC(dc)