summaryrefslogtreecommitdiff
path: root/_test
Commit message (Collapse)AuthorAge
* Merge pull request #527 from splitbrain/userlinkGerrit Uitslag2014-03-16
|\ | | | | Linked and formatted user names
| * Merge remote-tracking branch 'origin/master' into userlinkGerrit Uitslag2014-03-10
| |\ | | | | | | | | | | | | | | | Conflicts: inc/parser/renderer.php inc/template.php
| * | update unittest with interwiki.conf change as wellGerrit Uitslag2014-02-17
| | |
| * | interwiki : prefixed configurls handled as wikilinksGerrit Uitslag2014-02-15
| | |
| * | Use DOKU_BASE in resolveinterwiki unittestGerrit Uitslag2014-02-15
| | |
| * | Fix double slash in coral interwikilinkGerrit Uitslag2014-02-15
| | |
| * | wikilink creating refactored to _resolveinterwiki().Gerrit Uitslag2014-02-15
| | | | | | | | | | | | Added DOKU_BASE for local target
| * | added tests for Doku_Renderer::_resolveInterWikiGerrit Uitslag2014-02-15
| | |
* | | Merge branch 'master' into diff_navigationAndreas Gohr2014-03-14
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (103 commits) Add a basic test case for the cache Events: Trigger a warning if the default action is not callable Fix caching (make the event callback public again) translation update translation update translation update translation update translation update translation update translation update avoid HTTP image screenshot urls. closes #595 translation update Extension manager: Fix cache extension to be .repo adjusted the office type color again another instance of empty() where an array key might not exist remove placeholder van denied.txt updated file icons once more removed 'not logged in' text, loginform is shown already Revert "added stripped bit to language file" fixed index file ... Conflicts: inc/html.php
| * | | Add a basic test case for the cacheMichael Hamann2014-03-14
| | |/ | |/| | | | | | | | | | | | | | | | This very basic test ensures that the useCache method works as expected for simple scenarios. This test case fails without commit a8795974051a91137b01ff88dbf5586a647b24ce and then also triggers the warning that was introduced in bc2ddb548f71b1a822dd03c3bc7c3c0e7cd9b152
| * | Fix unittests broken by previous two commitsChristopher Smith2014-03-06
| | | | | | | | | | | | | | | | | | | | | | | | Mostly this is for unit tests which use of \$_SERVER['REMOTE_USER'] It ensures the reference/alias connection between \$INPUT->server and \$_SERVER is renewed before each test. Tests using TestRequest class will replace this \$INPUT with their own.
| * | revert back to trigger errorChristopher Smith2014-02-26
| | |
| * | change to an Exception and expect itChristopher Smith2014-02-25
| | |
| * | add test for p_get_renderer() with fallbackChristopher Smith2014-02-25
| | |
* | | Merge remote-tracking branch 'origin/master' into diff_navigationGerrit Uitslag2014-02-23
|\| | | | | | | | | | | | | | Conflicts: inc/html.php
| * | fixed test cases for last commitAndreas Gohr2014-02-23
| | |
| * | unit test for FS#2173Andreas Gohr2014-02-15
| | |
* | | rename unit tests for getRevisionAround. Fix revs order as well.Gerrit Uitslag2014-02-15
| | |
* | | Merge remote-tracking branch 'origin/master' into diff_navigationGerrit Uitslag2014-02-15
|\| |
| * | Merge pull request #529 from lisps/TestRequestAndreas Gohr2014-02-14
| |\ \ | | | | | | | | fix TestRequest
| | * | fix content check test caseslisps2014-02-04
| | |/ | | | | | | | | | | | | add test case new Input check add global variables to execute
| * | HTTPClient: correctly abort a proxy connectionAndreas Gohr2014-02-11
| | | | | | | | | | | | if a needed CONNECT tunnel fails
| * | more robust HTTP testingAndreas Gohr2014-02-09
| | | | | | | | | | | | | | | | | | connections are now retried after timeout and failing connections will be marked as skipped instead of failing. This should reduce false alarms on travis
| * | always show error on HTTP test failsAndreas Gohr2014-02-09
| |/
| * add unit test to check language files for validityAndreas Gohr2014-01-24
| | | | | | | | | | | | this should help with applying pull requests that do come not from the translation interface as it makes sure the files will be at least syntactically correct.
| * treat non-existing files as success on deleteAndreas Gohr2014-01-06
| |
| * added tests for io_rmdirAndreas Gohr2014-01-06
| |
| * Fix indexing numeric words in page contentsMichael Hamann2013-12-11
| | | | | | | | | | | | | | Since a8dba4523d2ecd09dd69a68a36673eaf5c009c57 the search index didn't properly index numeric words anymore, instead they were added as new words to the word list each time they were indexed, leading to an ever-increasing index size.
| * crlf 2 lf whitespace fixesAnika Henke2013-12-07
| |
| * Fix sending empty and duplicated headers, FS#2887Michael Hamann2013-12-01
| | | | | | | | | | | | This fixes sending empty and duplicated To/Cc/Bcc, Subject and From headers in the additional headers. The To-header in the additional headers prevented mail sending on some systems.
| * FS#1833 (b)Christopher Smith2013-12-01
| | | | | | | | | | | | | | Prevent table entry syntax swallowing multiple preceeding blank lines (a) this shouldn't be necessary, blank lines are handled by paragraph processing (b) avoids issues with greedy table syntax competing with plugins
* | retrieve revisions around some given revisionsGerrit Uitslag2013-11-27
| | | | | | | | | | | | | | | | With unit tests One case is not yet fixed: when rev1 is first rev from changelog, only $max/2 revisions are retrieved, but it should retrieve $max revisions.
* | bugfix and reformatting changelog. small chunck unittestsGerrit Uitslag2013-11-22
| |
* | Improve changelog reading. Inclusive unittests for chunks smaller than ↵Gerrit Uitslag2013-11-22
| | | | | | | | changelog lines.
* | improve unittests getrelativerevision. Bit code reformatting unit testsGerrit Uitslag2013-11-21
| |
* | fix not updated call, renamingGerrit Uitslag2013-11-21
| |
* | refactor PageRevisionLog into Media- and PageChangelog extending ChangelogGerrit Uitslag2013-11-21
| |
* | Improved isCurrentRevision(), tests includedGerrit Uitslag2013-11-21
| |
* | Add unit tests for getRelativerevisionGerrit Uitslag2013-11-20
| |
* | Update changelog unit testsGerrit Uitslag2013-11-20
|/
* ensure css loadfile test doesn't try to create a directory (and fail) if the ↵Christopher Smith2013-11-17
| | | | directory already exists
* 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