-
Notifications
You must be signed in to change notification settings - Fork 426
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove hardcoded names in junit tests (#809)
generate unique names for tables and procedures instead of using hardcoded names
- Loading branch information
1 parent
14890cd
commit c50d817
Showing
50 changed files
with
4,063 additions
and
2,858 deletions.
There are no files selected for viewing
267 changes: 160 additions & 107 deletions
267
src/test/java/com/microsoft/sqlserver/jdbc/AlwaysEncrypted/AESetup.java
Large diffs are not rendered by default.
Oops, something went wrong.
1,073 changes: 661 additions & 412 deletions
1,073
src/test/java/com/microsoft/sqlserver/jdbc/AlwaysEncrypted/CallableStatementTest.java
Large diffs are not rendered by default.
Oops, something went wrong.
445 changes: 271 additions & 174 deletions
445
src/test/java/com/microsoft/sqlserver/jdbc/AlwaysEncrypted/JDBCEncryptionDecryptionTest.java
Large diffs are not rendered by default.
Oops, something went wrong.
193 changes: 120 additions & 73 deletions
193
src/test/java/com/microsoft/sqlserver/jdbc/AlwaysEncrypted/PrecisionScaleTest.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.