summaryrefslogtreecommitdiffstats
path: root/tests/data/setUploadLimit
Commit message (Collapse)AuthorAgeFilesLines
* Unit test OC_Files::setUploadLimit()Robin McCorkell2015-07-202-0/+67
There was also a bug with checking the upper limit on the passed upload size. PHP does funny things with integer vs float comparisons, so our check didn't work. Now the check is much simpler, and ensures the value is sane.