bdemers commented on code in PR #454:
URL: https://github.com/apache/directory-scimple/pull/454#discussion_r1428712393
##########
scim-core/src/test/java/org/apache/directory/scim/core/repository/PatchHandlerTest.java:
##########
@@ -49,6 +52,7 @@ public class PatchHandlerTest {
public PatchHandlerTest() {
SchemaRegistry schemaRegistry = new SchemaRegistry();
schemaRegistry.addSchema(ScimUser.class,
List.of(EnterpriseExtension.class));
+ schemaRegistry.addSchema(ScimGroup.class, null);
Review Comment:
The tests don't auto discover all the schema, so they must manually be added
(this was causing one of the new tests to fail)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]