diff --git a/unittests/test_statbmp.py b/unittests/test_statbmp.py index f3790b29..5a63898a 100644 --- a/unittests/test_statbmp.py +++ b/unittests/test_statbmp.py @@ -27,10 +27,10 @@ class statbmp_Tests(wtc.WidgetTestCase): bmp = wx.Bitmap(pngFile) sb = wx.StaticBitmap(self.frame, label=bmp) - sb.Icon sb.Bitmap sb.Bitmap = wx.Bitmap(pngFile2) + #sb.Icon # TODO: this asserts if SetIcon hasn't been called #---------------------------------------------------------------------------