| 7d1e323e | 22-Nov-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
bugfix and reformatting changelog. small chunck unittests |
| 59cce2d9 | 22-Nov-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Improve changelog reading. Inclusive unittests for chunks smaller than changelog lines. |
| 07a7d227 | 22-Nov-2013 |
lisps <stummp@loewen.de> |
add test for empty rev in ml() and wl() |
| 4eb5e174 | 22-Nov-2013 |
lisps <stummp@loewen.de> |
add test getlastrevisionat |
| 332817fc | 21-Nov-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
improve unittests getrelativerevision. Bit code reformatting unit tests |
| 4f6e20c7 | 21-Nov-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
fix not updated call, renaming |
| 047bad06 | 21-Nov-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
refactor PageRevisionLog into Media- and PageChangelog extending Changelog |
| 0f13c836 | 21-Nov-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Improved isCurrentRevision(), tests included |
| 55545bcc | 20-Nov-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Add unit tests for getRelativerevision |
| 6556cf69 | 20-Nov-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Update changelog unit tests |
| 28ad2ce3 | 17-Nov-2013 |
Christopher Smith <chris@jalakai.co.uk> |
ensure css loadfile test doesn't try to create a directory (and fail) if the directory already exists |
| ab1fef66 | 05-Nov-2013 |
Christopher Smith <chris@jalakai.co.uk> |
Test to ensure less can parse the @import rewritten by css_loadfile()
This test is horrible, but I believe necessary to ensure that the @import of less files actually works.
It is horrible as its n
Test to ensure less can parse the @import rewritten by css_loadfile()
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.
show more ...
|
| 6d7e4640 | 05-Nov-2013 |
Christopher Smith <chris@jalakai.co.uk> |
additional tests where for relative path to @import less file |
| 5f598213 | 05-Nov-2013 |
Christopher Smith <chris@jalakai.co.uk> |
Improve css_loadfile() tests - 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 te
Improve css_loadfile() tests - 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)
show more ...
|
| 9269d0b1 | 29-Oct-2013 |
Michael Hamann <michael@content-space.de> |
Fix the media usage index to include local links |
| 30eae855 | 25-Oct-2013 |
Christopher Smith <chris@jalakai.co.uk> |
ensure locale is set back to the original value |
| 01137572 | 25-Oct-2013 |
Christopher Smith <chris@jalakai.co.uk> |
skip FS#2867 test if \s doesn't match \xA0 after attempting to change the locale |
| 1f6e92fa | 25-Oct-2013 |
Christopher Smith <chris@jalakai.co.uk> |
unittests for auth_loadACL |
| b7cfeab6 | 20-Oct-2013 |
Andreas Gohr <andi@splitbrain.org> |
make sure HTTP test uses HTTP only and doesn't get redirected |
| 712c6631 | 20-Oct-2013 |
Andreas Gohr <andi@splitbrain.org> |
more verbosity in test case |
| d1612d99 | 20-Oct-2013 |
Andreas Gohr <andi@splitbrain.org> |
escaped another $ in mailer test |
| 698e7df8 | 19-Oct-2013 |
Christopher Smith <chris@jalakai.co.uk> |
add tests for usernames with 2 & 3 byte utf8 characters |
| 9f5b9cf1 | 19-Oct-2013 |
Michael Hamann <michael@content-space.de> |
Fix the indexer indexing test case (changed the data but not the result) |
| a8dba452 | 19-Oct-2013 |
Michael Hamann <michael@content-space.de> |
Fix FS#2854: Treat numerically different keys as different |
| d301130e | 19-Oct-2013 |
Christopher Smith <chris@jalakai.co.uk> |
additional auth_nameencode tests (apostrophe & backslash) |