Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Checkstyle fixes for SpaceBeforeOpenBrace | Felix Moeller | 2012-11-04 | 5 | -13/+13 |
| | |||||
* | check for filename blacklist in OC_Filesystem::isValidPath | Robin Appelman | 2012-11-03 | 1 | -0/+1 |
| | |||||
* | some tests for the file blacklist | Robin Appelman | 2012-11-03 | 1 | -8/+42 |
| | |||||
* | Merge pull request #220 from fmms/checkstyle02 | Lukas Reschke | 2012-11-02 | 8 | -98/+98 |
|\ | | | | | Checkstyle: many fixes | ||||
| * | Checkstyle: many fixes | Felix Moeller | 2012-11-02 | 8 | -98/+98 |
| | | |||||
* | | fix inlude path for template test | Robin Appelman | 2012-11-02 | 1 | -1/+1 |
|/ | |||||
* | fixing Test_TemplateFunctions | Thomas Mueller | 2012-10-31 | 1 | -1/+1 |
| | |||||
* | fixed copy paste error. 4th test will now test print_unescaped instead of p | Bernhard Posselt | 2012-10-30 | 1 | -2/+2 |
| | |||||
* | splitted two tests with two assertions each into four tests with one assertion | Bernhard Posselt | 2012-10-30 | 1 | -4/+8 |
| | |||||
* | assert in proper order | Bernhard Posselt | 2012-10-29 | 1 | -4/+4 |
| | |||||
* | added tests for p and print_unescaped | Bernhard Posselt | 2012-10-29 | 1 | -0/+67 |
| | |||||
* | disble breaking test cases for now | Thomas Müller | 2012-10-28 | 1 | -4/+4 |
| | |||||
* | fix running app tests | Robin Appelman | 2012-10-28 | 1 | -2/+0 |
| | |||||
* | don't enable user_external | Thomas Müller | 2012-10-27 | 1 | -1/+1 |
| | |||||
* | don't enable apps twice | Thomas Müller | 2012-10-27 | 1 | -2/+0 |
| | |||||
* | fix paths in preeseed-config.php | Thomas Müller | 2012-10-27 | 1 | -2/+2 |
| | |||||
* | exeuting tests now on apps as well - the apps repo shall be cloned into the ↵ | Thomas Müller | 2012-10-27 | 2 | -0/+39 |
| | | | | sub folder apps2 | ||||
* | Filter added to get all files into coderage report | Thomas Müller | 2012-10-19 | 1 | -0/+7 |
| | |||||
* | Fixing typo | Thomas Müller | 2012-10-18 | 1 | -1/+1 |
| | |||||
* | Fixing expectation - comma was stupid anyhow | Thomas Müller | 2012-10-18 | 1 | -1/+1 |
| | |||||
* | Removing strange character | Thomas Müller | 2012-10-18 | 1 | -1/+1 |
| | |||||
* | Expectation should be first parameter | Lukas Reschke | 2012-10-18 | 1 | -6/+6 |
| | |||||
* | Expectation should be first parameter | Lukas Reschke | 2012-10-18 | 1 | -2/+2 |
| | |||||
* | 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 |