| 16ca217d | 14-Mar-2014 |
Michael Hamann <michael@content-space.de> |
Add a basic test case for the cache
This very basic test ensures that the useCache method works as expected for simple scenarios. This test case fails without commit a8795974051a91137b01ff88dbf5586a
Add a basic test case for the cache
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
show more ...
|
| 410c9c40 | 13-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
remove test expectation for E_USER_WARNING |
| e950d12f | 13-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
improvements to double quote matching |
| 7ec53b17 | 12-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
fix io_rmdir_test::test_nopes() for symlinks in paths |
| c01cdb70 | 06-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
Fix unittests broken by previous two commits
Mostly this is for unit tests which use of \$_SERVER['REMOTE_USER']
It ensures the reference/alias connection between \$INPUT->server and \$_SERVER is r
Fix unittests broken by previous two commits
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.
show more ...
|
| fe5a50c3 | 05-Mar-2014 |
Andreas Gohr <andi@splitbrain.org> |
fix single line comments in CSS compression
double slashes in url() always have to be ignored |
| 0499ebed | 05-Mar-2014 |
Andreas Gohr <gohr@cosmocode.de> |
added (failing) test case for broken jquery ui compression |
| a049856d | 26-Feb-2014 |
Christopher Smith <chris@jalakai.co.uk> |
revert back to trigger error |
| f3283f02 | 25-Feb-2014 |
Christopher Smith <chris@jalakai.co.uk> |
change to an Exception and expect it |
| 9377d909 | 25-Feb-2014 |
Christopher Smith <chris@jalakai.co.uk> |
add test for p_get_renderer() with fallback |
| 5d873dd4 | 23-Feb-2014 |
Andreas Gohr <andi@splitbrain.org> |
fixed test cases for last commit |
| 81e7bffe | 17-Feb-2014 |
lisps <stummp@loewen.de> |
rename classname |
| 118e0052 | 16-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
update unittest with interwiki.conf change as well |
| c931f569 | 15-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
rename unit tests for getRevisionAround. Fix revs order as well. |
| 04180aa9 | 15-Feb-2014 |
Andreas Gohr <andi@splitbrain.org> |
unit test for FS#2173 |
| 6496c33f | 15-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
interwiki : prefixed configurls handled as wikilinks |
| ddb55c70 | 15-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Use DOKU_BASE in resolveinterwiki unittest |
| 4485a891 | 15-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Fix double slash in coral interwikilink |
| 2345e871 | 15-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
wikilink creating refactored to _resolveinterwiki().
Added DOKU_BASE for local target |
| 2d6df795 | 14-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
added tests for Doku_Renderer::_resolveInterWiki |
| 2bbe40cf | 11-Feb-2014 |
Andreas Gohr <andi@splitbrain.org> |
HTTPClient: correctly abort a proxy connection
if a needed CONNECT tunnel fails |
| 95e6ded1 | 09-Feb-2014 |
Andreas Gohr <andi@splitbrain.org> |
more robust HTTP testing
connections are now retried after timeout and failing connections will be marked as skipped instead of failing. This should reduce false alarms on travis |
| 1eb1257b | 09-Feb-2014 |
Andreas Gohr <andi@splitbrain.org> |
always show error on HTTP test fails |
| fe717f57 | 04-Feb-2014 |
lisps <stummp@loewen.de> |
fix content check test cases add test case new Input check add global variables to execute |
| 05f1af55 | 24-Jan-2014 |
Andreas Gohr <andi@splitbrain.org> |
add unit test to check language files for validity
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 syntactica
add unit test to check language files for validity
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.
show more ...
|