version: Rename 'queued' to 'state'
This commit is contained in:
committed by
Chris Morgan
parent
06f693859f
commit
aee69c1735
@@ -183,7 +183,7 @@ function test_application_getWithRating()
|
||||
$oVersion->description = "Some Version description".$iVersionIdIndex;
|
||||
$oVersion->iAppId = $oApp->iAppId;
|
||||
$oVersion->sTestedRating = "Bronze";
|
||||
$oVersion->sQueued = "True";
|
||||
$oVersion->objectSetState('queued');
|
||||
|
||||
if(!$oVersion->create())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user