Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use $SERVERROOT/tests/data for testGetMimeType | Bart Visscher | 2012-10-13 | 1 | -6/+7 |
| | |||||
* | Give share test users a unique prefix | Bart Visscher | 2012-10-13 | 1 | -4/+4 |
| | |||||
* | Disable loading apps before starting tests | Bart Visscher | 2012-10-13 | 1 | -0/+2 |
| | |||||
* | Remove not reliable test | Lukas Reschke | 2012-10-13 | 1 | -5/+0 |
| | |||||
* | Some tests | Lukas Reschke | 2012-10-13 | 1 | -0/+144 |
| | |||||
* | Swap values for assertEqual to get better error message, also renamed the ↵ | Bart Visscher | 2012-10-13 | 1 | -54/+54 |
| | | | | function to phpunit name | ||||
* | Test for geo.php | Lukas Reschke | 2012-10-13 | 1 | -0/+19 |
| | |||||
* | Little test for some util.php functions | Lukas Reschke | 2012-10-13 | 1 | -0/+45 |
| | |||||
* | PHPUnit 3.6 does not support @expectedException with the generic exception class | Bart Visscher | 2012-10-12 | 1 | -4/+6 |
| | |||||
* | Fix syntax error in postgres table check code | Bart Visscher | 2012-10-12 | 1 | -1/+1 |
| | |||||
* | Skip apc test when apc is not enabled for CLI | Bart Visscher | 2012-10-12 | 1 | -1/+5 |
| | |||||
* | Fix the db tests when running all tests | Bart Visscher | 2012-10-12 | 2 | -28/+8 |
| | |||||
* | Add missing test files | Bart Visscher | 2012-10-12 | 2 | -0/+215 |
| | |||||
* | Add unit tests for OC_DB | Bart Visscher | 2012-10-12 | 2 | -0/+208 |
| | |||||
* | disable log when running tests | Robin Appelman | 2012-10-12 | 1 | -0/+1 |
| | |||||
* | clear all hooks when running tests | Robin Appelman | 2012-10-12 | 1 | -0/+2 |
| | |||||
* | fix storage test case | Robin Appelman | 2012-10-11 | 1 | -3/+0 |
| | |||||
* | remove ctime tests for filestorage, ctime will be removed from the storage ↵ | Robin Appelman | 2012-10-11 | 1 | -8/+1 |
| | | | | api in the future | ||||
* | some test cases for fopen of storage backends | Robin Appelman | 2012-10-11 | 1 | -0/+20 |
| | |||||
* | code style | Robin Appelman | 2012-10-11 | 1 | -149/+149 |
| | |||||
* | make sure the share backend test case can find the correct interface | Robin Appelman | 2012-10-10 | 1 | -0/+2 |
| | |||||
* | Merge branch 'phpunit' | Robin Appelman | 2012-10-10 | 16 | -175/+122 |
|\ | |||||
| * | test data for archive tests | Robin Appelman | 2012-10-08 | 2 | -0/+0 |
| | | |||||
| * | load test cases from enabled apps | Robin Appelman | 2012-10-08 | 2 | -0/+42 |
| | | |||||
| * | merge master into phpunit | Robin Appelman | 2012-10-08 | 2 | -14/+16 |
| |\ | |||||
| * | | make archive test cases work again | Robin Appelman | 2012-10-05 | 3 | -37/+29 |
| | | | |||||
| * | | remove cache ttl tests, take a lot of time and don't work correctly for most ↵ | Robin Appelman | 2012-10-03 | 3 | -21/+0 |
| | | | | | | | | | | | | backends anyway | ||||
| * | | initual phpunit support | Robin Appelman | 2012-10-03 | 10 | -118/+57 |
| | | | |||||
* | | | Manually change appconfig value for share policy so tests work correctly | Michael Gapczynski | 2012-10-09 | 1 | -0/+3 |
| |/ |/| | |||||
* | | better detect if we need to init the filesystem for the hooks test | Robin Appelman | 2012-10-07 | 1 | -1/+1 |
| | | |||||
* | | fix hook test when not logged in | Robin Appelman | 2012-10-07 | 1 | -1/+6 |
| | | |||||
* | | skip some test for storage backends that don't support touch | Robin Appelman | 2012-10-06 | 1 | -13/+15 |
|/ | |||||
* | fix test case for when a user is logged in | Robin Appelman | 2012-10-01 | 1 | -1/+4 |
| | |||||
* | add test to make sure filepaths that are passed to filesystems hooks are ↵ | Robin Appelman | 2012-10-01 | 1 | -0/+23 |
| | | | | normalized | ||||
* | code style | Robin Appelman | 2012-10-01 | 1 | -46/+44 |
| | |||||
* | Fix unsharing from self for group shares and add test for it | Michael Gapczynski | 2012-09-08 | 1 | -0/+8 |
| | |||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 20 | -96/+96 |
| | |||||
* | no more require_once() | Thomas Mueller | 2012-09-05 | 2 | -2/+2 |
| | |||||
* | fix running test cases in multiply app dirs | Robin Appelman | 2012-09-05 | 1 | -8/+12 |
| | |||||
* | Listen to post_deleteGroup hook in Share API | Michael Gapczynski | 2012-09-02 | 1 | -0/+4 |
| | |||||
* | Restructure generateTarget for the post_addToGroup hook | Michael Gapczynski | 2012-09-02 | 1 | -12/+13 |
| | |||||
* | Fix sharing test case | Michael Gapczynski | 2012-08-28 | 1 | -2/+1 |
| | |||||
* | assert array length and individual content instead of assertEqual on arrays | Thomas Mueller | 2012-08-28 | 1 | -2/+6 |
| | |||||
* | assert array length and individual content instead of assertEqual on arrays | Thomas Mueller | 2012-08-28 | 1 | -1/+6 |
| | |||||
* | add backticks to SQL, use limit parameter instead of LIMIT SQL | Jörn Friedrich Dreyer | 2012-08-25 | 1 | -1/+1 |
| | |||||
* | Revert using item name, no longer allowing the same item source exist for a user | Michael Gapczynski | 2012-08-22 | 2 | -44/+46 |
| | |||||
* | Merge branch 'share_api' | Michael Gapczynski | 2012-08-19 | 3 | -5/+452 |
|\ | | | | | | | | | | | | | Conflicts: apps/contacts/lib/vcard.php apps/files/index.php lib/files.php | ||||
| * | Refactor again so we can tell what item is being reshared in case the same ↵ | Michael Gapczynski | 2012-08-19 | 1 | -41/+33 |
| | | | | | | | | source shows up. This is the end of the share_api branch, moving to master. | ||||
| * | Large refactoring to allow for the same item to be shared to a group and ↵ | Michael Gapczynski | 2012-08-19 | 1 | -8/+103 |
| | | | | | | | | again with a user in the group with different permissions | ||||
| * | File sharing cleanup, works perfectly I think :) | Michael Gapczynski | 2012-08-16 | 1 | -0/+8 |
| | |