-
Notifications
You must be signed in to change notification settings - Fork 242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DROOLS-5964] #1458
base: main
Are you sure you want to change the base?
[DROOLS-5964] #1458
Conversation
@danielezonca @yesamer |
Kudos, SonarCloud Quality Gate passed! |
@@ -78,7 +78,7 @@ public void validateValidDMN() { | |||
public void addRadioButtons() { | |||
reset(uploadWidgetMock); | |||
sourceTypeSelector.addRadioButtons(); | |||
assertEquals(2, sourceTypeSelector.radioButtonList.size()); | |||
assertEquals(3, sourceTypeSelector.radioButtonList.size()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gitgabrio according this change, do I understand correctly from now on TestScenario asset will serve for testing of:
- DRL rules- old
- DMN models - old
- PMML models - new
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jomarko
yes, that's the plan. The backend is ready, unfortunately frontend would need other modifications that no-one can do right now, so both PRs are on "stand-by"
# Conflicts: # drools-wb-screens/drools-wb-scenario-simulation-editor/drools-wb-scenario-simulation-editor-kogito-client/src/main/java/org/drools/workbench/screens/scenariosimulation/kogito/client/converters/ApiJSInteropConverter.java # drools-wb-screens/drools-wb-scenario-simulation-editor/drools-wb-scenario-simulation-editor-kogito-client/src/main/java/org/drools/workbench/screens/scenariosimulation/kogito/client/converters/JSInteropApiConverter.java # drools-wb-screens/drools-wb-scenario-simulation-editor/drools-wb-scenario-simulation-editor-kogito-marshaller/src/main/resources/scesim.xsd
Kudos, SonarCloud Quality Gate passed! |
@danielezonca @yesamer @jomarko
see https://issues.redhat.com/browse/DROOLS-5964
Minimal required modifications to xsd/converters/tests.
Depends on https://github.com/kiegroup/drools/pull/3344