25 #ifndef WCONDITION_TEST_H
26 #define WCONDITION_TEST_H
30 #include <boost/thread.hpp>
31 #include <cxxtest/TestSuite.h>
33 #include "../WCondition.h"
59 boost::this_thread::sleep( boost::posix_time::seconds( 1 ) );
77 TS_ASSERT_THROWS_NOTHING( c =
new WCondition() );
78 TS_ASSERT_THROWS_NOTHING(
delete c );
101 #endif // WCONDITION_TEST_H