aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop-olympus' into developAndreas Fischer2011-07-051-1/+9
|\ | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [prep-release-3.0.9] Update Changelog for 3.0.9 release. [prep-release-3.0.9] Bumping version number for the final 3.0.9 release. [ticket/10247] Removing attempt_id column from the 3.0.8 to 3.0.9-RC1 updater. [ticket/10247] Add a db_tools test for the removal of a primary key column. [ticket/10247] Add empty data section to database update for RC4 [ticket/10247] Remove unecessary attempt_id primary key column Conflicts: phpBB/install/database_update.php
| * [ticket/10247] Add a db_tools test for the removal of a primary key column.Nils Adermann2011-07-031-1/+9
| | | | | | | | | | | | | | The previous drop column test already deleted the primary key, so that one was replaced with an ordinary column. PHPBB3-10247
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-06-121-0/+268
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/9892] Correct copyright year [ticket/9892] Remove incorrect use of camel case [ticket/9892] Removing closing php tag from create_schema_files [ticket/9892] Transaction support for database update sql execution function [ticket/9892] count is a keyword in firebird, so renaming this alias [ticket/9892] Q&A CAPTCHA did not work on firebird, so no need to change config [ticket/9892] Shorten login_attempt key names to avoid firebird length problems [ticket/9892] Drop Q&A CAPTCHA tables if left in inconsistent state [ticket/9892] Adding a number of tests for db_tools [ticket/9892] Table prefix lengths influence index lengths in db_tools [ticket/9892] Shorten the index names on the q&a captcha [ticket/9892] column & index name limits, firebird auto increment in db_tools Conflicts: phpBB/develop/create_schema_files.php
| * [ticket/9892] Correct copyright yearNils Adermann2011-06-121-1/+1
| | | | | | | | PHPBB3-9892
| * [ticket/9892] Remove incorrect use of camel caseNils Adermann2011-06-121-2/+2
| | | | | | | | PHPBB3-9892
| * [ticket/9892] Adding a number of tests for db_toolsNils Adermann2011-06-121-0/+268
| | | | | | | | | | | | | | | | | | | | The test creates a table and runs a number of queries on it to judge whether the selected column types can hold the data they are expected to contain. Additional test methods check the auto increment feature and a few of the basic commands of db_tools. This is only a starting point. Plenty more tests need to be added. PHPBB3-9892
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-06-101-2/+4
|\ \ | |/ | | | | | | * develop-olympus: [ticket/10206] Failed unicode.org downloads no longer terminate tests
| * [ticket/10206] Failed unicode.org downloads no longer terminate testsNils Adermann2011-06-101-2/+4
| | | | | | | | | | | | Instead a warning is triggered and an explanation echo'd. PHPBB3-10206
* | [ticket/10198] Test if schema allows reading & writing multibyte config valuesNils Adermann2011-06-101-0/+38
| | | | | | | | PHPBB3-10198
* | [ticket/10198] Verify behaviour of validate_config_vars with multibyte stringsNils Adermann2011-06-101-19/+27
| | | | | | | | | | | | Using str_repeat instead of custom function to repeat characters. PHPBB3-10198
* | [ticket/10198] Verify behaviour of validate_range with multibyte stringsNils Adermann2011-06-101-17/+9
| | | | | | | | | | | | Using str_repeat instead of custom function to repeat characters. PHPBB3-10198
* | Merge branch 'develop-olympus' into developNils Adermann2011-06-092-0/+83
|\ \ | |/ | | | | | | | | | | | | | | * develop-olympus: [ticket/217] Use positive assertions in tests. [ticket/217] Silence errors in tests, not code. [ticket/217] Use positive parameter statement for bbcode_init() [ticket/217] Adjust patch, add tests [ticket/217] Multiline [url] not converted
| * Merge branch 'ticket/rxu/217' into develop-olympusNils Adermann2011-06-092-0/+83
| |\ | | | | | | | | | | | | | | | | | | | | | | | | * ticket/rxu/217: [ticket/217] Use positive assertions in tests. [ticket/217] Silence errors in tests, not code. [ticket/217] Use positive parameter statement for bbcode_init() [ticket/217] Adjust patch, add tests [ticket/217] Multiline [url] not converted
| | * [ticket/217] Use positive assertions in tests.Oleg Pudeyev2011-06-061-9/+27
| | | | | | | | | | | | PHPBB3-217
| | * [ticket/217] Silence errors in tests, not code.Oleg Pudeyev2011-06-062-0/+24
| | | | | | | | | | | | | | | | | | Use a mock user object for testing bbcode. PHPBB3-217
| | * [ticket/217] Use positive parameter statement for bbcode_init()rxu2011-06-061-1/+1
| | | | | | | | | | | | PHPBB3-217
| | * [ticket/217] Adjust patch, add testsrxu2011-06-061-0/+41
| | | | | | | | | | | | PHPBB3-217
* | | [ticket/8138] Fix unit test for build_cfg_templateJoas Schilling2011-06-091-1/+1
| | | | | | | | | | | | PHPBB3-8138
* | | Merge branch 'develop-olympus' into developAndreas Fischer2011-06-092-0/+86
|\ \ \ | |/ / | | | | | | | | | | | | * develop-olympus: [ticket/10005] Add description to test cases [ticket/10005] Add validation of dropdown custom profile field values
| * | Merge remote-tracking branch 'naderman/ticket/10005' into develop-olympusAndreas Fischer2011-06-092-0/+86
| |\ \ | | | | | | | | | | | | | | | | | | | | * naderman/ticket/10005: [ticket/10005] Add description to test cases [ticket/10005] Add validation of dropdown custom profile field values
| | * | [ticket/10005] Add description to test casesNils Adermann2011-06-031-10/+13
| | | | | | | | | | | | | | | | PHPBB3-10005
| | * | [ticket/10005] Add validation of dropdown custom profile field valuesNils Adermann2011-06-022-0/+83
| | | | | | | | | | | | | | | | PHPBB3-10005
* | | | Merge branch 'develop-olympus' into developNils Adermann2011-06-051-0/+46
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/10042] GD CAPTCHA: Call phpbb_mt_rand() where required. [ticket/10042] GD CAPTCHA: Round offset to the next pixel. [ticket/10042] Add mt_rand() wrapper which allows swapping $min and $max.
| * | | Merge branch 'ticket/bantu/10042' into develop-olympusNils Adermann2011-06-051-0/+46
| |\ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | * ticket/bantu/10042: [ticket/10042] GD CAPTCHA: Call phpbb_mt_rand() where required. [ticket/10042] GD CAPTCHA: Round offset to the next pixel. [ticket/10042] Add mt_rand() wrapper which allows swapping $min and $max.
| | * | [ticket/10042] Add mt_rand() wrapper which allows swapping $min and $max.Andreas Fischer2011-03-051-0/+46
| | | | | | | | | | | | | | | | PHPBB3-10042
* | | | Merge branch 'develop-olympus' into developAndreas Fischer2011-06-021-0/+24
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | * develop-olympus: [ticket/9685] Test for databases that are able to nest transactions [ticket/9685] Consistently name the new sql_buffer_nested_transactions function
| * | | [ticket/9685] Test for databases that are able to nest transactionsNils Adermann2011-06-021-0/+24
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | If a database is unable to nest transactions the dbal should implement sql_buffer_nested_transactions to signal that buffering of the outer results and closing of the outer transaction is required to open the inner transaction. PHPBB3-9685
* | | [ticket/10143] Added tests for storing a previously deleted value in db cache.Oleg Pudeyev2011-04-211-0/+24
| | | | | | | | | | | | PHPBB3-10143
* | | [ticket/10006] More testingErik Frèrejean2011-04-181-2/+5
| | | | | | | | | | | | | | | | | | Change the DB test to test agains new cache/config mock objects PHPBB3-10006
* | | [ticket/10006] Tweak the tests a bitErik Frèrejean2011-04-182-2/+5
| | | | | | | | | | | | PHPBB3-10006
* | | [ticket/10006] Add phpbb_config::deleteErik Frèrejean2011-04-182-0/+16
| | | | | | | | | | | | | | | | | | Add the missing `phpbb_config::delete` method to the config class PHPBB3-10006
* | | Merge branch 'develop-olympus' into developAndreas Fischer2011-04-011-0/+81
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/9751] Add shortcut logic for pass_complex == PASS_TYPE_ANY. [ticket/9751] Compare $password with empty string instead of casting it to bool [ticket/9751] Use a switch/case block without break for password complexity. [ticket/9751] Password requirement "Must contain letters and numbers" fails
| * | [ticket/9751] Password requirement "Must contain letters and numbers" failsrxu2011-04-011-0/+81
| | | | | | | | | | | | PHPBB3-9751
* | | Merge branch 'develop-olympus' into developOleg Pudeyev2011-03-232-7/+11
|\ \ \ | |/ / | | | | | | | | | * develop-olympus: [ticket/10082] session_id is CHAR(32) not VARCHAR(32), so give them a CHAR(32).
| * | Merge branch 'ticket/bantu/10082' into develop-olympusOleg Pudeyev2011-03-232-7/+11
| |\ \ | | | | | | | | | | | | | | | | * ticket/bantu/10082: [ticket/10082] session_id is CHAR(32) not VARCHAR(32), so give them a CHAR(32).
| | * | [ticket/10082] session_id is CHAR(32) not VARCHAR(32), so give them a CHAR(32).Andreas Fischer2011-03-192-7/+11
| | | | | | | | | | | | | | | | | | | | | | | | This fixes session unit tests on PostgreSQL in particular. PHPBB3-10082
* | | | Merge branch 'develop-olympus' into developOleg Pudeyev2011-03-221-0/+21
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | * develop-olympus: [ticket/10101] Add test case for native phpass hashes [ticket/10101] Add support for native phpass hashes
| * | | [ticket/10101] Add test case for native phpass hashesIgor Wiedler2011-03-201-0/+21
| | | | | | | | | | | | | | | | PHPBB3-10101
* | | | Merge branch 'develop-olympus' into developIgor Wiedler2011-03-121-0/+5
|\ \ \ \ | |/ / / | | | | | | | | | | | | * develop-olympus: [ticket/10088] Also ignore DBMS versions other than MySQLi in cache mock.
| * | | [ticket/10088] Also ignore DBMS versions other than MySQLi in cache mock.Andreas Fischer2011-03-121-0/+5
| |/ / | | | | | | | | | PHPBB3-10088
* | | Merge branch 'ticket/naderman/10080' into developNils Adermann2011-03-071-0/+9
|\ \ \ | | | | | | | | | | | | | | | | * ticket/naderman/10080: [ticket/10080] Allow resetting the request instance used by request_var.
| * | | [ticket/10080] Allow resetting the request instance used by request_var.Nils Adermann2011-03-071-0/+9
| | | | | | | | | | | | | | | | PHPBB3-10080
* | | | Merge branch 'develop-olympus' into developNils Adermann2011-03-073-206/+47
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | * develop-olympus: [ticket/10081] remove $phpEx. [ticket/10081] Cleanup Template Tests.
| * | | [ticket/10081] remove $phpEx.Marek A. Ruszczynski2011-03-071-10/+3
| | | | | | | | | | | | | | | | PHPBB3-10081
| * | | [ticket/10081] Cleanup Template Tests.Marek A. Ruszczynski2011-03-073-199/+47
| | | | | | | | | | | | | | | | | | | | | | | | There are no incomplete template tests anymore. PHPBB3-10081
* | | | Merge branch 'ticket/naderman/10011' into developAndreas Fischer2011-03-071-3/+3
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | * ticket/naderman/10011: [ticket/10011] Removing __DIR__ uses I missed in previous commit
| * | | [ticket/10011] Removing __DIR__ uses I missed in previous commitNils Adermann2011-03-071-3/+3
| | | | | | | | | | | | | | | | PHPBB3-10011
* | | | Merge branch 'ticket/naderman/10011' into developAndreas Fischer2011-03-072-7/+7
|\ \ \ \ | |/ / / | | | | | | | | | | | | * ticket/naderman/10011: [ticket/10011] Removing __DIR__ for PHP5.2 compatability from new files.
| * | | [ticket/10011] Removing __DIR__ for PHP5.2 compatability from new files.Nils Adermann2011-03-072-7/+7
| | | | | | | | | | | | | | | | PHPBB3-10011
* | | | Merge branch 'develop-olympus' into developAndreas Fischer2011-03-071-0/+4
|\ \ \ \ | |/ / / |/| / / | |/ / | | | * develop-olympus: [ticket/10040] Ensure the test suite runs on PHP 5.2 without E_DEPRECATED.