Fixed issue with cantbeblockerof and cantbeblockedby vs protection
This commit is contained in:
@@ -552,6 +552,10 @@ int TestSuite::loadNext()
|
||||
return loadNext();
|
||||
}
|
||||
|
||||
mProcessing = true;
|
||||
ThreadProc(this);
|
||||
return 0;
|
||||
|
||||
if(!mProcessing)
|
||||
{ // "I don't like to wait" mode
|
||||
mProcessing = true;
|
||||
|
||||
Reference in New Issue
Block a user