From 8730cac1c76e1ff1b8cef16d64645704cc42ba34 Mon Sep 17 00:00:00 2001 From: Richard Millet Date: Tue, 9 Nov 2010 05:42:46 +0000 Subject: [PATCH] CSPACE-3158: Backing out change that qualified role names with tentant ID until App layer gets a chance to update their tests. --- .../services/authorization/client/test/RoleServiceTest.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/services/authorization-mgt/client/src/test/java/org/collectionspace/services/authorization/client/test/RoleServiceTest.java b/services/authorization-mgt/client/src/test/java/org/collectionspace/services/authorization/client/test/RoleServiceTest.java index 2c620442e..f28a30451 100644 --- a/services/authorization-mgt/client/src/test/java/org/collectionspace/services/authorization/client/test/RoleServiceTest.java +++ b/services/authorization-mgt/client/src/test/java/org/collectionspace/services/authorization/client/test/RoleServiceTest.java @@ -352,7 +352,9 @@ public class RoleServiceTest extends AbstractServiceTestImpl { Assert.assertNotNull(output); //FIXME: Tenant ID of "1" should not be hard coded - String roleNameToVerify = "ROLE_" + "1_" + verifyRoleName.toUpperCase(); + String roleNameToVerify = "ROLE_" + + //"1_" + FIXME: Need to qualify role name with tenant ID + verifyRoleName.toUpperCase(); Assert.assertEquals(output.getRoleName(), roleNameToVerify, "RoleName fix did not work!"); } -- 2.47.3