• 
      

    Check for encodings in get_file tests and fix some bad implementations.

    Review Request #9790 — Created March 15, 2018 and submitted — Latest diff uploaded

    Information

    Review Board
    release-3.0.x
    e581115...

    Reviewers

    We had a couple hosting services (Beanstalk and Kiln) that were
    returning Unicode strings instead of byte strings in their get_file()
    implementations. This fixes those and adds checks to all test suites
    currently testing get_file().

    Unit tests pass.