﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
19051	Error in testing/live-test-server example	German Larrain	nobody	"https://docs.djangoproject.com/en/1.4/topics/testing/#live-test-server

In
{{{
MySeleniumTests.tearDownClass
}}}
this
{{{
cls.selenium.quit()
}}}
must appear before calling
{{{
super(MySeleniumTests, cls).tearDownClass()
}}}

Otherwise the test will fail with the following message: ""RuntimeError: Failed to shutdown the live test server in 2 seconds. The server might be stuck or generating a slow response."""	Bug	closed	Documentation	1.4	Normal	fixed			Accepted	0	0	0	0	0	0
