Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add unit test | Georg Ehrke | 2014-06-04 | 2 | -0/+0 |
| | |||||
* | Correctly read the full stream in file_get_contents | Vincent Petry | 2014-04-01 | 1 | -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 platforms | Thomas Müller | 2014-02-26 | 2 | -2/+2 |
| | |||||
* | adding test for migrations on columns using keywords | Thomas Müller | 2014-02-26 | 2 | -0/+30 |
| | |||||
* | adding a comment to the database schema | Thomas Müller | 2014-01-20 | 1 | -0/+1 |
| | |||||
* | Add unit tests for decimal type usage | Oliver Gasser | 2013-12-18 | 2 | -2/+4 |
| | |||||
* | fix wrong test data in l10n | Morris Jobke | 2013-12-07 | 3 | -3/+3 |
| | |||||
* | Add DB tests for default numeric | Oliver Gasser | 2013-11-12 | 2 | -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üller | 2013-10-15 | 1 | -0/+350 |
| | | | | properly | ||||
* | add test data for cal and contact preview | Georg Ehrke | 2013-09-24 | 2 | -0/+19 |
| | |||||
* | Merge pull request #4825 from owncloud/fix-sharing-expiration-oracle | Bart Visscher | 2013-09-16 | 2 | -0/+42 |
|\ | | | | | Fix Sharing "Expiration Date" on Oracle | ||||
| * | Add database tests for INSERT/SELECT date format. | Andreas Fischer | 2013-09-12 | 2 | -0/+42 |
| | | |||||
* | | Add unittests & check filetype in setLocalAvatar() | kondou | 2013-08-25 | 1 | -0/+0 |
|/ | | | | TODO: Fix OC_Image->mimetype(), it always returns "image/png" | ||||
* | Merge pull request #4271 from owncloud/plural_translations | Owen Winkler | 2013-08-08 | 3 | -0/+15 |
|\ | | | | | Plural translations | ||||
| * | unit tests for plural translations added | Thomas Müller | 2013-08-02 | 3 | -0/+15 |
| | | |||||
* | | Optimize image and skip mimetype test | kondou | 2013-08-01 | 1 | -0/+0 |
| | | |||||
* | | Add OC_Image Unit Test | kondou | 2013-08-01 | 3 | -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 Visscher | 2013-06-28 | 1 | -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 tests | Jörn Friedrich Dreyer | 2013-06-10 | 2 | -3/+3 |
| | |||||
* | Don't use indexes in test data as postgres complains over duplicate keys. | Thomas Tanghus | 2012-11-12 | 1 | -41/+0 |
| | |||||
* | Added unit tests for OC_DB::insertIfNotExist() | Thomas Tanghus | 2012-10-19 | 1 | -0/+84 |
| | |||||
* | Add missing test files | Bart Visscher | 2012-10-12 | 2 | -0/+215 |
| | |||||
* | test data for archive tests | Robin Appelman | 2012-10-08 | 2 | -0/+0 |
| | |||||
* | Optimized image size | Lukas Reschke | 2012-08-18 | 1 | -0/+0 |
| | |||||
* | dummy data for tests cases | Robin Appelman | 2012-02-13 | 3 | -0/+879 |