fLockTestValue
CPPUNIT_ASSERT(!fLockTestValue);
fLockTestValue = true;
CPPUNIT_ASSERT(fLockTestValue);
fLockTestValue = false;
bool fLockTestValue;
fLockTestValue = false;