- 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:
Oliver Tappe 2004-09-13 15:52:46 +00:00
parent 79c795cc5d
commit 17753fd375

View File

@ -7,6 +7,7 @@
_EXPORT
BThreadedTestCase::BThreadedTestCase(string name, string progressSeparator)
: BTestCase(name)
, fInUse(false)
, fProgressSeparator(progressSeparator)
, fUpdateLock(new BLocker())
{