Commit Graph

303 Commits (c50dfd725142abdbad93dbcf01fe13193445386a)

Author SHA1 Message Date
Robin Appelman 258ad38fd3 Fix touch for creating new files 13 years ago
Bernhard Posselt 721cbe8280 used oc version 5.0.3 13 years ago
Bernhard Posselt 11dfc7d141 added yet another test for the verion compare check due to mail 13 years ago
Thomas Tanghus a783bdaec1 StringProperty unittest 13 years ago
Miquel Rodríguez Telep / Michael Rodríguez-Torrent 93a6ed3dab Ensure instanceid contains a letter 13 years ago
itheiss 410b991221 Move testcase to own test function 13 years ago
itheiss d00b2f610e Extend test case for getDefaultEmailAddress() 13 years ago
Thomas Müller a0ec2d23ef Fixing author and copyright 13 years ago
Thomas Mueller 5750dc9833 some basic unit test for loading classes 13 years ago
Thomas Mueller 268d4a525d some more test cases & fix on file name generation with index 13 years ago
Thomas Mueller 0fff3c9698 adding extension to slugified physical path 13 years ago
Thomas Mueller a05820c659 fixing various filesystem/storage unit tests on windows 13 years ago
Thomas Mueller 818c24bd45 skip archive tests for now 13 years ago
Robin Appelman 1d3beffacf Cache: better rename hook for cache updater 13 years ago
Michael Gapczynski ef2eb10ea4 Change findById to findByStorageId in mount test 13 years ago
Michael Gapczynski a5cab28bea Fix fetching source path of shared files 13 years ago
Thomas Mueller 6019cdd5bd adding test case for getDefaultEmailAddress() + fixing #1844 again 13 years ago
Michael Gapczynski 9a2ca0ae64 Check resharing setting 13 years ago
Bernhard Posselt f415f3e03e return true once one owncloud version number is bigger at any position 13 years ago
Bernhard Posselt 8068051ca4 more tests to fail the version check 13 years ago
Bernhard Posselt 5bf3d286f0 created unittests and factored out version test into seperate method 13 years ago
Robin Appelman 0c1ec758e8 Cache: hash long storage ids to ensure they fit in the database 13 years ago
Thomas Mueller 191da024fa new test cases added to search in sub folders 13 years ago
Thomas Mueller c0f3d8578a folder should be created :-( 13 years ago
Thomas Mueller e3ba0c3082 adding a new test class for mapped local using a dot in the datadir - reflects the issue described in #1659 13 years ago
Thomas Mueller 78a3625ddf final adoptions for mssql connectivity 13 years ago
Robin Appelman 299649b40e Cache: reuse known folder sizes when doing a shallow scan 13 years ago
Robin Appelman ad360296b9 Update tests and apps to the new \OC\Files\Filesystem::init signature 13 years ago
Thomas Müller 8174e5faf1 make MappedLocal available and testable within Linux as well 13 years ago
Thomas Mueller fd8cb9974b initial version of a local storage implementation which will use unique slugified filename on the local filesystem. 13 years ago
Bart Visscher a4d3cc798f Correct lib/public/contacts.php tests 13 years ago
Thomas Mueller cbf6b28f45 uncomment failing calls to \OC\Files\Filesystem::file_put_contents 13 years ago
Thomas Mueller c0263173d2 add phpunit configuration for autotest withou the json listener because this pollutes the console 13 years ago
Thomas Mueller 77369d8164 disable error handler while running phpunit 13 years ago
Thomas Mueller 997259df4b reuse \OC_Helper::tmpFolder() 13 years ago
Thomas Mueller 07a7478fde PHPUnit support for Windows added 13 years ago
Robin Appelman 5d0c5c854b Cache: use greaterEquals in tests cases to prevent failures due to race conditions 13 years ago
Robin Appelman 232cc3211b add oc:// streamwrapper to provide access to ownCloud's virtual filesystem 13 years ago
Robin Appelman c9c919da57 Move streamwrappers to seperate files and put them in a namespace 13 years ago
Robin Appelman 577e3b11d7 Filesystem: return all matching mounts in Mount::findById 13 years ago
Robin Appelman 17bcea1585 Filesystem: add View->getPath to the cache api 13 years ago
Robin Appelman 9e2a066c7b Cache: add function to get storage id and internal path of a file by id 13 years ago
Robin Appelman 8c42e2de8c Test cases for new mount management 13 years ago
Robin Appelman 177537dbcc Cache: port test cases to PHPUnit 13 years ago
Thomas Mueller ef88ceba8c drop SimpleTest compatibility 13 years ago
Robin Appelman 7330fcf5e8 Cache: make mounts overwrite existing folders, prevents duplicate entries 13 years ago
Robin Appelman db2b485b96 Cache: fix test case Updater::testRename 13 years ago
Michael Gapczynski 465c100d8f Add tests for mtime changes in folders - testRename is failing right now 13 years ago
Thomas Mueller d8d812a91e enable unittesting on appframework and apptemplateadvanced 13 years ago
Michael Gapczynski 68272fa253 Remove unnecessary ob_end_clean() from template tests 13 years ago