• 
      

    Make sure to always fix up the MEDIA_ROOT after admin tests.

    Review Request #4584 — Created Sept. 17, 2013 and submitted

    Information

    Review Board
    master

    Reviewers

    Make sure to always fix up the MEDIA_ROOT after admin tests.

    If UpdateTests.testManualUpdatesRequiredBadUpload fails (say, due to something
    being rendering the base.html template), it will leave settings.MEDIA_ROOT and
    siteconfig's site_media_root in a broken state. This breaks a bunch of other
    tests, which is highly confusing.

    Ran into this case when working on my django1.5 branch, and this fixed it.

    reviewbot
    1. This is a review from Review Bot.
      Tool: PEP8 Style Checker
      Processed Files:
      reviewboard/admin/tests.py
      Ignored Files:

    2. 
        
    reviewbot
    1. This is a review from Review Bot.
      Tool: Pyflakes
      Processed Files:
      reviewboard/admin/tests.py
      Ignored Files:

    2. 
        
    chipx86
    1. Ship It!

    2. 
        
    david
    Review request changed
    Status:
    Completed
    Change Summary:

    Pushed to master (1c6a3a1).