- 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:
@@ -7,6 +7,7 @@
|
|||||||
_EXPORT
|
_EXPORT
|
||||||
BThreadedTestCase::BThreadedTestCase(string name, string progressSeparator)
|
BThreadedTestCase::BThreadedTestCase(string name, string progressSeparator)
|
||||||
: BTestCase(name)
|
: BTestCase(name)
|
||||||
|
, fInUse(false)
|
||||||
, fProgressSeparator(progressSeparator)
|
, fProgressSeparator(progressSeparator)
|
||||||
, fUpdateLock(new BLocker())
|
, fUpdateLock(new BLocker())
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user