]> git.saurik.com Git - wxWidgets.git/commit
Use printf() instead of wxPrintf() in cppunit details listener.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 1 Jun 2012 16:21:03 +0000 (16:21 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 1 Jun 2012 16:21:03 +0000 (16:21 +0000)
commite84d9899300decdc1cfa79229c8c0b839ed2011f
treeae52ab379441eb4798981fed960c04dee4d3bdfe
parent7d35d3ed3c51cde78ee7369cd0a24f2ce4020172
Use printf() instead of wxPrintf() in cppunit details listener.

Wide char output from wxPrintf() didn't appear at all under Linux because
stdout was switched into narrow stream mode by GNU libc due to initial use of
cout in the test.

Use printf() instead of wxPrintf() as we are only printing ASCII strings
anyhow. Of course, this is not a real fix but at least we can see the tests
results like this.

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