Remove instatiation test of accidentially exposed values

The values are just internal constants and were only exposed by accident,
reverted by https://github.com/wxWidgets/wxWidgets/commit/9e5dd5091402a7f4
("Revert some changes from incorrect merge that discarded formatting, etc.")
This commit is contained in:
Stefan Brüns
2020-10-02 19:56:42 +02:00
parent 36686a8c75
commit 6d59201c00

View File

@@ -15,12 +15,6 @@ class property_Tests(wtc.WidgetTestCase):
d.m_drawnHeight
def test_propgridproperty02(self):
pg.PG_CUSTOM_IMAGE_SPACINGY
pg.PG_CAPRECTXMARGIN
pg.PG_CAPRECTYMARGIN
def test_propgridproperty03(self):
with self.assertRaises(TypeError):
# it's an abstract class, so it can't be instantiated