Fixed bugs in type for results on output and submission.
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -256,7 +256,7 @@ | ... | @@ -256,7 +256,7 @@ |
256 | 256 | ||
257 | <comment>Test Execution output. Note if not wanting results, the execute method will return early with a processing result code.</comment> | 257 | <comment>Test Execution output. Note if not wanting results, the execute method will return early with a processing result code.</comment> |
258 | 258 | ||
259 | <elem name="results" multiplicity="0..*" type="Results"> | 259 | <elem name="results" multiplicity="0..*" type="DataSetResults"> |
260 | <comment>The result test data set if the 'returnResults' option was selected on input.</comment> | 260 | <comment>The result test data set if the 'returnResults' option was selected on input.</comment> |
261 | </elem> | 261 | </elem> |
262 | 262 | ||
... | @@ -280,7 +280,7 @@ | ... | @@ -280,7 +280,7 @@ |
280 | <comment> | 280 | <comment> |
281 | Operation Reports analysis results. | 281 | Operation Reports analysis results. |
282 | </comment> | 282 | </comment> |
283 | <input name="data" type="Results" sid="0x1062"/> | 283 | <input name="data" type="DataSetResults" sid="0x1062"/> |
284 | </operation> | 284 | </operation> |
285 | </interface> | 285 | </interface> |
286 | 286 | ... | ... |
-
Please register or sign in to post a comment