• 
      

    Accept input attributes in any order in unit tests.

    Review Request #9344 — Created Nov. 1, 2017 and submitted — Latest diff uploaded

    Information

    Djblets
    release-0.10.x
    8ad0bc3...

    Reviewers

    The condition set view tests verified that input tags had the expected
    type and name attributes by comparing the generated HTML. But in some
    browsers the name attribute appears before the type which failed the
    test.
    
    Check the tag name and attributes individually instead.

    Unit tests now pass.