]> git.saurik.com Git - wxWidgets.git/commit
Unload bogus XRC resources in "garbage" unit test.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 8 Nov 2010 16:28:51 +0000 (16:28 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 8 Nov 2010 16:28:51 +0000 (16:28 +0000)
commitd97ee1b95568e5f3011caeb26b03f44f694e7b81
tree29e4c30819af1ab34754d58c270bbbc5ae595b6f
parentadf1edd9246dfe4bd1a5023a8179b8d54ee2e66f
Unload bogus XRC resources in "garbage" unit test.

Leaving invalid XRC entries in wxXmlResource internal list of loaded resources
resulted in failures in the XRC unit test which executed after this one.

It seems that loading an invalid resource shouldn't prevent the other ones
from loading correctly later and this probably should be corrected at
wxXmlResource level but for now work around this problem in the test itself.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66070 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
tests/misc/garbage.cpp