aboutsummaryrefslogtreecommitdiff
path: root/t/autoindex.t
Commit message (Expand)AuthorAge
* autoindex test: write autoindex pages into the transient underlaySimon McVittie2011-01-22
* Allow autoindex files to be written into the transient underlay•••As with the tag plugin, for the moment keep the old behaviour in the test. Simon McVittie2011-01-22
* autoindex: stop tracking deletions, use generic autofile tracking instead•••- Migrate the set of deletions to the {autofile} set, since it has more or less the same effect. This affects the "deleted" case in the test. - If a page has just been deleted, add it as an autofile anyway: by the time gen_autofile is called, it'll be in the list of deleted files, so it'll just be added to {autofile}. This affects the "gone" case in the test. - Behaviour change: we don't forget that a page with no reason to be re-created was deleted. This affects the 'expunged' and 'reinstated' cases in the test. Simon McVittie2011-01-22
* autoindex.t: check that none of the files that shouldn't be generated are aut...Simon McVittie2011-01-22
* autoindex: use add_autofile•••This does cause a minor regression: index pages are now committed individually rather than being a single commit per rebuild. This also means the autoindex regression test needs to trigger the autofile generation pass. Simon McVittie2011-01-22
* autoindex.t: check that attachments cause indexingSimon McVittie2011-01-22
* autoindex test: check that an internal page doesn't cause indexingSimon McVittie2011-01-22
* Adapt autoindex test suite to work with old Test::More.Joey Hess2011-01-22
* Add a test for autoindex's current functionalitySimon McVittie2010-12-25