Make sure SearchTests calls the parent setUpClass method.
Review Request #8701 — Created Jan. 31, 2017 and submitted — Latest diff uploaded
The
SearchTeststest case was definingsetUpClass, but that didn't call the
superclass' implementation. On Django 1.6 that's OK, but on 1.8 the
superclass'tearDownClassexpects some state that was set up earlier.
Ran the unit tests with Django 1.8