Andreas Fischer
de4dff8bb0
[ticket/10162] Add test cases for top level domain names longer than 6 chars.
...
PHPBB3-10162
2012-05-30 21:11:17 +02:00
Andreas Fischer
bad91d8e74
[ticket/10907] Mark (var)binary tests as incomplete on non-MySQL DBMSes.
...
PHPBB3-10907
2012-05-22 18:46:29 +02:00
Nils Adermann
5d5049710c
Merge remote-tracking branch 'github-imkingdavid/task/functional' into develop-olympus
...
By David King
via David King
* github-imkingdavid/task/functional:
[task/functional] Use proper format for @var doc blocks.
[task/functional] Fix $lang_path variable
[task/functional] Change property visibility, remove globals, reword comment
[task/functional] Make sure missing language values are handled properly
[task/functional] Increase code coverage for functional tests
2012-05-22 18:10:21 +02:00
David King
09d15db1fa
[task/functional] Use proper format for @var doc blocks.
...
PHPBB3-10758
2012-05-22 12:06:27 -03:00
David King
819accedc8
[task/functional] Fix $lang_path variable
...
PHPBB3-10758
2012-05-22 10:52:49 -04:00
David King
b96c050695
[task/functional] Change property visibility, remove globals, reword comment
...
PHPBB3-10758
2012-05-22 10:46:36 -04:00
Oleg Pudeyev
9fa7ab62ad
[ticket/10828] Connect to postgres database by default.
...
When not connecting to a specific database, connect to postgres
database which specifically exists as a default database to
connect to.
PHPBB3-10828
2012-05-21 23:02:12 -04:00
Andreas Fischer
7ec6254078
[ticket/10890] Fix test_sql_fetchrow_returns_false_when_empty() on MS and ORA.
...
Fix phpbb_dbal_select_test::test_sql_fetchrow_returns_false_when_empty() on
MSSQL and Oracle by specifying an existing table in the query.
PHPBB3-10890
2012-05-22 01:25:19 +02:00
Patrick Webster
29b36b214a
[ticket/10678] Typo and formatting
...
PHPBB3-10678
2012-05-13 16:56:07 -05:00
Andreas Fischer
92d17cbff3
Merge remote-tracking branch 'p/ticket/10891' into develop-olympus
...
* p/ticket/10891:
[ticket/10891] Allow specifying test_config.php path via environment.
Conflicts:
tests/RUNNING_TESTS.txt
2012-05-13 20:08:49 +02:00
Andreas Fischer
f81e8e9901
Merge remote-tracking branch 'p/ticket/10892' into develop-olympus
...
* p/ticket/10892:
[ticket/10892] Update wiki link to mediawiki.
[ticket/10892] Add empty lines for consistency.
[ticket/10892] Reformat RUNNING_TESTS.txt to 79 char lines.
[ticket/10892] Reformat RUNNING_TESTS.txt to 80 char lines.
2012-05-13 20:03:15 +02:00
Oleg Pudeyev
725db1ba29
[ticket/10891] Allow specifying test_config.php path via environment.
...
PHPBB3-10891
2012-05-11 22:26:54 -04:00
Oleg Pudeyev
2592fbf8e9
[ticket/10892] Update wiki link to mediawiki.
...
PHPBB3-10892
2012-05-11 22:15:24 -04:00
Oleg Pudeyev
44b509b2b2
[ticket/10892] Add empty lines for consistency.
...
Some headings had empty lines after them, some did not.
Add missing empty lines.
PHPBB3-10892
2012-05-11 22:15:24 -04:00
Oleg Pudeyev
07fb16edb5
[ticket/10892] Reformat RUNNING_TESTS.txt to 79 char lines.
...
PHPBB3-10892
2012-05-11 22:15:18 -04:00
Patrick Webster
3a60414592
[ticket/10892] Reformat RUNNING_TESTS.txt to 80 char lines.
...
PHPBB3-10892
2012-05-11 22:15:10 -04:00
Andreas Fischer
e5afe39987
[ticket/10889] Make default value for c_char_size a CHAR(4) as defined.
...
PHPBB3-10889
2012-05-11 11:22:49 +02:00
Oleg Pudeyev
b5b65c214d
[ticket/10887] Add spaces.
...
PHPBB3-10887
2012-05-11 05:06:46 -04:00
Oleg Pudeyev
1019226dfa
[ticket/10887] Split auto increment test from db tools test.
...
Auto increment test does not need any particular columns
and should not depend, in particular, on correct handling
of binary data.
This commit moves auto increment test into its own file and
gives it its own table with a simple schema.
PHPBB3-10887
2012-05-10 23:50:42 -04:00
Patrick Webster
afbaa6979b
[ticket/10858] Tests for row seeking with fetchfield()
...
PHPBB3-10858
2012-05-08 18:45:51 -05:00
Patrick Webster
1496a4198a
[ticket/10678] Add port handling for MSSQL tests
...
PHPBB3-10678
2012-05-08 04:35:47 -05:00
Patrick Webster
711d09633a
[ticket/10678] Move config changes to new location
...
PHPBB3-10678
2012-05-08 04:34:19 -05:00
Patrick Webster
3cdcd44c4b
[ticket/10678] Rename helper class file
...
PHPBB3-10678
2012-05-08 04:31:32 -05:00
Patrick Webster
ceacb63abf
[ticket/10678] Lowercase class name, adjust comment width
...
PHPBB3-10678
2012-05-08 04:31:32 -05:00
Patrick Webster
9bb2785da0
[ticket/10678] More formatting and docblocks
...
PHPBB3-10678
2012-05-08 04:31:31 -05:00
Patrick Webster
0a596c4b8c
[ticket/10678] More formatting requests
...
PHPBB3-10678
2012-05-08 04:31:30 -05:00
Patrick Webster
5cbe919256
[ticket/10678] Fix formatting
...
PHPBB3-10678
2012-05-08 04:31:29 -05:00
Patrick Webster
d578eff712
[ticket/10678] Add better support for Firebird, Oracle, and MSSQL
...
Allow ODBC connections for Firebird
Capitalize fixture tables and columns for Firebird
On database drop failure, drop all tables
Provide cleanup utilities for databases that cannot be dropped
PHPBB3-10678
2012-05-08 04:31:29 -05:00
David King
b82c77b38f
[task/functional] Make sure missing language values are handled properly
...
PHPBB3-10758
2012-04-24 14:10:50 -04:00
David King
8cf0b79a47
[task/functional] Increase code coverage for functional tests
...
PHPBB3-10758
2012-04-23 17:16:16 -04:00
Patrick Webster
6293bbf099
[ticket/10492] Fix line endings
...
PHPBB3-10492
2012-04-21 05:24:57 -05:00
Patrick Webster
2aa994b5ad
[ticket/10492] Backporting functional tests
...
PHPBB3-10492
2012-04-21 04:37:57 -05:00
Patrick Webster
de70b17b1d
[ticket/10492] Separate config generation from the installer
...
PHPBB3-10492
2012-04-20 23:50:49 -05:00
Andreas Fischer
41ef41ac63
[ticket/10774] Add unit tests for UNIQUE index existence and creation.
...
PHPBB3-10774
2012-04-10 00:46:24 +02:00
Andreas Fischer
f3af5945e3
[ticket/10653] Fix parameter to substr() in unit tests. Should be 1, not -1.
...
PHPBB3-10653
2012-03-04 22:11:45 +01:00
Andreas Fischer
6df721b215
[ticket/10653] Unit tests for get_row_count() and get_estimated_row_count().
...
PHPBB3-10653
2012-03-04 01:59:40 +01:00
Andreas Fischer
c0b3239bf3
[ticket/10512] Call startup.php from tests/bootstrap.php
...
PHPBB3-10512
2012-02-04 00:38:16 +01:00
Unknown
17991823ea
[ticket/9916] Updating License in the header
...
PHPBB3-9916
2012-01-02 16:18:32 +00:00
Oleg Pudeyev
519db8e3b2
Merge remote-tracking branch 'cyberalien/ticket/10507' into develop-olympus
...
* cyberalien/ticket/10507:
[ticket/10507] DBAL unit test
[ticket/10507] Sort styles in acp
2011-12-24 00:57:07 -05:00
Vjacheslav Trushkin
80149d0c87
[ticket/10507] DBAL unit test
...
Unit test for ORDER BY LOWER(style_name)
PHPBB3-10507
2011-12-15 16:18:52 +02:00
Oleg Pudeyev
bf6d501ab1
Merge remote-tracking branch 'Noxwizard/ticket/10349' into develop-olympus
...
* Noxwizard/ticket/10349:
[ticket/10349] Removed duplicated functions from schema loading in tests
[ticket/10349] Update function comment
[ticket/10349] Use new schema comment function in installer
[ticket/10349] Unit tests: Consolidate schema comment removal functions
[ticket/10349] Unit tests: Remove comments while loading schema files
2011-12-03 22:07:34 -05:00
Igor Wiedler
aef3652d7a
[ticket/10483] Fix test suite when running with MySQL strict mode
...
PHPBB3-10483
2011-11-21 13:09:27 +01:00
Nils Adermann
cfaf0e1e96
Merge remote-tracking branch 'github-nickvergessen/ticket/10296' into develop-olympus
...
* github-nickvergessen/ticket/10296:
[ticket/10296] Fix CROSS JOIN with INNER JOIN on MSSQL, Postgres and Oracle
[ticket/10296] Add unit test for CROSS JOIN with INNER JOIN
2011-11-18 19:17:20 +01:00
Joas Schilling
e8686d9dad
[ticket/10296] Add unit test for CROSS JOIN with INNER JOIN
...
PHPBB3-10296
2011-11-15 22:14:28 +01:00
Andreas Fischer
f31da015fc
Merge remote-tracking branch 'nickvergessen/ticket/9066' into develop-olympus
...
* nickvergessen/ticket/9066:
[ticket/9066] Move regex into get_preg_expression function and add tests
[ticket/9066] Disallow some database prefix to prevent same errors and problems
2011-11-14 15:46:50 +01:00
Joas Schilling
3302305cd4
[ticket/9066] Move regex into get_preg_expression function and add tests
...
PHPBB3-9066
2011-11-14 15:10:25 +01:00
Patrick Webster
baac9e5d15
[ticket/10349] Removed duplicated functions from schema loading in tests
...
PHPBB3-10349
2011-10-29 17:10:10 -05:00
Andreas Fischer
fa1d9a4571
[ticket/10416] Pass dbport to PDO object in ...connection_manager::connect().
...
PHPBB3-10416
2011-10-16 20:10:37 +02:00
Igor Wiedler
cafefe9379
Merge remote-tracking branch 'bantu/ticket/10327' into develop-olympus
...
* bantu/ticket/10327:
[ticket/10327] Use $this->tools instead of creating a new instance of db_tools.
[ticket/10327] Also change CREATE UNIQUE INDEX to use ALTER TABLE.
2011-10-14 17:50:08 +02:00
Andreas Fischer
607761e830
[ticket/10327] Use $this->tools instead of creating a new instance of db_tools.
...
PHPBB3-10327
2011-10-14 17:23:29 +02:00