Bug 1105588
| Summary: | XMLPersistenceTest.testPersistenceOfFullNodes fails on IBM Java 6 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Jiri Svitak <jsvitak> | ||||
| Component: | jBPM Core | Assignee: | Shelly McGowan <smcgowan> | ||||
| Status: | CLOSED EOL | QA Contact: | Marek Baluch <mbaluch> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 6.0.2 | CC: | mbaluch | ||||
| Target Milestone: | DR4 | ||||||
| Target Release: | 6.1.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2020-03-27 19:35:21 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Jiri Svitak
2014-06-06 13:07:15 UTC
Created attachment 919638 [details]
Diff between 2 xml strings
It turns out this is a false negative due to the (too) strict comparison done between the two xml strings.
I'll add a commit to move the test to XMLUnit so that it returns a positive for this test.
See the attached picture for the diff that caused the false negative.
Fixed. Commits: master: https://github.com/droolsjbpm/jbpm/commit/110ede64 Thanks Marco for the fix. Verified in BPMS 6.1.0.DR4. Setting qe test coverage flag, because this will be covered by regular execution of community unit tests against product builds. |