Updated CDTestFramework with the OPCODE Array SAP test.
Thanks Pierre Terdiman for the latest update.
This commit is contained in:
@@ -105,9 +105,11 @@ bool CompleteBoxPruningTest::UpdateBoxes(int numBoxes)
|
||||
return true;
|
||||
}
|
||||
|
||||
extern int percentUpdate;
|
||||
|
||||
void CompleteBoxPruningTest::PerformTest()
|
||||
{
|
||||
int numBoxes = (mNbBoxes*10)/100;
|
||||
int numBoxes = (mNbBoxes*percentUpdate)/100;
|
||||
if (m_firstTime)
|
||||
{
|
||||
numBoxes = mNbBoxes;
|
||||
|
||||
Reference in New Issue
Block a user