This is an archive of the discontinued Mercurial Phabricator instance.

tests: fix duplicate and failing test
ClosedPublic

Authored by indygreg on Mar 26 2018, 5:35 PM.

Details

Summary

There were two "testconflictingrequestid" methods. Naturally this isn't
an error in Python. And by our luck, the test was failing.

So we rename the test and fix it to pass.

As part of this, _sendsingleframe() now takes a frame, not a string
describing the frame. This is better because action at a distance can
be confusing.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

indygreg created this revision.Mar 26 2018, 5:35 PM
indygreg updated this revision to Diff 7433.Mar 30 2018, 4:32 PM
durin42 accepted this revision.Apr 3 2018, 11:24 AM
This revision is now accepted and ready to land.Apr 3 2018, 11:24 AM
This revision was automatically updated to reflect the committed changes.