summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into convert-oc_configThomas Müller2013-07-0113-64/+225
|\
| * Merge pull request #3775 from owncloud/test_fixes_for_dbschemaThomas Müller2013-07-012-44/+39
| |\ | | | | | | use executeAudited, add table name to assert message, skip schema changi...
| | * Going from text to clob is not something we do.Bart Visscher2013-06-282-7/+2
| | | | | | | | | | | | | | | Also Oracle DB has problems with this, see http://abhijitbashetti.blogspot.de/2011/10/converting-varchar2-to-clob-and-clob-to.html
| | * remove wrong check hereJörn Friedrich Dreyer2013-06-281-1/+0
| | |
| | * use executeAudited, add table name to assert message, skip schema changing ↵Jörn Friedrich Dreyer2013-06-281-43/+44
| | | | | | | | | | | | test on oracle
| * | Merge pull request #3763 from owncloud/recursive-rmdirThomas Müller2013-06-301-1/+13
| |\ \ | | | | | | | | Make rmdir recursive for local storage
| | * | Make rmdir recursive for local storageRobin Appelman2013-06-171-1/+13
| | | |
| * | | Merge pull request #3635 from owncloud/storage-wrapperBart Visscher2013-06-292-0/+72
| |\ \ \ | | | | | | | | | | Give apps the option to wrap storage backends
| | * | | 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 now
| | * | | | | 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
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Fixing unittests master
| | * | | | | | make phpunit happy - adding assertsThomas Mueller2013-06-281-0/+18
| | | | | | | |
| | * | | | | | make PHPUnit happy and add assertsThomas Mueller2013-06-281-0/+2
| | | | | | | |
| | * | | | | | TimedJob: make PhpUnit happy with assertsThomas Mueller2013-06-281-0/+3
| | | | | | | |
| * | | | | | | Merge pull request #3892 from owncloud/static-streamwrappericewind19912013-06-282-12/+68
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | Improvements for the static:// streamwrapper
| | * | | | | | better unit tests for static stream wrapperRobin Appelman2013-06-282-12/+68
| | |/ / / / /
| * | | | | | Merge pull request #3799 from ↵Bart Visscher2013-06-281-4/+4
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | owncloud/fix_pdo_statement_wrapper_numrows_on_modification Fix pdo statement wrapper numrows on modification
| | * | | | | use assertEquals number of rows in db testsJörn Friedrich Dreyer2013-06-241-4/+4
| | |/ / / /
| * | | | | PHPUnit: Allow developers to use their own custom phpunit.xml file.Andreas Fischer2013-06-271-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The order of precedence of configuration files for PHPUnit is: - phpunit.xml (allowing custom user defined configuration) - phpunit.xml.dist (configuration distributed with the software)
| * | | | | phpunit: Remove PHPUnit_Util_Log_JSON which spammed to stdout on console.Andreas Fischer2013-06-251-3/+0
| |/ / / /
* | | | | 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
| | | | | | | | | | | | | | | | | | | | This reverts commit 969e43c87b7afb6184846fe27849167c9c6f5eab.
* | | | | Merge branch 'master' into convert-oc_configBart Visscher2013-06-2713-35/+276
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/config.php lib/setup.php
| * | | | graceful teardown of cacheJörn Friedrich Dreyer2013-06-241-1/+3
| | | | |
| * | | | Merge pull request #3796 from ↵Thomas Müller2013-06-201-4/+6
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | owncloud/gracefully_handle_teardown_in_scanner_test skip teardown if cache has not been set up
| | * | | | skip teardown if cache has not been set upJörn Friedrich Dreyer2013-06-201-4/+6
| | | | | |
| * | | | | adding unit test for folder remove: testRemovedFolder()Thomas Mueller2013-06-201-0/+11
| | | | | |
| * | | | | remove deleted files when re-scanning a folderRobin Appelman2013-06-201-0/+10
| |/ / / /
| * | | | Merge pull request #3764 from owncloud/scanfolder-existingicewind19912013-06-192-4/+21
| |\ \ \ \ | | | | | | | | | | | | Improve re-using existing data in the filescanner
| | * | | | fix updaters test casesRobin Appelman2013-06-191-2/+1
| | | | | |
| | * | | | add tests for reusing existing data in scannerRobin Appelman2013-06-171-1/+19
| | | | | |
| * | | | | Merge pull request #3661 from owncloud/fixing-windows-server-masterJörn Friedrich Dreyer2013-06-191-3/+125
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | Fixing windows server master
| | * | | | Add tests for the updater with mount pointsMichael Gapczynski2013-06-121-3/+125
| | | | | |
| * | | | | Merge pull request #3621 from owncloud/path-mimetypeThomas Müller2013-06-161-0/+9
| |\ \ \ \ \ | | | | | | | | | | | | | | seperate mimetype guessing from filename
| | * | | | | Basic tests for getFileNameMimeTypeRobin Appelman2013-06-161-0/+9
| | | |_|_|/ | | |/| | |
| * | | | | Merge pull request #3721 from owncloud/oracle_setup_fixesThomas Müller2013-06-141-1/+6
| |\ \ \ \ \ | | | | | | | | | | | | | | Oracle setup fixes
| | * | | | | fix oci dbschema testJörn Friedrich Dreyer2013-06-141-1/+6
| | | |_|/ / | | |/| | |
| * | | | | No coverage for testsThomas Müller2013-06-141-0/+1
| | | | | |
| * | | | | No coverage for settings/l10nThomas Müller2013-06-141-0/+1
| | | | | |
| * | | | | No coverage for lib/l10n and core/l10nThomas Müller2013-06-141-0/+2
| |/ / / /
| * | | | Merge pull request #3640 from infoneo/masterThomas Müller2013-06-131-3/+15
| |\ \ \ \ | | | | | | | | | | | | Folders with multiple periods problem fix
| | * | | | Update mapper.phpinfoneo2013-06-081-3/+15
| | | | | |
| * | | | | every test now has 15min to executeJörn Friedrich Dreyer2013-06-121-2/+2
| | | | | | | | | | | | | | | | | | we don't want to check performance just yet. we just want to make jenkins end more reliably.
| * | | | | allow autotest to run 10x times longerJörn Friedrich Dreyer2013-06-111-3/+3
| | | | | |
| * | | | | Merge pull request #3652 from owncloud/fix_fetchrow_usage_for_mdb2Jörn Friedrich Dreyer2013-06-111-2/+2
| |\ \ \ \ \ | | | | | | | | | | | | | | fix fetchRow checks to also work with MDB2
| | * | | | | fix fetchRow checks to also work with MDB2Jörn Friedrich Dreyer2013-06-101-2/+2
| | | | | | |