mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-10 05:47:09 +01:00
fix test assertion
This commit is contained in:
@@ -201,7 +201,7 @@ class Size(unittest.TestCase):
|
||||
|
||||
def test_DefaultSize(self):
|
||||
ds = wx.DefaultSize
|
||||
self.assertRaises(ds == (-1,-1))
|
||||
self.assertTrue(ds == (-1,-1))
|
||||
|
||||
def test_GetSet(self):
|
||||
s = wx.Size(100,200)
|
||||
|
||||
Reference in New Issue
Block a user