Commit Graph

330 Commits (080a41a32642e027f6bc73bb6b5d08937f129aa4)

Author SHA1 Message Date
Robin Appelman 0a3e0a1665 Additional unit test for recursive remove 12 years ago
Robin Appelman 96dff341e2 Return valid fileinfo objects for part files 12 years ago
Vincent Petry fcc3b3d5f7 Fix searchCommon to properly match path name 12 years ago
Lukas Reschke 05615bfd47 Simplify isValidPath and add unit tests 12 years ago
Vincent Petry aa821ecc00 Trim leading or trailing slashes in file cache paths 12 years ago
Andreas Fischer 48d6724a6f HHVM sets stream meta datum wrapper_type to 'File' instead of 'user-space'. 12 years ago
Robin Appelman fd85424742 Add getMountPoint to FileInfo 12 years ago
Vincent Petry 5007289422 Sort results to make sure assert work on consistent order 12 years ago
Vincent Petry 15ecb28d50 Make $userId mandatory for searchByTags 12 years ago
Vincent Petry 25dde7e93b Added searchByTags to view, storage and cache 12 years ago
Vincent Petry ebba54d490 Fix numeric storage id for cache wrapper 12 years ago
Thomas Müller d648b548eb skip testLongPath() 12 years ago
Robin Appelman f4701d7721 Add public api for mount configurations 12 years ago
Robin Appelman 672495a1a3 make \OC\Files\Node\Node implement the FileInfo interface 12 years ago
Morris Jobke 2c5e4b3d3f Remove last traces of travis integration 12 years ago
Joas Schilling ea4c25609d Replace uniqid calls with $this->getUniqueID so tests pass again on windows 12 years ago
Robin Appelman 33b64868d7 Add storage and cache wrappers to apply a permissions mask to a storage 12 years ago
Robin Appelman abb6e89c5d Add storage and cache wrappers to jail a storage to a subfolder 12 years ago
Joas Schilling 2c39aec8cb Replace deprecated constant with new class constant 12 years ago
Joas Schilling 76ebd3a050 Make apps/ extend the \Test\TestCase and fix overwritten methods 12 years ago
Joas Schilling bb540722cd Use base class to reset the file mapper 12 years ago
Joas Schilling ccc1001138 Add tests for absolute paths on windows 12 years ago
Joas Schilling 806284f06c Refactor tests to use a dataProvider method 12 years ago
Joas Schilling 6625d5c88f Correctly restore previous root mount point after testing 12 years ago
Joas Schilling 53318c4bb5 Fix Files\Storage\Home::testRoot() 12 years ago
Joas Schilling a3a064fe96 Skip some more tests on Windows which just can not work at all 12 years ago
Adam Williamson e0ae87051f storage test: use new file for testTouchCreateFile() 12 years ago
Robin Appelman d26a427f92 Also propagate etag changes when the watcher finds a changed file 12 years ago
Thomas Müller d0ce600eec On Windows platform we have no stable etag generation - yet 12 years ago
Robin Appelman 283c10f010 Generate stable etags for local files 12 years ago
Robin Appelman 16cfca6a5f Better reuse of cache data for getFolderContents 12 years ago
Jörn Friedrich Dreyer 27bb968ffa make some storage tests explain what went wrong 12 years ago
Clark Tomlinson 6de8531ace fixing windows max depth test 12 years ago
Clark Tomlinson 55d56f2f0f Resolves cache tests failing if the directory length is longer than 64 12 years ago
Robin Appelman 0878f722db Fix contructor in test 12 years ago
Jörn Friedrich Dreyer 5943b7ac0d w͢͢͝h͡o͢͡ ̸͢k̵͟n̴͘ǫw̸̛s͘ ̀́w͘͢ḩ̵a҉̡͢t ̧̕h́o̵r͏̵rors̡ ̶͡͠lį̶e͟͟ ̶͝in͢ ͏t̕h̷̡͟e ͟͟d̛a͜r̕͡k̢̨ ͡h̴e͏a̷̢̡rt́͏ ̴̷͠ò̵̶f̸ u̧͘ní̛͜c͢͏o̷͏d̸͢e̡͝ 12 years ago
Robin Appelman 644755df66 Use bigger transactions when doing explicit file system scans 12 years ago
Jörn Friedrich Dreyer c362c78d76 make objectstore tests check fileid on rename 12 years ago
Robin Appelman 58a1540587 remove unstable test 12 years ago
Robin Appelman 3d92f963f4 Fix unit test 12 years ago
Robin Appelman 65d24c3cd5 Improve unit tests for Cache\Updater 12 years ago
Robin Appelman 850542c5d6 Refactor Cache\Updater to work outside of the users home 12 years ago
Joas Schilling 6a7be8a36a Use a data provider instead of calling the function manually everytime 12 years ago
Joas Schilling 51c9b3c62d Add a test to break the slugifyPath() with folder and file afterwards 12 years ago
Jörn Friedrich Dreyer 76c1095c25 add unit test for #8325 12 years ago
Jörn Friedrich Dreyer 6930ec2bcc add utf8 folder test 12 years ago
Robin Appelman 1deb6aadd3 return null instead of throwing an exception 12 years ago
Morris Jobke e717833b07 mark tests as skipped - TODO travis 12 years ago
Robin Appelman bf8f910a32 Fix Folder::getById 12 years ago
Thomas Müller 1a7d80acd7 only if the environment variable RUN_OBJECTSTORE_TESTS is set the object store unit test will be executed 12 years ago