-
Notifications
You must be signed in to change notification settings - Fork 425
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix closeable resource leaks in Junit tests (#797)
1st part of Junit test cleanup: - use try-with-resources on closeables and fix leaks - get rid shared variables between tests - move testframework/util/Util.java to TestUtil (part of work get rid of testframework)
- Loading branch information
1 parent
0a1759f
commit 550d441
Showing
74 changed files
with
6,304 additions
and
6,228 deletions.
There are no files selected for viewing
135 changes: 73 additions & 62 deletions
135
src/test/java/com/microsoft/sqlserver/jdbc/AlwaysEncrypted/AESetup.java
Large diffs are not rendered by default.
Oops, something went wrong.
99 changes: 49 additions & 50 deletions
99
src/test/java/com/microsoft/sqlserver/jdbc/AlwaysEncrypted/CallableStatementTest.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.