summaryrefslogtreecommitdiffstats
path: root/tests/data
Commit message (Collapse)AuthorAgeFilesLines
* remove logo-wide from testsJan-Christoph Borchardt2015-05-214-875/+5
|
* add positive tests for operator in code checkerMorris Jobke2015-05-051-0/+13
|
* Check usage of != and == - refs #16054Thomas Müller2015-05-052-0/+22
|
* Fix encryption feof to not return too earlyVincent Petry2015-04-202-0/+50
| | | | | | | | | | This is because stream_read will pre-cache the next block which causes feof($this->source) to return true prematurely. So we cannot rely on it. Fixed encryption stream wrapper unit tests to actually simulate 6k/8k blocks to make sure we cover the matching logic. Added two data files with 8192 and 8193 bytes.
* Merge pull request #14399 from owncloud/ignore-empty-pluralsLukas Reschke2015-03-261-2/+1
|\ | | | | Ignore empty plurals just like with singulars
| * Revert "Correctly fallback to english, if the plural case is not translated"Joas Schilling2015-02-201-2/+1
| | | | | | | | This reverts commit cbad5c998b260040523ac8e6a2797591d0086938.
* | Adding unit test which shows insertIfNotExists to fall apart in certain ↵Thomas Müller2015-03-091-0/+55
|/ | | | situations
* implement php code checker to detect usage of not allowed private APIs - ↵Thomas Müller2015-02-105-0/+47
| | | | including console command to check local code to be used by developers
* Merge pull request #12625 from owncloud/app-dependencies-libs-and-commandsBernhard Posselt2014-12-152-1/+28
|\ | | | | adding dependencies for command line tools and php libraries
| * fix unit testsThomas Müller2014-12-111-1/+1
| |
| * adding dependency to owncloud version - with fallback to requiremin and ↵Thomas Müller2014-12-112-1/+8
| | | | | | | | requiremax
| * adding dependencies for supported platformsThomas Müller2014-12-112-1/+3
| |
| * adding supported libraries - including min and max versionThomas Müller2014-12-112-0/+18
| |
* | Correctly fallback to english, if the plural case is not translatedJoas Schilling2014-12-111-1/+2
|/
* no nested xml tags on dependenciesThomas Müller2014-12-042-14/+10
|
* adding command dependencyThomas Müller2014-12-042-1/+17
|
* switch to different parsing implementation to get xml attributes properly ↵Thomas Müller2014-12-044-54/+19
| | | | handled
* adding supported databasesThomas Müller2014-12-042-2/+7
|
* introduce dependency analyzer to take care of app dependenciesThomas Müller2014-12-042-0/+47
| | | | some more unit tests on xml info parser
* adding new dependency for php version in apps info.xmlThomas Müller2014-12-042-1/+9
|
* handle invalid xml fileThomas Müller2014-11-251-0/+22
|
* simplify xml parser codeThomas Müller2014-11-251-0/+19
|
* Introduce app info xml parser including basic unit test - necessary for #10777Thomas Müller2014-11-251-0/+22
|
* adding console command to generate javascript translation files based on ↵Thomas Müller2014-10-296-15/+18
| | | | | | existing php translation files read server side translations from json files
* Use `rawurlencode` since this seems to be expected by cURLLukas Reschke2014-10-141-0/+4
| | | | Fixes https://github.com/owncloud/core/pull/11501#issuecomment-58794405
* Remove unneeded unit testsLukas Reschke2014-09-222-19/+0
|
* Add unit tests and fix rootcerts creation bugLukas Reschke2014-08-313-0/+41
|
* 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
|