78df1f16 by Mike Mathews

Fixed bugs in type for results on output and submission.

1 parent 020eea3a
......@@ -256,7 +256,7 @@
<comment>Test Execution output. Note if not wanting results, the execute method will return early with a processing result code.</comment>
<elem name="results" multiplicity="0..*" type="Results">
<elem name="results" multiplicity="0..*" type="DataSetResults">
<comment>The result test data set if the 'returnResults' option was selected on input.</comment>
</elem>
......@@ -280,7 +280,7 @@
<comment>
Operation Reports analysis results.
</comment>
<input name="data" type="Results" sid="0x1062"/>
<input name="data" type="DataSetResults" sid="0x1062"/>
</operation>
</interface>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!