- added missing initialization of fInUse such that setting up a threaded
test won't fail randomly. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8931 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
79c795cc5d
commit
17753fd375
@ -7,6 +7,7 @@
|
||||
_EXPORT
|
||||
BThreadedTestCase::BThreadedTestCase(string name, string progressSeparator)
|
||||
: BTestCase(name)
|
||||
, fInUse(false)
|
||||
, fProgressSeparator(progressSeparator)
|
||||
, fUpdateLock(new BLocker())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user