-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
GUVNOR-2980: Test scenarios do not show correct results #1226
Conversation
@manstis thanks for this PR, it seems good to me, anyway, this could solve also this problem: https://issues.jboss.org/browse/GUVNOR-2840 Am I right? |
Jenkins please retest this. |
@jomarko I assume it will fix that too; but will give it a try... |
@jomarko I can confirm with this fix https://issues.jboss.org/browse/GUVNOR-2840 is also fixed. |
@manstis thanks, good job! |
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.
Heh, nice to see we had existing tests for this area.
(cherry picked from commit cd7e5ed)
@manstis thanks! |
…pache#1226) * [DROOLS-3969] Show selected cell on right click. Some SONAR fix * [DROOLS-3969] Reverting unrelated modifications. Improving tests
See https://issues.jboss.org/browse/GUVNOR-2980
As far as I could tell; the issue was that the Rule names expected to fire was "fully qualified names" whereas the information regarding which rules had actually fired was "simple names". I've changed
TestingEventListener
to record "fully qualified names".I've also tested the rule filtering (see here) and confirm it works as expected with "fully qualified names".