Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2012-10-13Use $SERVERROOT/tests/data for testGetMimeTypeBart Visscher
2012-10-13Give share test users a unique prefixBart Visscher
2012-10-13Disable loading apps before starting testsBart Visscher
2012-10-13Remove not reliable testLukas Reschke
2012-10-13Some testsLukas Reschke
2012-10-13Swap values for assertEqual to get better error message, also renamed the fun...Bart Visscher
2012-10-13Test for geo.phpLukas Reschke
2012-10-13Little test for some util.php functionsLukas Reschke
2012-10-12PHPUnit 3.6 does not support @expectedException with the generic exception classBart Visscher
2012-10-12Fix syntax error in postgres table check codeBart Visscher
2012-10-12Skip apc test when apc is not enabled for CLIBart Visscher
2012-10-12Fix the db tests when running all testsBart Visscher
2012-10-12Add missing test filesBart Visscher
2012-10-12Add unit tests for OC_DBBart Visscher
2012-10-12disable log when running testsRobin Appelman
2012-10-12clear all hooks when running testsRobin Appelman
2012-10-12fix storage test caseRobin Appelman
2012-10-12remove ctime tests for filestorage, ctime will be removed from the storage ap...Robin Appelman
2012-10-12some test cases for fopen of storage backendsRobin Appelman
2012-10-12code styleRobin Appelman
2012-10-10make sure the share backend test case can find the correct interfaceRobin Appelman
2012-10-10Merge branch 'phpunit'Robin Appelman
2012-10-10Manually change appconfig value for share policy so tests work correctlyMichael Gapczynski
2012-10-08test data for archive testsRobin Appelman
2012-10-08load test cases from enabled appsRobin Appelman
2012-10-08merge master into phpunitRobin Appelman
2012-10-07better detect if we need to init the filesystem for the hooks testRobin Appelman
2012-10-07fix hook test when not logged inRobin Appelman
2012-10-06skip some test for storage backends that don't support touchRobin Appelman
2012-10-06make archive test cases work againRobin Appelman
2012-10-03remove cache ttl tests, take a lot of time and don't work correctly for most ...Robin Appelman
2012-10-03initual phpunit supportRobin Appelman
2012-10-01fix test case for when a user is logged inRobin Appelman
2012-10-01add test to make sure filepaths that are passed to filesystems hooks are norm...Robin Appelman
2012-10-01code styleRobin Appelman
2012-09-09Fix unsharing from self for group shares and add test for itMichael Gapczynski
2012-09-07adding space between) and {Thomas Mueller
2012-09-06no more require_once()Thomas Mueller
2012-09-05fix running test cases in multiply app dirsRobin Appelman
2012-09-03Listen to post_deleteGroup hook in Share APIMichael Gapczynski
2012-09-03Restructure generateTarget for the post_addToGroup hookMichael Gapczynski
2012-08-28Fix sharing test caseMichael Gapczynski
2012-08-28assert array length and individual content instead of assertEqual on arraysThomas Mueller
2012-08-28assert array length and individual content instead of assertEqual on arraysThomas Mueller
2012-08-25add backticks to SQL, use limit parameter instead of LIMIT SQLJörn Friedrich Dreyer
2012-08-22Revert using item name, no longer allowing the same item source exist for a userMichael Gapczynski
2012-08-20Merge branch 'share_api'Michael Gapczynski
2012-08-20Refactor again so we can tell what item is being reshared in case the same so...Michael Gapczynski
2012-08-20Large refactoring to allow for the same item to be shared to a group and agai...Michael Gapczynski
2012-08-19add OC_FileStorage::getLocalFolderRobin Appelman