• 
      

    Fix unit test checking Gerrit plugin version

    Review Request #9860 — Created April 6, 2018 and submitted — Latest diff uploaded

    Information

    Review Board
    release-3.0.x
    57022c8...

    Reviewers

    The unit test that was checking for a failed plugin compatability
    used hardcoded version string of 0.1.0, instead of the actual required
    version. This didn't get caught during the plugin version bump that
    happened when we released the gerrit plugin but has now been rectified.

    The error message has also been improved to include the original version
    string we receive instead of our parsed tuple.

    Ran unit tests.