summaryrefslogtreecommitdiffstats
path: root/tests/lib/files/mount
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Fix mounting wrapped storages resulting in many-layered wrapping"Robin McCorkell2015-08-191-21/+0
| | | | This reverts commit 75a5e6e12b18a9f5b7b113cd7e2c9c56c204084d.
* Fix mounting wrapped storages resulting in many-layered wrappingRobin McCorkell2015-07-201-0/+21
| | | | | | This usually doesn't cause issues, but in unit tests sometimes a wrapped storage is passed to Filesystem::mount() and gets rewrapped, hitting the XDebug function nesting level limit when used.
* Properly add trailing slash to mount pointVincent Petry2015-04-131-0/+4
| | | | | Fixes resolving mount points when shared mount point's target name has the same prefix as the source name
* Prevent wrapping null storageVincent Petry2015-01-271-0/+69
| | | | | | Can happen when trying to instantiate external storages that have incomplete config, where the constructor throws an exception (the exception is caught in createStorage())
* Add public api for mount configurationsRobin Appelman2014-12-042-10/+10
|
* Use base class to reset the file mapperJoas Schilling2014-11-192-3/+4
|
* fix unit test after adding the additional parameter to addStorageWrapper()Bjoern Schiessle2014-06-041-1/+1
|
* fix storage wrapper namespacesRobin Appelman2013-06-281-2/+2
|
* add test cases for MountRobin Appelman2013-06-071-0/+46
|
* Further seperation of mount management logicRobin Appelman2013-04-261-0/+67