From 6d59201c006feb6f119bfb45ced94ca08d16ca1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Br=C3=BCns?= Date: Fri, 2 Oct 2020 19:56:42 +0200 Subject: [PATCH] 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.") --- unittests/test_propgridproperty.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/unittests/test_propgridproperty.py b/unittests/test_propgridproperty.py index 4a60a4b5..83f94bde 100644 --- a/unittests/test_propgridproperty.py +++ b/unittests/test_propgridproperty.py @@ -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