Skip to content

Commit c072a70

Browse files
author
Wei Zhang
committed
Debugging
1 parent 47748db commit c072a70

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test/java/com/microsoft/sqlserver/jdbc/resiliency/BasicConnectionTest.java

+3
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,10 @@ public void testPooledConnectionLang() throws SQLException {
252252
while (rs.next())
253253
lang1 = rs.getString(1);
254254
assertEquals(lang0, lang1);
255+
s1.close();
256+
c1.close();
255257
} catch (SQLException e) {
258+
e.printStackTrace();
256259
fail(e.getMessage());
257260
}
258261
}

0 commit comments

Comments
 (0)