summaryrefslogtreecommitdiff
path: root/tests/regressiontests/servers
AgeCommit message (Expand)Author
2013-02-25[1.5.x] Fixed #19903 -- Fixed unbalanced setUp/tearDown calls in LiveServerAd...Claude Paroz
2012-12-08[1.5.x] Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz
2012-10-20Removed custom WSGIRequestHandler.get_environClaude Paroz
2012-08-15[py3] Fix some more encoding issues in testsClaude Paroz
2012-07-22[py3] Updated urllib/urllib2/urlparse imports.Aymeric Augustin
2012-05-17Fixed #18326 -- Stripped ending chars in LiveServerViews tests.Claude Paroz
2012-05-03Replaced deprecated TestCase methods. Refs #17049.Claude Paroz
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz
2012-04-08Fixed #18035 -- Removed deprecated AdminMediaHandler, as per official depreca...Claude Paroz
2012-04-05Fixed #17938 -- Made explicit object ordering in LiveServerDatabase test asse...Claude Paroz
2011-12-29Added the ability to specify multiple ports available for the `LiveServerTest...Julien Phalip
2011-12-27Fixed a test that was failing under Windows.Aymeric Augustin
2011-12-22Fixed #2879 -- Added support for the integration with Selenium and other in-b...Julien Phalip
2011-06-30Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi...Jannis Leidel
2010-10-20Fixed #12323 and #11582 -- Extended the ability to handle static files. Thank...Jannis Leidel
2010-09-26Fixed #14271 -- Use absolute path for admin media tests. Thanks, Alex Gaynor.Jannis Leidel
2009-07-29SECURITY ALERT: Corrected a problem with the Admin media handler that could l...Russell Keith-Magee