summaryrefslogtreecommitdiff
path: root/tests/admin_changelist
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-03-05 08:21:29 -0500
committerTim Graham <timograham@gmail.com>2015-03-05 17:51:17 -0500
commit82f7bee1d56e1bf8ae041c6cdeb7374ea6b844de (patch)
treef6cc406b488f8ec8b64b8791dd42d7a674427f29 /tests/admin_changelist
parent668d53cd125175eb708cc0af143f47b42cd42153 (diff)
downloaddjango-82f7bee1d56e1bf8ae041c6cdeb7374ea6b844de.tar.gz
Fixed admin selenium tests broken by removal of fixtures.
Diffstat (limited to 'tests/admin_changelist')
-rw-r--r--tests/admin_changelist/tests.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/admin_changelist/tests.py b/tests/admin_changelist/tests.py
index ea594b5fba..8e2ac13c2f 100644
--- a/tests/admin_changelist/tests.py
+++ b/tests/admin_changelist/tests.py
@@ -674,8 +674,7 @@ class SeleniumFirefoxTests(AdminSeleniumWebDriverTestCase):
available_apps = ['admin_changelist'] + AdminSeleniumWebDriverTestCase.available_apps
webdriver_class = 'selenium.webdriver.firefox.webdriver.WebDriver'
- @classmethod
- def setUpTestData(cls):
+ def setUp(self):
# password = "secret"
User.objects.create(
pk=100, username='super', first_name='Super', last_name='User', email='super@example.com',