Fix windows test to also pass under wine
authorTim Mayberry <mojofunk@gmail.com>
Sat, 19 Sep 2015 00:59:39 +0000 (10:59 +1000)
committerTim Mayberry <mojofunk@gmail.com>
Sat, 19 Sep 2015 00:59:39 +0000 (10:59 +1000)
commit2e9e8d3b335ce134f2812e4fa2e617b7ea0a6c9f
tree795297a744f78c744743262d646037988dce902b
parent555ef505212af84e501e47a067bed3c1fe799fe5
Fix windows test to also pass under wine

It looks as if the default timer resolution for applications running under wine
is different than Windows so just test that the minimum timer resolution is
below a certain amount rather than checking before and after calling
timeBeginPeriod
libs/pbd/test/windows_timer_utils_test.cc