summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4067 from owncloud/fixing-tests-win32-masterThomas Müller2013-07-171-28/+8
|\
| * <<<EOL seems not to use proper end of lines on windowsThomas Mueller2013-07-151-28/+8
* | memcache: make base testcase abstractRobin Appelman2013-07-161-1/+1
* | Merge pull request #2395 from owncloud/cacheicewind19912013-07-166-66/+118
|\ \
| * | mamcache: implement the ArrayAccess interfaceRobin Appelman2013-07-161-0/+22
| * | memcache: some additional unit testsRobin Appelman2013-07-164-43/+60
| * | Merge branch 'master' into cacheRobin Appelman2013-07-1646-212/+2694
| |\|
| * | Add memcached backendRobin Appelman2013-03-171-0/+17
| * | Seperate memory based cache from OC_CacheRobin Appelman2013-03-173-38/+34
* | | Merge pull request #3959 from owncloud/buildNotExistingFileNameForViewBart Visscher2013-07-161-0/+60
|\ \ \ | |_|/ |/| |
| * | Fix renaming using parenthesisBart Visscher2013-07-051-9/+27
| * | Make buildNotExistingFileName testable and write unittestsBart Visscher2013-07-051-0/+42
* | | Merge pull request #3270 from owncloud/convert-oc_configicewind19912013-07-111-0/+105
|\ \ \
| * \ \ Merge branch 'master' into convert-oc_configBart Visscher2013-07-082-14/+15
| |\ \ \
| * | | | fix \OC\Config test cases when debug mode is enabledRobin Appelman2013-07-051-0/+2
| * | | | fix test case whitespaceRobin Appelman2013-07-051-21/+14
| * | | | Merge branch 'master' into convert-oc_configThomas Mueller2013-07-031-2/+4
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | on unit test use @expectedExceptionThomas Müller2013-07-021-6/+9
| * | | | Merge branch 'master' into convert-oc_configThomas Müller2013-07-0113-64/+225
| |\ \ \ \
| * | | | | Set debugMode after reading the config fileBart Visscher2013-06-271-28/+22
| * | | | | Revert "Can't determine if debug mode is defined until we read the config"Bart Visscher2013-06-271-9/+9
| * | | | | Merge branch 'master' into convert-oc_configBart Visscher2013-06-2713-35/+276
| |\ \ \ \ \
| * | | | | | Can't determine if debug mode is defined until we read the configMichael Gapczynski2013-06-101-9/+9
| * | | | | | Merge branch 'master' into convert-oc_configMichael Gapczynski2013-06-0319-28/+1720
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into convert-oc_configThomas Mueller2013-05-156-14/+92
| |\ \ \ \ \ \ \
| * | | | | | | | Convert OC_Config to object interfaceBart Visscher2013-05-071-0/+113
* | | | | | | | | Merge pull request #3978 from owncloud/forwarding-emittericewind19912013-07-101-0/+74
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | forward previously registerd hooksRobin Appelman2013-07-081-0/+12
| * | | | | | | | | add forwarding emitter for agregating multiple emittersRobin Appelman2013-07-081-0/+62
* | | | | | | | | | Add unit testVictor Dubiniuk2013-07-091-0/+6
| |_|_|_|_|_|_|/ / |/| | | | | | | |
* | | | | | | | | Merge pull request #3954 from owncloud/update_insertifnotexist_and_testThomas Müller2013-07-081-14/+14
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | fix insertIfNotExist return value, update doc and corresponding testJörn Friedrich Dreyer2013-07-051-14/+14
* | | | | | | | | Scanner test: ensure mtime in the cache is the same as on the storage to prev...Robin Appelman2013-07-051-0/+1
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Merge pull request #3911 from owncloud/fixing-unittests-masterMichael Gapczynski2013-07-031-2/+4
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | rename can cause mtime change - invalid assertThomas Müller2013-07-011-2/+4
* | | | | | | | Merge pull request #3775 from owncloud/test_fixes_for_dbschemaThomas Müller2013-07-012-44/+39
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Going from text to clob is not something we do.Bart Visscher2013-06-282-7/+2
| * | | | | | | remove wrong check hereJörn Friedrich Dreyer2013-06-281-1/+0
| * | | | | | | use executeAudited, add table name to assert message, skip schema changing te...Jörn Friedrich Dreyer2013-06-281-43/+44
| |/ / / / / /
* | | | | | | Merge pull request #3763 from owncloud/recursive-rmdirThomas Müller2013-06-301-1/+13
|\ \ \ \ \ \ \
| * | | | | | | Make rmdir recursive for local storageRobin Appelman2013-06-171-1/+13
* | | | | | | | Merge pull request #3635 from owncloud/storage-wrapperBart Visscher2013-06-292-0/+72
|\ \ \ \ \ \ \ \
| * | | | | | | | fix storage wrapper namespacesRobin Appelman2013-06-282-3/+3
| * | | | | | | | add test cases for MountRobin Appelman2013-06-071-0/+46
| * | | | | | | | merge master into storage-wrapperRobin Appelman2013-06-0722-32/+1746
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Add wrapper storage backendRobin Appelman2013-05-081-0/+26
* | | | | | | | | | Merge pull request #3881 from owncloud/archive_tar_php5.5Morris Jobke2013-06-281-0/+6
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Skip Test_Archive_TAR in php 5.5 for nowBart Visscher2013-06-281-0/+6
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #3884 from owncloud/fixing-unittests-masterMorris Jobke2013-06-283-0/+23
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | make phpunit happy - adding assertsThomas Mueller2013-06-281-0/+18