summaryrefslogtreecommitdiff
path: root/tests/staticfiles_tests/project
AgeCommit message (Collapse)Author
2015-02-21Removed workaround for SVN limitations.Aymeric Augustin
In addition to simplifying the code, this reduces the number of writes.
2015-01-01Fixed #23700 -- Fixed non-deterministic static files test failures on Windows.Tim Graham
This partially reverts commit 949ee521fab106b44218c30577eb55f0097d39cd refs #21230.
2014-08-12Added newlines to the ends of CSS, HTML, and JavaScript files missing them.Trey Hunner
2014-05-18Refs #21230 -- removed direct settings manipulation from staticfile testsHuu Nguyen
2013-04-28Fixed #18986 -- Improved error message for missing filesAymeric Augustin
in CachedStaticFilesStorage. Thanks zyegfryed for his work on the patch.
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner