summaryrefslogtreecommitdiff
path: root/_test/cases/inc/pageutils_clean_id.test.php
Commit message (Collapse)AuthorAge
* removed deprecated old test frameworkTobias Sarnowski2012-04-18
|
* added a test case to check for FS#2349Andreas Gohr2011-10-14
| | | | no problems found
* fix namespace cleaning FS#2295Andreas Gohr2011-09-25
| | | | | | | | | | | This patch applies the correct pagename cleaning to namespaces as well. Namespaces should follow the same rules as pagenames but due to a bug it was possible to have namespaces ending in a underscore. If you used such a namespace it will be inaccessible after applying this patch. You should rename the namespace directory on the filesystem (removing the trailing underscore). You old links will then work automatically again. Rebuilding the search index is recommended.
* Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3Michael Hamann2010-11-29
| | | | | | As of VIM 7.3 it is no longer possible to specify the encoding in the modeline. This gives an error message whenever such a file is opened, thus this commit removes the enc setting from the modeline.
* fixed multiple unit tests. (1 failing)Andreas Gohr2009-01-25
| | | | | | | | | | | | | Ignore-this: 261098274bce329f446fc8768c25b9e5 Most failing tests were just out of date, because certain behavior was changed. There is one test failing for parsing italic tests. This can probably not be fixed without larger changes at the parser to catch runaway lines at the paragraph end. FS#1574 darcs-hash:20090125221855-7ad00-968655d609945aae764c3124fb906ce086025df4.gz
* update cleanID and wikiFN result caches to support unit testingchris2006-08-27
| | | | | | | - move caches into global scope (they were static in function scope) - add teardown() method to clean_id unit test - to clear its cache darcs-hash:20060827183327-9b6ab-cf9beb2ca6c47142dfaad3117d7c86748a54312c.gz
* cleanID unit testschris2006-08-09
+ fix missing utf8 deaccent character mapping + set utf-8 charset for HTMLReporter (unit tests) darcs-hash:20060809160209-9b6ab-26c80a4830643b9790536f6d3a4adee0f451e4f0.gz