- Timestamp:
- 07/21/10 09:46:39 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/www/app/vendors/shells/validators.php
r389 r390 73 73 // Find all requests 74 74 $requests = $this->Testsuite->getRequests($suite_id, array( 75 'Validator' => array('fields' => 'name'),75 'Validator' => array('fields' => array('id', 'name')), 76 76 'Job', 77 77 'Job.Result', 78 78 'Job.Result.Format', 79 'Job.Result.Validator' => array('fields' => 'name'),79 'Job.Result.Validator' => array('fields' => array('id', 'name')), 80 80 )); 81 81 … … 107 107 } 108 108 109 var_dump($result['Result']['Validator']); 109 110 // If this is not and ODF roundtrip result, remove any validators and continue. 110 111 // There was an old bug here that could cause non-ODF results to be assigned validators
Note: See TracChangeset
for help on using the changeset viewer.