Description
In keeping back compat in OODT-564, I didn't modify the unit tests for CDEResult or CDEResultInputStream, and instead worked around by keeping the old behavior for serializing the output of the XMLPS product server using only the rs#getResultSetMetadata if orderedFields aren't set (like they aren't in the unit tests). But this is a hack, b/c we expect orderedFields to now be set (should probably throw an Exception somewhere if they are not rather than failing silently until it gives the wrong results).
So, fix the unit tests to explicitly test and require this.