mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-07-21 12:41:10 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user