added legacy plugin to support scm-manager 1.x password hashes

This commit is contained in:
Sebastian Sdorra
2014-12-20 11:33:03 +01:00
parent 866ce1e836
commit 28aa1137f0
8 changed files with 387 additions and 95 deletions

View File

@@ -128,7 +128,7 @@ public class DeactivatedUserITCase
ClientResponse response = authenticate(client, slarti.getName(),
"slart123");
assertNotNull(response);
assertEquals(HttpServletResponse.SC_FORBIDDEN, response.getStatus());
assertEquals(HttpServletResponse.SC_UNAUTHORIZED, response.getStatus());
}
//~--- fields ---------------------------------------------------------------