summaryrefslogtreecommitdiffstats
path: root/tests/data
Commit message (Collapse)AuthorAgeFilesLines
* add unit testGeorg Ehrke2014-06-042-0/+0
|
* Correctly read the full stream in file_get_contentsVincent Petry2014-04-011-0/+29
| | | | | | | | | | | When using user-defined stream wrappers, PHP will return a maximum of 8192 bytes even if more was requested. This fix uses stream_get_contents to make sure the full stream is read and not only the first 8 KB. Added unit test with a bigger test file to cover this case.
* let's name the column 'select' because this is a keyword on all platformsThomas Müller2014-02-262-2/+2
|
* adding test for migrations on columns using keywordsThomas Müller2014-02-262-0/+30
|
* adding a comment to the database schemaThomas Müller2014-01-201-0/+1
|
* Add unit tests for decimal type usageOliver Gasser2013-12-182-2/+4
|
* fix wrong test data in l10nMorris Jobke2013-12-073-3/+3
|
* Add DB tests for default numericOliver Gasser2013-11-122-0/+44
| | | | Add a table with a numeric column and an empty default directive.
* on windows we supply an openssl.cnf file in order to execute the unit tests ↵Thomas Müller2013-10-151-0/+350
| | | | properly
* add test data for cal and contact previewGeorg Ehrke2013-09-242-0/+19
|
* Merge pull request #4825 from owncloud/fix-sharing-expiration-oracleBart Visscher2013-09-162-0/+42
|\ | | | | Fix Sharing "Expiration Date" on Oracle
| * Add database tests for INSERT/SELECT date format.Andreas Fischer2013-09-122-0/+42
| |
* | Add unittests & check filetype in setLocalAvatar()kondou2013-08-251-0/+0
|/ | | | TODO: Fix OC_Image->mimetype(), it always returns "image/png"
* Merge pull request #4271 from owncloud/plural_translationsOwen Winkler2013-08-083-0/+15
|\ | | | | Plural translations
| * unit tests for plural translations addedThomas Müller2013-08-023-0/+15
| |
* | Optimize image and skip mimetype testkondou2013-08-011-0/+0
| |
* | Add OC_Image Unit Testkondou2013-08-013-0/+0
|/ | | | | data() somehow does not return, what file_get_contents() returns, so I skipped related tests.
* Going from text to clob is not something we do.Bart Visscher2013-06-281-1/+2
| | | | | Also Oracle DB has problems with this, see http://abhijitbashetti.blogspot.de/2011/10/converting-varchar2-to-clob-and-clob-to.html
* shorten table identifiers in testsJörn Friedrich Dreyer2013-06-102-3/+3
|
* Don't use indexes in test data as postgres complains over duplicate keys.Thomas Tanghus2012-11-121-41/+0
|
* Added unit tests for OC_DB::insertIfNotExist()Thomas Tanghus2012-10-191-0/+84
|
* Add missing test filesBart Visscher2012-10-122-0/+215
|
* test data for archive testsRobin Appelman2012-10-082-0/+0
|
* Optimized image sizeLukas Reschke2012-08-181-0/+0
|
* dummy data for tests casesRobin Appelman2012-02-133-0/+879