Skip to content

Commit

Permalink
fixed relation translation (relation.default) and policy rule test
Browse files Browse the repository at this point in the history
(cherry picked from commit 95e111c)
  • Loading branch information
1azyman committed Jun 6, 2023
1 parent a9197ac commit 79ba3cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ public void test400AssignRoleLocalized() throws Exception {
String messageSk = localizationService.translate(message, SLOVAK);
System.out.println("Trigger message translated (US): " + messageUs);
System.out.println("Trigger message translated (SK): " + messageSk);
assertEquals("Wrong US message", "Assignment of role \"Localized role\" (relation member) is to be added", messageUs);
assertEquals("Wrong US message", "Assignment of role \"Localized role\" (relation default) is to be added", messageUs);
assertEquals("Wrong SK message", "Priradenie pre rola \"Lokalizovana rola\" (vztah predvolené) ma byt pridane", messageSk);

assertSerializable(context);
Expand Down

0 comments on commit 79ba3cb

Please sign in to comment.