]> git.saurik.com Git - wxWidgets.git/commit
Use shorter sleep times in wxStopWatch unit test.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 Nov 2011 19:50:05 +0000 (19:50 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 Nov 2011 19:50:05 +0000 (19:50 +0000)
commitc439998525aea2b4dd8761bf611c6093426d3963
treec2522286096aee47ba0c04840cc3692cc2945f1c
parente76e89aabe37dce8a72165349d90d1fad8488da0
Use shorter sleep times in wxStopWatch unit test.

Make wxStopWatchTestCase::Misc() run in 2.5 seconds instead of 7. This not
only makes the test run faster but allows us to test wxMilliSleep() and
precision of wxStopWatch for time periods in fractional seconds.

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