Bug 1097902
| Summary: | Asciidoc import not reusing existing topics | ||
|---|---|---|---|
| Product: | [Community] PressGang CCMS | Reporter: | Matthew Casperson <mcaspers> |
| Component: | ImportTool | Assignee: | Matthew Casperson <mcaspers> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 1.5 | CC: | cbredesen, lnewson, mmurray |
| Target Milestone: | --- | ||
| Target Release: | 1.7 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-06-22 21:32:42 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1091570 | ||
|
Description
Matthew Casperson
2014-05-14 19:45:12 UTC
The test base in BZ#1095590 does this as well. Fixed in Build 1.7-SNAPSHOT 201406111207 Asciidoctor was generating a lot of hex entities, like ‘ for a single quote. These were being converted back, but this conversion back was not taken into account when testing xml files for equality. Verified that topics are now being reused correctly. |