Bug #354
Updated by Marcel Huber about 7 years ago
@1) ThreadsTest.ThreadRunningStateTransitionTest: coast/mtfoundation/Test/ThreadsTest.cpp:79: ( t.IsWorking( bIsWorking ) && !bIsWorking ); It is not working (might fail sometimes because we are too fast)@
or also
@1) ThreadsTest.ThreadRunningStateTransitionTest: coast/mtfoundation/Test/ThreadsTest.cpp:78: ( t.IsReady( bIsReady ) && bIsReady ); is ready by default@
Analyze tests intent and improve state and transition checks before assuming things.
or also
@1) ThreadsTest.ThreadRunningStateTransitionTest: coast/mtfoundation/Test/ThreadsTest.cpp:78: ( t.IsReady( bIsReady ) && bIsReady ); is ready by default@
Analyze tests intent and improve state and transition checks before assuming things.