-
Notifications
You must be signed in to change notification settings - Fork 280
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "[ELY-2557] Add an afterclass method to do clean-up after the …
…FileSystemEncryptRealmCommandTest testBulkWithoutNames test" This reverts commit 3d2f36b.
- Loading branch information
Showing
2 changed files
with
5 additions
and
21 deletions.
There are no files selected for viewing
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
10 changes: 5 additions & 5 deletions
10
tool/src/test/resources/bulk-encryption-conversion-desc-without-names
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
input-location:target/test-classes/filesystem-encrypt/fs-unencrypted-realms/multiple-credential-types | ||
output-location:target/test-classes/filesystem-encrypt/fs-encrypted-realms/bulk-encryption-conversion-desc-without-names | ||
output-location:target/test-classes/filesystem-encrypt/fs-encrypted-realms | ||
credential-store:target/test-classes/filesystem-encrypt/mycredstore.cs | ||
create:true | ||
levels:1 | ||
|
||
input-location:target/test-classes/filesystem-encrypt/fs-unencrypted-realms/level-4 | ||
output-location:target/test-classes/filesystem-encrypt/fs-encrypted-realms/bulk-encryption-conversion-desc-without-names | ||
output-location:target/test-classes/filesystem-encrypt/fs-encrypted-realms | ||
credential-store:target/test-classes/filesystem-encrypt/mycredstore.cs | ||
create:true | ||
levels:4 | ||
|
||
input-location:target/test-classes/filesystem-encrypt/fs-unencrypted-realms/fsRealmCharset | ||
output-location:target/test-classes/filesystem-encrypt/fs-encrypted-realms/bulk-encryption-conversion-desc-without-names | ||
output-location:target/test-classes/filesystem-encrypt/fs-encrypted-realms | ||
credential-store:target/test-classes/filesystem-encrypt/mycredstore.cs | ||
create:true | ||
|
||
input-location:target/test-classes/filesystem-encrypt/fs-unencrypted-realms/hashencoding | ||
output-location:target/test-classes/filesystem-encrypt/fs-encrypted-realms/bulk-encryption-conversion-desc-without-names | ||
output-location:target/test-classes/filesystem-encrypt/fs-encrypted-realms | ||
hash-encoding:hex | ||
credential-store:target/test-classes/filesystem-encrypt/mycredstore.cs | ||
create:true | ||
create:true |