change
This commit is contained in:
parent
67ad9c5058
commit
7db50342eb
|
@ -529,7 +529,7 @@ public class RestfulResultSetTest {
|
|||
rs.updateSQLXML(1, null);
|
||||
}
|
||||
|
||||
@Test(expected = SQLFeatureNotSupportedException.class)
|
||||
@Test
|
||||
public void getNString() throws SQLException {
|
||||
String f10 = rs.getNString("f10");
|
||||
Assert.assertEquals("涛思数据", f10);
|
||||
|
|
Loading…
Reference in New Issue