* @tests {@link javax.sql.rowset.serial.SQLInputImpl#readSQLXML()}
*
* @since 1.6
*/
public void testReadSQLXML() throws SQLException {
SQLXML sqlXML = new MockSQLXML();
Object[] attributes = new Object[] { null, sqlXML };
SQLInputImpl impl = new SQLInputImpl(attributes,
new HashMap<String, Class<?>>());
try {
impl.readSQLXML();