Closed
Bug 1319331
Opened 8 years ago
Closed 8 years ago
test-fsmonitor.t failing: No prompt if extensions already enabled
Categories
(Developer Services :: Mercurial: configwizard, defect)
Developer Services
Mercurial: configwizard
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: glob, Assigned: gps)
Details
--- /Users/byron/dev/mozreview/_main/version-control-tools/hgext/configwizard/tests/test-fsmonitor.t
+++ /Users/byron/dev/mozreview/_main/version-control-tools/hgext/configwizard/tests/test-fsmonitor.t.err
@@ -36,6 +36,13 @@
No prompt if extensions already enabled
$ hg --config configwizard.steps=fsmonitor --config extensions.fsmonitor= configwizard
+ This wizard will guide you through configuring Mercurial for an optimal
+ experience contributing to Mozilla projects.
+
+ The wizard makes no changes without your permission.
+
+ To begin, press the enter/return key.
+ <RETURN>
#endif
ERROR: test-fsmonitor.t output changed
Assignee | ||
Comment 1•8 years ago
|
||
Not sure how this happened. Will just commit the expected output w/o review since this is trivial and obvious.
Assignee: nobody → gps
Status: NEW → ASSIGNED
Pushed by gszorc@mozilla.com:
https://hg.mozilla.org/hgcustom/version-control-tools/rev/17c37885aaf8
configwizard: reconcile test-fsmonitor.t output with reality
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
(In reply to Gregory Szorc [:gps] from comment #1)
> Not sure how this happened. Will just commit the expected output w/o review
> since this is trivial and obvious.
fair enough :)
i wasn't sure because the test is named "no prompt if extensions already enabled", and i wasn't sure if the outputted text counted as a 'prompt'.
You need to log in
before you can comment on or make changes to this bug.
Description
•