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-07-24use dummy user backend for oc_cache_file testsRobin Appelman
2012-07-24create a user for Test_Cache_File to allow unit tesing within ciThomas Mueller
2012-07-22add prefix option to OC_Cache::clearRobin Appelman
2012-07-20remove unused variablesRobin Appelman
2012-07-20fix OC_Cache_File tests if encryption is not enabledRobin Appelman
2012-07-19fix running test cases from browserRobin Appelman
2012-07-16add database type to xml reportThomas Mueller
2012-07-13restructuring test suite invocation - now we load all test cases into one sui...Thomas Mueller
2012-06-30make sure the filesystem is setup properly for oc_cache_file testsRobin Appelman
2012-06-30cant to ttl tests for xcacheRobin Appelman
2012-06-15add hasUpdated to oc_filestorageRobin Appelman
2012-06-08Don't use substr to get first char of stringBart Visscher
2012-06-06Add OC_Cache implementation for APCBart Visscher
2012-06-06Skip test for XCache when the module is not thereBart Visscher
2012-06-06Spelling fixes in XCache filesBart Visscher
2012-06-05add TTL tests for OC_CacheRobin Appelman
2012-06-05add hasKey for XCache backendRobin Appelman
2012-06-05add XCache backend and testcases for OC_CacheRobin Appelman
2012-06-01Added class comment blockSam Tuke
2012-05-22enable running unit tests from cliRobin Appelman
2012-05-18improve tar archive backendRobin Appelman
2012-05-15removing executable bit - againThomas Mueller
2012-05-03move archive library to core so we can properly depend on itRobin Appelman
2012-04-18check if removed folders are really goneRobin Appelman
2012-04-15only run tests of enabled appsRobin Appelman
2012-04-14test cases for user backendsRobin Appelman
2012-04-13allow multiply group backendsRobin Appelman
2012-04-12tests for oc_filesystemRobin Appelman
2012-03-29allow running a single test or group of testsRobin Appelman
2012-03-22loosen tests for mtime and ctime a bitRobin Appelman
2012-03-03fix the filestorage test a bitRobin Appelman
2012-03-02add streamwrapper that provides a callback on stream closeRobin Appelman
2012-03-02add search implementation to filestorage commonRobin Appelman
2012-03-02only test enabled appsRobin Appelman
2012-03-02allow apps to ship test casesRobin Appelman
2012-03-01add test cases for stat and touchRobin Appelman
2012-02-28add test case for getLocalFileRobin Appelman
2012-02-28fix testcase runnerRobin Appelman
2012-02-27more tests for filestorageRobin Appelman
2012-02-27extend filestorage common and provide test implementationRobin Appelman
2012-02-27fix test case for filestorageRobin Appelman
2012-02-21proper mimetypes for encrypted filesRobin Appelman
2012-02-13dummy data for tests casesRobin Appelman
2012-02-13some additional test cases for file storage backendsRobin Appelman
2012-02-12use SimpleTest for unit testingRobin Appelman
2011-10-17prevent the remaining ob_clean related errorsRobin Appelman
2011-10-01Add more checks for admin userBart Visscher
2011-07-29Renaming classes :-)Jakob Sack
2011-07-27Delete requires in applications where possibleJakob Sack
2011-06-14small fix in filesystem testRobin Appelman