mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-04 19:10:09 +01:00
Merge pull request #66 from swt2c/skip_dcgraph_print_test
Skip PrinterDC test on wxGTK
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user