aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #623 from owncloud/contacts_api_2Thomas Müller2012-12-111-0/+125
|\
| * test for search and unregister addedThomas Mueller2012-11-281-6/+51
| * first unit tests implementedThomas Mueller2012-11-281-0/+80
* | added more unittests for the group fileBernhard Posselt2012-11-281-0/+68
|/
* Merge pull request #401 from owncloud/share_hooksJörn Friedrich Dreyer2012-11-282-2/+3
|\
| * Rename install hook functions to register hookBart Visscher2012-11-152-2/+2
| * Create functions to install standard hooksBart Visscher2012-11-132-2/+3
* | Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus2012-11-121-73/+73
|\|
| * Update all to use OCP\PERMISSION_* instead of OCP\Share::PERMISSION_*Thomas Tanghus2012-11-111-73/+73
* | Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus2012-11-061-1/+1
|\|
| * fixes #266Thomas Mueller2012-11-051-1/+1
* | Remove unused variable.Thomas Tanghus2012-11-051-1/+1
* | Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus2012-11-0511-61/+61
|\|
| * Style: Remove all the dangling white spacesFelix Moeller2012-11-043-7/+7
| * Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-046-46/+46
| * Checkstyle fixes for SpaceBeforeOpenBraceFelix Moeller2012-11-044-8/+8
* | Swap expected and actual.Thomas Tanghus2012-11-041-1/+1
* | Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus2012-11-0410-107/+142
|\|
| * check for filename blacklist in OC_Filesystem::isValidPathRobin Appelman2012-11-031-0/+1
| * some tests for the file blacklistRobin Appelman2012-11-031-8/+42
| * Merge pull request #220 from fmms/checkstyle02Lukas Reschke2012-11-028-98/+98
| |\
| | * Checkstyle: many fixesFelix Moeller2012-11-028-98/+98
| * | fix inlude path for template testRobin Appelman2012-11-021-1/+1
| |/
* | VCategories: Swap expected and actual in unit tests.Thomas Tanghus2012-11-041-4/+4
* | Switch expectation and result in unit tests.Thomas Tanghus2012-10-311-9/+12
* | Added unit tests for OC_VCategories.Thomas Tanghus2012-10-311-0/+114
* | Added unit test testinsertIfNotExistDontOverwrite.Thomas Tanghus2012-10-311-0/+37
* | Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus2012-10-311-0/+71
|\|
| * fixing Test_TemplateFunctionsThomas Mueller2012-10-311-1/+1
| * fixed copy paste error. 4th test will now test print_unescaped instead of pBernhard Posselt2012-10-301-2/+2
| * splitted two tests with two assertions each into four tests with one assertionBernhard Posselt2012-10-301-4/+8
| * assert in proper orderBernhard Posselt2012-10-291-4/+4
| * added tests for p and print_unescapedBernhard Posselt2012-10-291-0/+67
* | Added unit tests for OC_DB::insertIfNotExist()Thomas Tanghus2012-10-191-0/+26
|/
* Fixing typoThomas Müller2012-10-181-1/+1
* Fixing expectation - comma was stupid anyhowThomas Müller2012-10-181-1/+1
* Removing strange characterThomas Müller2012-10-181-1/+1
* Expectation should be first parameterLukas Reschke2012-10-181-6/+6
* Expectation should be first parameterLukas Reschke2012-10-181-2/+2
* Use $SERVERROOT/tests/data for testGetMimeTypeBart Visscher2012-10-131-6/+7
* Give share test users a unique prefixBart Visscher2012-10-131-4/+4
* Remove not reliable testLukas Reschke2012-10-131-5/+0
* Some testsLukas Reschke2012-10-131-0/+144
* Swap values for assertEqual to get better error message, also renamed the fun...Bart Visscher2012-10-131-54/+54
* Test for geo.phpLukas Reschke2012-10-131-0/+19
* Little test for some util.php functionsLukas Reschke2012-10-131-0/+45
* PHPUnit 3.6 does not support @expectedException with the generic exception classBart Visscher2012-10-121-4/+6
* Fix syntax error in postgres table check codeBart Visscher2012-10-121-1/+1
* Skip apc test when apc is not enabled for CLIBart Visscher2012-10-121-1/+5
* Fix the db tests when running all testsBart Visscher2012-10-122-28/+8