forked from keycloak/keycloak
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable infinispan realm and user cache for map storage tests
Closes keycloak#11213
- Loading branch information
Showing
29 changed files
with
146 additions
and
44 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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -939,7 939,7 @@ public void salesPostSigTest() { | |
@Test | ||
// https://issues.jboss.org/browse/KEYCLOAK-3971 | ||
public void salesPostSigTestUnicodeCharacters() { | ||
final String username = "ěščřžýáíRoàåéèíñòøöùüßÅÄÖÜ"; | ||
final String username = "ěščřžýáíroàåéèíñòøöùüßåäöü"; | ||
UserRepresentation user = UserBuilder | ||
.edit(createUserRepresentation(username, "[email protected]", "ěščřžýáí", "RoàåéèíñòøöùüßÅÄÖÜ", true)) | ||
.addPassword(PASSWORD) | ||
|
@@ -965,7 965,7 @@ public void salesPostSigTestUnicodeCharacters() { | |
@Test | ||
// https://issues.jboss.org/browse/KEYCLOAK-3971 | ||
public void employeeSigTestUnicodeCharacters() { | ||
final String username = "ěščřžýáíRoàåéèíñòøöùüßÅÄÖÜ"; | ||
final String username = "ěščřžýáíroàåéèíñòøöùüßåäöü"; | ||
UserRepresentation user = UserBuilder | ||
.edit(createUserRepresentation(username, "[email protected]", "ěščřžýáí", "RoàåéèíñòøöùüßÅÄÖÜ", true)) | ||
.addPassword(PASSWORD) | ||
|
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.