Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests/lib
AgeCommit message (Expand)Author
2012-11-12Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus
2012-11-12Update all to use OCP\PERMISSION_* instead of OCP\Share::PERMISSION_*Thomas Tanghus
2012-11-06Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus
2012-11-06fixes #266Thomas Mueller
2012-11-05Remove unused variable.Thomas Tanghus
2012-11-05Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus
2012-11-05Style: Remove all the dangling white spacesFelix Moeller
2012-11-04Swap expected and actual.Thomas Tanghus
2012-11-04Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus
2012-11-04VCategories: Swap expected and actual in unit tests.Thomas Tanghus
2012-11-04Checkstyle fixes: NoSpaceAfterCommaFelix Moeller
2012-11-04Checkstyle fixes for SpaceBeforeOpenBraceFelix Moeller
2012-11-03check for filename blacklist in OC_Filesystem::isValidPathRobin Appelman
2012-11-03some tests for the file blacklistRobin Appelman
2012-11-03Merge pull request #220 from fmms/checkstyle02Lukas Reschke
2012-11-03fix inlude path for template testRobin Appelman
2012-11-02Checkstyle: many fixesFelix Moeller
2012-11-01Switch expectation and result in unit tests.Thomas Tanghus
2012-10-31Added unit tests for OC_VCategories.Thomas Tanghus
2012-10-31Added unit test testinsertIfNotExistDontOverwrite.Thomas Tanghus
2012-10-31Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus
2012-10-31fixing Test_TemplateFunctionsThomas Mueller
2012-10-31fixed copy paste error. 4th test will now test print_unescaped instead of pBernhard Posselt
2012-10-30splitted two tests with two assertions each into four tests with one assertionBernhard Posselt
2012-10-30assert in proper orderBernhard Posselt
2012-10-30added tests for p and print_unescapedBernhard Posselt
2012-10-19Added unit tests for OC_DB::insertIfNotExist()Thomas Tanghus
2012-10-19Fixing typoThomas Müller
2012-10-18Fixing expectation - comma was stupid anyhowThomas Müller
2012-10-18Removing strange characterThomas Müller
2012-10-18Expectation should be first parameterLukas Reschke
2012-10-18Expectation should be first parameterLukas Reschke
2012-10-13Use $SERVERROOT/tests/data for testGetMimeTypeBart Visscher
2012-10-13Give share test users a unique prefixBart Visscher
2012-10-13Remove not reliable testLukas Reschke
2012-10-13Some testsLukas Reschke
2012-10-13Swap values for assertEqual to get better error message, also renamed the fun...Bart Visscher
2012-10-13Test for geo.phpLukas Reschke
2012-10-13Little test for some util.php functionsLukas Reschke
2012-10-12PHPUnit 3.6 does not support @expectedException with the generic exception classBart Visscher
2012-10-12Fix syntax error in postgres table check codeBart Visscher
2012-10-12Skip apc test when apc is not enabled for CLIBart Visscher
2012-10-12Fix the db tests when running all testsBart Visscher
2012-10-12Add unit tests for OC_DBBart Visscher
2012-10-12fix storage test caseRobin Appelman
2012-10-12remove ctime tests for filestorage, ctime will be removed from the storage ap...Robin Appelman
2012-10-12some test cases for fopen of storage backendsRobin Appelman
2012-10-12code styleRobin Appelman
2012-10-10make sure the share backend test case can find the correct interfaceRobin Appelman
2012-10-10Merge branch 'phpunit'Robin Appelman