summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Use $SERVERROOT/tests/data for testGetMimeTypeBart Visscher2012-10-131-6/+7
* Give share test users a unique prefixBart Visscher2012-10-131-4/+4
* Disable loading apps before starting testsBart Visscher2012-10-131-0/+2
* Remove not reliable testLukas Reschke2012-10-131-5/+0
* Some testsLukas Reschke2012-10-131-0/+144
* Swap values for assertEqual to get better error message, also renamed the fun...Bart Visscher2012-10-131-54/+54
* Test for geo.phpLukas Reschke2012-10-131-0/+19
* Little test for some util.php functionsLukas Reschke2012-10-131-0/+45
* PHPUnit 3.6 does not support @expectedException with the generic exception classBart Visscher2012-10-121-4/+6
* Fix syntax error in postgres table check codeBart Visscher2012-10-121-1/+1
* Skip apc test when apc is not enabled for CLIBart Visscher2012-10-121-1/+5
* Fix the db tests when running all testsBart Visscher2012-10-122-28/+8
* Add missing test filesBart Visscher2012-10-122-0/+215
* Add unit tests for OC_DBBart Visscher2012-10-122-0/+208
* disable log when running testsRobin Appelman2012-10-121-0/+1
* clear all hooks when running testsRobin Appelman2012-10-121-0/+2
* fix storage test caseRobin Appelman2012-10-111-3/+0
* remove ctime tests for filestorage, ctime will be removed from the storage ap...Robin Appelman2012-10-111-8/+1
* some test cases for fopen of storage backendsRobin Appelman2012-10-111-0/+20
* code styleRobin Appelman2012-10-111-149/+149
* make sure the share backend test case can find the correct interfaceRobin Appelman2012-10-101-0/+2
* Merge branch 'phpunit'Robin Appelman2012-10-1016-175/+122
|\
| * test data for archive testsRobin Appelman2012-10-082-0/+0
| * load test cases from enabled appsRobin Appelman2012-10-082-0/+42
| * merge master into phpunitRobin Appelman2012-10-082-14/+16
| |\
| * | make archive test cases work againRobin Appelman2012-10-053-37/+29
| * | remove cache ttl tests, take a lot of time and don't work correctly for most ...Robin Appelman2012-10-033-21/+0
| * | initual phpunit supportRobin Appelman2012-10-0310-118/+57
* | | Manually change appconfig value for share policy so tests work correctlyMichael Gapczynski2012-10-091-0/+3
| |/ |/|
* | better detect if we need to init the filesystem for the hooks testRobin Appelman2012-10-071-1/+1
* | fix hook test when not logged inRobin Appelman2012-10-071-1/+6
* | skip some test for storage backends that don't support touchRobin Appelman2012-10-061-13/+15
|/
* fix test case for when a user is logged inRobin Appelman2012-10-011-1/+4
* add test to make sure filepaths that are passed to filesystems hooks are norm...Robin Appelman2012-10-011-0/+23
* code styleRobin Appelman2012-10-011-46/+44
* Fix unsharing from self for group shares and add test for itMichael Gapczynski2012-09-081-0/+8
* adding space between) and {Thomas Mueller2012-09-0720-96/+96
* no more require_once()Thomas Mueller2012-09-052-2/+2
* fix running test cases in multiply app dirsRobin Appelman2012-09-051-8/+12
* Listen to post_deleteGroup hook in Share APIMichael Gapczynski2012-09-021-0/+4
* Restructure generateTarget for the post_addToGroup hookMichael Gapczynski2012-09-021-12/+13
* Fix sharing test caseMichael Gapczynski2012-08-281-2/+1
* assert array length and individual content instead of assertEqual on arraysThomas Mueller2012-08-281-2/+6
* assert array length and individual content instead of assertEqual on arraysThomas Mueller2012-08-281-1/+6
* add backticks to SQL, use limit parameter instead of LIMIT SQLJörn Friedrich Dreyer2012-08-251-1/+1
* Revert using item name, no longer allowing the same item source exist for a userMichael Gapczynski2012-08-222-44/+46
* Merge branch 'share_api'Michael Gapczynski2012-08-193-5/+452
|\
| * Refactor again so we can tell what item is being reshared in case the same so...Michael Gapczynski2012-08-191-41/+33
| * Large refactoring to allow for the same item to be shared to a group and agai...Michael Gapczynski2012-08-191-8/+103
| * File sharing cleanup, works perfectly I think :)Michael Gapczynski2012-08-161-0/+8