afs commented on PR #3019: URL: https://github.com/apache/jena/pull/3019#issuecomment-2674947459
The only way I can think of is to have a "test mode" flag./ The flag would be an enum of two elements: "NORMAL" and "TEST". Horrible but changing the system for this one case is also horrible. The flag could be a static in `ShaclSystem`. When set to TEST, the old way (to pass a null) is used and when not set (normal mode), the `obj`. The changes to be test from the WG test suite aren't needed. -- 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]
