Closed
Bug 1897929
Opened 9 months ago
Closed 9 months ago
v-c-t: mozautomation test_commitparser.TestAddHyperlinks failure
Categories
(Developer Services :: Mercurial: hg.mozilla.org, defect)
Developer Services
Mercurial: hg.mozilla.org
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jcristau, Assigned: jcristau)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
======================================================================
FAIL: test_link_bugzilla (tests.test_commitparser.TestAddHyperlinks)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/app/vct/pylib/mozautomation/tests/test_commitparser.py", line 1139, in test_link_bugzilla
b' <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1234567">1234567</a>\nfoo\n',
AssertionError: b' 1234567\nfoo\n' != b' <a href="https://bugzilla.mozilla.org/sho[36 chars]oo\n'
----------------------------------------------------------------------
Assignee | ||
Comment 1•9 months ago
|
||
In bug 1634010
(https://hg.mozilla.org/hgcustom/version-control-tools/rev/59baa3e5c79bfda219ac1673218f6c842e46b075),
add_hyperlinks
was changed to use the conservative regexp; update the
test expectation to match.
Pushed by cosheehan@mozilla.com:
https://hg.mozilla.org/hgcustom/version-control-tools/rev/f2c498916d14
tests: adjust test_commitparser for conservative bug number parsing . r=sheehan
Status: ASSIGNED → RESOLVED
Closed: 9 months ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•