Problem/Motivation
Some of the test topics, test modules, and tests in Help Topics are relying on production help topics, or linking to production help topics. This could cause problems if one of the production help topics changes, gets deleted, etc.
Proposed resolution
Make it so the tests and test modules for Help Topics are completely decoupled from production topics.
Remaining tasks
Make a patch.
User interface changes
None.
API changes
None.
Data model changes
None.
Release notes snippet
None.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3076348.patch | 2.39 KB | jhodgdon |
Comments
Comment #2
jhodgdonHere's a patch that removes all references to production topics in the tests and test module/theme. Tests pass locally.
Comment #3
amber himes matzLooks ok to me! Tests passed locally for me as well. Thanks @jhodgdon!
Comment #4
amber himes matzComment #5
larowlanCommitted 16af98f and pushed to 8.8.x. Thanks!