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