silverstripe-framework/tests/filesystem
Ingo Schommer 1e9aeaef3e BUGFIX Fixed Folder writing by overloading validate() (was inheriting File->validate() which does extension checks)
BUGFIX Fixed Folder::findOrMake() not to create "new-folder" through File->setName() if using a trailing slash in the path (which causes an empty name). Added FolderTest to verify this.

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@101266 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-02-02 14:19:04 +13:00
..
FileTest.php MINOR: Fixed FileTest execution if the assets/ directory doesn't exist. (from r88353) 2011-02-02 14:18:20 +13:00
FileTest.yml Improved File tests 2008-08-25 01:42:27 +00:00
FolderTest.php BUGFIX Fixed Folder writing by overloading validate() (was inheriting File->validate() which does extension checks) 2011-02-02 14:19:04 +13:00
UploadTest.php BUGFIX Fixed Upload and checking for size with files that don't have any extension 2011-02-02 14:19:00 +13:00
UploadTest.yml Added fixture for UploadTest so that it would create a database 2008-04-08 06:08:31 +00:00