pibizza commented on code in PR #6449:
URL:
https://github.com/apache/incubator-kie-drools/pull/6449#discussion_r2341015221
##########
drools-model/drools-model-codegen/src/test/java/org/drools/model/codegen/execmodel/FiringOrderTest.java:
##########
@@ -100,10 +98,56 @@ public void setAFired(boolean aFired) {
end
""".formatted(FiringOrderTest.class.getName());
+ private static final String DRL_UPDATE_FACT = """
+ package com.example.drools
+
+ import %s.State;
+
+ global java.util.List firingOrder;
Review Comment:
This seems useless in the test, am I wrong?
--
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]