objectManager, add rejection support. Add support in objectManager for handling rejected
data.
This commit is contained in:
committed by
WineHQ
parent
18bb33902e
commit
c545581571
@@ -88,7 +88,7 @@ function test_class($sClassName, $aTestMethods)
|
||||
|
||||
/* Should return 1 or more, since there may be entries present already */
|
||||
$iExpected = 1;
|
||||
$hResult = $oTestObject->objectGetEntries(false);
|
||||
$hResult = $oTestObject->objectGetEntries(false, false);
|
||||
$iReceived = mysql_num_rows($hResult);
|
||||
$oTestObject->delete();
|
||||
if($iExpected > $iReceived)
|
||||
|
||||
Reference in New Issue
Block a user