78df1f16 by Mike Mathews

Fixed bugs in type for results on output and submission.

1 parent 020eea3a
...@@ -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
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!