Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/10851] Request index instead of logging in and out in tests | Marc Alexander | 2014-04-04 | 1 | -3/+2 |
| | | | | PHPBB3-10851 | ||||
* | [ticket/10851] Add unit and functional tests for checking attachments | Marc Alexander | 2014-04-04 | 1 | -0/+33 |
| | | | | | | | These tests will make sure that fileuploads now work as expected regarding the check for disallowed content. PHPBB3-10851 | ||||
* | [ticket/12175] Do not use admin account for file size limit test | Joas Schilling | 2014-02-09 | 1 | -2/+9 |
| | | | | PHPBB3-12175 | ||||
* | [ticket/12175] Fix test for uploading a valid file | Joas Schilling | 2014-02-09 | 1 | -3/+5 |
| | | | | PHPBB3-12175 | ||||
* | [ticket/12175] Fix upload test for empty file | Joas Schilling | 2014-02-09 | 1 | -2/+1 |
| | | | | PHPBB3-12175 | ||||
* | [feature/plupload/integration] Integration of Plupload | Andreas Fischer | 2013-10-11 | 1 | -0/+19 |
| | | | | | | | | This commit is a highly-refactored and up-to-date version of Fyorl's work which was part of his Google Summer of Code 2012 project "Attachment Improvements". PHPBB3-10929 | ||||
* | [ticket/develop/11568] Fix some more tests in 3.1 | Joas Schilling | 2013-05-30 | 1 | -1/+1 |
| | | | | PHPBB3-11568 | ||||
* | [ticket/develop/11568] Remove unneccessary calls to assert_response_success() | Joas Schilling | 2013-05-28 | 1 | -1/+0 |
| | | | | PHPBB3-11568 | ||||
* | [ticket/develop/11568] Do not directly access $client from tests | Joas Schilling | 2013-05-28 | 1 | -1/+1 |
| | | | | PHPBB3-11568 | ||||
* | [ticket/10758-upload] Mark tests that don't work incomplete. | Oleg Pudeyev | 2012-12-21 | 1 | -0/+2 |
| | | | | PHPBB3-10758 | ||||
* | [ticket/10758-upload] Convert error to a failure. | Oleg Pudeyev | 2012-12-20 | 1 | -1/+1 |
| | | | | PHPBB3-10758 | ||||
* | [ticket/11202] Fix comment char, use more descriptive comment. | Oleg Pudeyev | 2012-11-18 | 1 | -1/+1 |
| | | | | PHPBB3-11202 | ||||
* | [ticket/11202] Add response assertions to file upload functional test. | Oleg Pudeyev | 2012-11-18 | 1 | -0/+3 |
| | | | | PHPBB3-11202 | ||||
* | [ticket/10992] Changed octetstream to octet-stream | Fyorl | 2012-07-16 | 1 | -1/+1 |
| | | | | PHPBB3-10992 | ||||
* | [ticket/10992] test_empty_file() now tries to upload the correct file | Fyorl | 2012-07-16 | 1 | -1/+1 |
| | | | | PHPBB3-10992 | ||||
* | [ticket/10992] Modified upload tests to work with new version | Fyorl | 2012-07-16 | 1 | -17/+24 |
| | | | | PHPBB3-10992 | ||||
* | [ticket/10941] Fixed form test test_too_large | Fyorl | 2012-07-09 | 1 | -2/+2 |
| | | | | PHPBB3-10941 | ||||
* | [ticket/10941] Replaced use of English with language system | Fyorl | 2012-07-09 | 1 | -2/+2 |
| | | | | PHPBB3-10941 | ||||
* | [ticket/10941] Renamed classes and filenames so that tests run | Fyorl | 2012-07-09 | 1 | -0/+62 |
Also fixed some minor issues that weren't flagged before because the tests were being ignored. PHPBB3-10941 |