aboutsummaryrefslogtreecommitdiff
path: root/t
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'intrigeri/po-long-language-codes'Joey Hess2011-06-03
|\
| * po: support language codes in the form of 'es_AR', and 'arn'.intrigeri2011-05-26
| | | | | | | | ... additionally to the previously supported two-letters codes.
* | the underlying perl bug that this test case checks a workaround for has now ↵Joey Hess2011-05-31
|/ | | | | | | been fixed hurrah! Thanks especially to Niko Tyni for tracking it down in the perl internals.
* added test cases for heredoc and triple-single.Timo Paulssen2011-05-13
|
* simple tests for heredoc.Timo Paulssen2011-05-13
|
* get rid of diag explain againLudwig Nussel2011-03-04
|
* turn off verboseJoey Hess2011-02-09
| | | | Want to avoid debug messages during tests
* fix test countJoey Hess2011-02-09
|
* Merge remote branch 'smcv/ready/transient-tag'Joey Hess2011-02-09
|\ | | | | | | | | Conflicts: t/tag.t
| * tag test: write tag pages into the transient underlaySimon McVittie2011-01-07
| |
| * tag: optionally write autocreated tags to the transient underlaySimon McVittie2011-01-07
| | | | | | | | For the moment, have the tag test keep the old behaviour.
* | Merge remote branch 'smcv/ready/transient-autoindex'Joey Hess2011-02-09
|\ \
| * | autoindex test: write autoindex pages into the transient underlaySimon McVittie2011-01-22
| | |
| * | Allow autoindex files to be written into the transient underlaySimon McVittie2011-01-22
| | | | | | | | | | | | As with the tag plugin, for the moment keep the old behaviour in the test.
| * | autoindex: stop tracking deletions, use generic autofile tracking insteadSimon McVittie2011-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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.
| * | autoindex.t: check that none of the files that shouldn't be generated are ↵Simon McVittie2011-01-22
| | | | | | | | | | | | autofiles
| * | autoindex: use add_autofileSimon McVittie2011-01-22
| | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | autoindex.t: check that attachments cause indexingSimon McVittie2011-01-22
| | |
| * | autoindex test: check that an internal page doesn't cause indexingSimon McVittie2011-01-22
| | |
* | | Merge remote branch 'smcv/ready/tag-test'Joey Hess2011-02-09
|\ \ \ | | |/ | |/|
| * | tag test: assert that the only autofiles are the ones we wantSimon McVittie2010-12-28
| | |
* | | clean up t/tmpJoey Hess2011-01-24
| | |
* | | remove more test diag stuff that needs a newer Test::More than debian stable'sJoey Hess2011-01-24
| |/ |/|
* | Adapt autoindex test suite to work with old Test::More.Joey Hess2011-01-22
|/
* po test: add more cases, including (semi-)absolute URLsSimon McVittie2010-12-25
| | | | | Three cases are sub-optimal, but having fixed urlto(''), they all basically work.
* po: test beautify_urlpath with po_link_to=currentSimon McVittie2010-12-25
| | | | Same behaviour as 'default'.
* urlto.t: test urlto('', undef, ?)Simon McVittie2010-12-25
|
* urlto.t: test more cases, including the special case for to=''Simon McVittie2010-12-25
|
* Add a test for autoindex's current functionalitySimon McVittie2010-12-25
|
* extend the 'tag' test to cover auto-creation of tag pagesSimon McVittie2010-12-25
|
* test w/o second parameterJoey Hess2010-11-29
|
* Add a regression test for urlto, baseurl and cgiurl in ↵Simon McVittie2010-11-22
| | | | relative/local/absolute modes
* add test case for RSS url mungingJoey Hess2010-11-16
|
* Fix test suite failure on other side of date line.Joey Hess2010-09-29
|
* update testJoey Hess2010-09-15
|
* add test case for link(.) with omitted locationJoey Hess2010-08-30
|
* t/bazaar.t: Work around bzr 2.2.0's new requirement to configure bzr whoami ↵Joey Hess2010-08-30
| | | | before committing.
* Merge remote branch 'intrigeri/po'Joey Hess2010-08-30
|\
| * Merge remote branch 'upstream/master' into prv/pointrigeri2010-08-22
| |\
| * \ Merge remote branch 'upstream/master' into prv/pointrigeri2010-08-22
| |\ \
| * | | po.t: added a bunch of tests for recent code changesintrigeri2010-08-02
| | | |
* | | | add test for link(.)Joey Hess2010-08-30
| |_|/ |/| |
* | | add htmlscrubber colon in url cases to test suiteJoey Hess2010-08-19
| |/ |/|
* | Fix po test suite to not assume ikiwiki's underlay is already installed. ↵Joey Hess2010-08-15
|/ | | | Closes: #593047
* Merge remote branch 'intrigeri/po'Joey Hess2010-07-24
|\
| * po.t: fix expected resultsintrigeri2010-07-20
| | | | | | | | | | | | | | | | | | | | As index.{es,fr} don't exist, po::refreshpofiles copies them from the basewiki underlay before running msgmerge. msgmerge marks as obsolete the translation strings that came from the basewiki po files, but the link plugin does not make the difference between obsolete and up-to-date links. $links{'index.fr'} and $links{'index.es'} are therefore expected to contain SandBox and ikiwiki.
| * Added tests for po::pofiles.intrigeri2010-07-20
| |
| * Run checkconfig after loading the po plugin, else state is not populated.intrigeri2010-07-20
| | | | | | | | | | The pofiles function relies on @slavelanguages to have been populated by po's checkconfig hook.
* | whitespaceJoey Hess2010-07-23
|/
* another class of conflicts: subdir/file conflictsJoey Hess2010-07-18
|