summaryrefslogtreecommitdiff
path: root/_test
Commit message (Collapse)AuthorAge
* Test to ensure less can parse the @import rewritten by css_loadfile()Christopher Smith2013-11-05
| | | | | | | | | This test is horrible, but I believe necessary to ensure that the @import of less files actually works. It is horrible as its not a unit test and its not a true functional test. It probably implies the code in css_out() should be refactored to make it easier to test intermediate results.
* additional tests where for relative path to @import less fileChristopher Smith2013-11-05
|
* Improve css_loadfile() testsChristopher Smith2013-11-05
| | | | | | | - use TMP_DIR constant rather than /tmp - swap order of parameters in csstest() to match reported 'expected' & 'actual' - add tests for use of 'url()' in @import - add tests for @import of '.less' files (these test will fail per FS#2875)
* Fix the media usage index to include local linksMichael Hamann2013-10-29
|
* ensure locale is set back to the original valueChristopher Smith2013-10-25
|
* skip FS#2867 test if \s doesn't match \xA0 after attempting to change the localeChristopher Smith2013-10-25
|
* unittests for auth_loadACLChristopher Smith2013-10-25
|
* Merge branch 'master' into FS#2867Christopher Smith2013-10-21
|\
| * Merge pull request #388 from splitbrain/unittest_errorreportingAndreas Gohr2013-10-20
| |\ | | | | | | set error level so it is propagated correctly to dokuwiki
| | * change error level to ignore noticesChristopher Smith2013-10-20
| | |
| | * also use DOKU_E_LEVEL in bootstrap's call to error_reporting()Christopher Smith2013-10-18
| | |
| | * set error level so it is propagated correctly to dokuwikiChristopher Smith2013-10-18
| | |
| * | make sure HTTP test uses HTTP only and doesn't get redirectedAndreas Gohr2013-10-20
| | |
| * | more verbosity in test caseAndreas Gohr2013-10-20
| | |
| * | Merge pull request #380 from splitbrain/phpstrictAndreas Gohr2013-10-20
| |\ \ | | | | | | | | Php strict
| | * | escaped another $ in mailer testAndreas Gohr2013-10-20
| | | |
| | * | additional auth_nameencode tests (apostrophe & backslash)Christopher Smith2013-10-19
| | | |
| | * | remove '&' reference operator from metadata test, not required in php5Christopher Smith2013-10-16
| | | |
| | * | escape '$' in mailer test stringsChristopher Smith2013-10-16
| | | |
| | * | fix signature mail unittest, and improve some signatures info pluginGerrit Uitslag2013-10-16
| | |/
* | | Merge branch 'master' into FS#2867Christopher Smith2013-10-19
|\| |
| * | Fix the indexer indexing test case (changed the data but not the result)Michael Hamann2013-10-19
| | |
| * | Fix FS#2854: Treat numerically different keys as differentMichael Hamann2013-10-19
| | |
| * | add missing $_SERVER values for init.php when called from cliChristopher Smith2013-10-18
| |/
* / add tests for usernames with 2 & 3 byte utf8 charactersChristopher Smith2013-10-19
|/
* Added unit tests for CSS shorthand compression FS#2509Andreas Gohr2013-10-15
|
* Merge pull request #344 from splitbrain/tablewithonlyrowspanAndreas Gohr2013-10-13
|\ | | | | Display tablecell with rowspan at first row as empty cell. Fixes FS#2810
| * added unittests for rowspans at first table rowGerrit Uitslag2013-09-25
| |
* | Merge pull request #341 from splitbrain/extend_tests_cleanidAndreas Gohr2013-10-13
|\ \ | | | | | | Extend pageutils_clean_id tests to show more behavior details
| * | Extend pageutils_clean_id tests to show more behavior detailsGerrit Uitslag2013-09-19
| |/
* | check msglint for warnings, tooAndreas Gohr2013-10-12
| |
* | successfully validate Mailer mails with msglintAndreas Gohr2013-10-12
| |
* | IETF's message lint service as a test for Mailer classAndreas Gohr2013-10-12
|/
* Fix backlinks for internal links with parametersMichael Hamann2013-08-17
| | | | | | | This adds the parameter extraction code from the xhtml renderer to the metadata renderer in order to not to include the parameters in the id that is recorded as link target. A test case checks that the link is actually returned as backlink (fails without the fix).
* Merge pull request #237 from splitbrain/changelogtestsonlyAndreas Gohr2013-08-04
|\ | | | | Added tests for getRevisions and getRevisionInfo from page changelog
| * Merge remote-tracking branch 'origin/master' into changelogtestsonlyKlap-in2013-08-03
| |\
| * | Fixed file names of test classesKlap-in2013-07-20
| | |
| * | Added tests for getRevisions and getRevisionInfo from page changelogKlap-in2013-07-20
| | |
* | | FS#2677 support arrays in to, cc, bcc headers in MailerAndreas Gohr2013-08-03
| | | | | | | | | | | | This does not fix FS#2677, it only adds support for fixing it later.
* | | fixed cleanPath bug in tar library FS#2802Andreas Gohr2013-08-03
| |/ |/| | | | | | | | | | | | | | | | | | | | | This time the test case was correct and actually showed a bug in the tar library. The error occured only on the first build (directory build/0/) where the zero was stripped from the path name. I added unit tests to the cleanPath function and discovered another bug with handling relative directories. I rewrote the cleanPath() function and now it should finally work. Unit tests FTW!
* | Merge pull request #224 from splitbrain/fetchimagetokexternalAndreas Gohr2013-08-03
|\ \ | | | | | | Added check of token in fetch.php for external images.
| * \ Merge remote-tracking branch 'origin/master' into fetchimagetokexternalKlap-in2013-08-02
| |\ \
| * \ \ Merge remote-tracking branch 'origin/master' into fetchimagetokexternalKlap-in2013-08-01
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'origin/master' into fetchimagetokexternalKlap-in2013-08-01
| |\ \ \ \
| * | | | | Updated tests, removed hashKlap-in2013-08-01
| | | | | |
| * | | | | Merge remote-tracking branch 'origin/master' into fetchimagetokexternalKlap-in2013-07-21
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | update hashes in testsKlap-in2013-06-09
| | | | | |
| * | | | | Merge remote-tracking branch 'origin/master' into fetchimagetokexternalKlap-in2013-06-09
| |\ \ \ \ \
| * | | | | | fix some minor typos in fetch_imagetoken.test.phpKlap-in2013-05-21
| | | | | | |
| * | | | | | tests for fetch.php of external filesKlap-in2013-05-21
| | | | | | |