No real changes, just simplify some MBConvTestCase code.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 3 Oct 2010 17:15:31 +0000 (17:15 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 3 Oct 2010 17:15:31 +0000 (17:15 +0000)
commitcbc2233eb9f3a89519147e530e5341491e5674dd
treece8799ddfc93777473c2f3dd0715fabf755c65df
parent3cfa70b71a70d2843949557a898b500fa1217bae
No real changes, just simplify some MBConvTestCase code.

Remove unnecessary casts and initialize the variable with its contents
directly instead of using strange looking wxWCharBuffer ctor from size_t (even
if it did work, it was unnecessary).

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