summaryrefslogtreecommitdiff
path: root/t/autoindex.t
AgeCommit message (Collapse)Author
2011-03-04get rid of diag explain againLudwig Nussel
2011-01-22autoindex test: write autoindex pages into the transient underlaySimon McVittie
2011-01-22Allow autoindex files to be written into the transient underlaySimon McVittie
As with the tag plugin, for the moment keep the old behaviour in the test.
2011-01-22autoindex: stop tracking deletions, use generic autofile tracking insteadSimon McVittie
- 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.
2011-01-22autoindex.t: check that none of the files that shouldn't be generated are ↵Simon McVittie
autofiles
2011-01-22autoindex: use add_autofileSimon McVittie
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.
2011-01-22autoindex.t: check that attachments cause indexingSimon McVittie
2011-01-22autoindex test: check that an internal page doesn't cause indexingSimon McVittie
2011-01-22Adapt autoindex test suite to work with old Test::More.Joey Hess
2010-12-25Add a test for autoindex's current functionalitySimon McVittie