X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/232fdc630c42eb165f7659981043e794be03b3b7..4776f0c8c5cab0816974874140a3b429ae126fe0:/tests/controls/itemcontainertest.h diff --git a/tests/controls/itemcontainertest.h b/tests/controls/itemcontainertest.h index 86d0801a5d..3b152304d5 100644 --- a/tests/controls/itemcontainertest.h +++ b/tests/controls/itemcontainertest.h @@ -39,6 +39,7 @@ protected: CPPUNIT_TEST( ClientData ); \ CPPUNIT_TEST( VoidData ); \ CPPUNIT_TEST( Set ); \ + CPPUNIT_TEST( SetSelection ); \ CPPUNIT_TEST( SetString ) void Append(); @@ -49,6 +50,7 @@ protected: void ClientData(); void VoidData(); void Set(); + void SetSelection(); void SetString(); private: