Make sure SearchTests calls the parent setUpClass method.

Review Request #8701 — Created Jan. 31, 2017 and submitted — Latest diff uploaded

Information

Review Board
release-3.0.x
bb7546e...

Reviewers

The SearchTests test case was defining setUpClass, but that didn't call the
superclass' implementation. On Django 1.6 that's OK, but on 1.8 the
superclass' tearDownClass expects some state that was set up earlier.

Ran the unit tests with Django 1.8

    Loading...