• 
      

    Clean up the order of webapi tests.

    Review Request #4586 — Created Sept. 17, 2013 and submitted — Latest diff uploaded

    Information

    Review Board
    master

    Reviewers

    Clean up the order of webapi tests.

    This is the next part of my master plan to improve the webapi test
    suite. Tests are now divided into List and Item tests, and within these,
    the tests are ordered alphabetically by HTTP method.

    The next part will be to group list and item tests under their own test
    suites and to simplify the function names.

    There were no logic changes made to tests. They've only moved around.
    However, some functions were renamed to use "put" or "post" instead of
    "update" or "create".

    Unit tests passed.