| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/11615] Rename continue -> check_isvalid for clarity | Andy Chase | 2013-07-22 | 1 | -133/+0 |
| | | | | | PHPBB3-11615 | ||||
| * | [feature/auth-refactor] Fix two session tests broken by changes | Joseph Warner | 2013-06-26 | 1 | -0/+13 |
| | | | | | PHPBB3-9734 | ||||
| * | [ticket/10973] Drop all require_once for mocks. Use autoloading. | Andreas Fischer | 2012-07-08 | 1 | -1/+0 |
| | | | | | PHPBB3-10973 | ||||
| * | [ticket/9916] Updating License in the header | Unknown | 2012-01-02 | 1 | -1/+1 |
| | | | | | PHPBB3-9916 | ||||
| * | [ticket/10082] session_id is CHAR(32) not VARCHAR(32), so give them a CHAR(32). | Andreas Fischer | 2011-03-19 | 1 | -5/+9 |
| | | | | | | | This fixes session unit tests on PostgreSQL in particular. PHPBB3-10082 | ||||
| * | [task/session-tests] Make result check independent of returned row order. | Nils Adermann | 2011-02-27 | 1 | -3/+4 |
| | | | | | PHPBB3-9732 | ||||
| * | [task/session-tests] Correctly display message on session continue test failure | Nils Adermann | 2011-02-27 | 1 | -1/+1 |
| | | | | | PHPBB3-9732 | ||||
| * | [task/session-tests] Make the session id replacement of dataset values clearer | Nils Adermann | 2011-02-27 | 1 | -12/+32 |
| | | | | | PHPBB3-9732 | ||||
| * | [ticket/10052] Correct session tests, and separate session factory from tests | Nils Adermann | 2011-02-23 | 1 | -45/+22 |
| | | | | | PHPBB3-10052 | ||||
| * | [ticket/10049] Mark session continue test incomplete for now. | Oleg Pudeyev | 2011-02-20 | 1 | -0/+2 |
| | | | | | | | | I am unable to find any code revision in which this test worked. Thus to not break the entire suite I mark it incomplete. PHPBB3-10049 | ||||
| * | [ticket/10049] Globalize $_SID. | Oleg Pudeyev | 2011-02-19 | 1 | -0/+1 |
| | | | | | PHPBB3-10049 | ||||
| * | [ticket/10049] Chase assertResultEquals rename. | Oleg Pudeyev | 2011-02-19 | 1 | -2/+2 |
| | | | | | | | | | | | | cd694e9b9dfd59c8be00a52b30db8e6c280b97a9 renamed assertResultEquals to assertSqlResultEquals. However, since the session tests were never executed calls in them were never updated. Parameter order also changed; chase that too. PHPBB3-10049 | ||||
| * | [ticket/10049] Fixed requires in session tests and mock. | Oleg Pudeyev | 2011-02-19 | 1 | -3/+2 |
| | | | | | PHPBB3-10049 | ||||
| * | [ticket/10049] Renamed session test files to proper file names. | Oleg Pudeyev | 2011-02-19 | 1 | -0/+117 |
| phpunit.xml.dist specifies that only files ending in _test.php are test files; with the old names session tests were not run as a result. PHPBB3-10049 | |||||
