Commit Graph

37 Commits

Author SHA1 Message Date
Madhura Jayaratne
5605ec6652 Update tests with sentence case
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-08-26 17:35:50 +10:00
Madhura Jayaratne
473d9ba54a For tests MySQL version is defined as 5.50. So document links will get point to the latest, which is 5.7 now
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-07-20 09:54:02 +05:30
Tapan Halani
0ac7e8f0f6 Fix feature#1609: Lock page navigation when entering data.
Signed-off-by: Tapan Halani <tapanhalani231@gmail.com>
2015-03-14 22:07:44 +05:30
Marc Delisle
38bb19ffb6 bug #4655 Undefined index: collation_connection
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-12-26 08:29:09 -05:00
Ann + J.M
6feb3b0d3a Fix failing unit tests
Signed-off-by: Ann + J.M. <phpMyAdmin@ZweiSteinSoft.de>
2014-10-22 20:06:14 +02:00
Ashutosh Dhundhara
508f0a752b RFE#919: Multiple-column foreign key relation.
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>

Fix missing master column.

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>

Fix failing test.

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>

Fix coding styles.

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>

Fix function doc.

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>

Fix coding styles.

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
2014-08-01 19:50:12 +05:30
Marc Delisle
f9a0e1e8e9 Unused code or parameter
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-05-29 12:39:36 -04:00
Hugues Peccatte
cbc966c03d PHPCS updates.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-03-15 12:29:31 +01:00
Marc Delisle
d808194e2d Merge commit '5f93f45' 2014-02-28 15:15:31 -05:00
Sampath Liyanage
5f93f45c04 test failure fixed
Signed-off-by: Sampath Liyanage <plbsam@gmail.com>
2014-03-01 00:15:08 +05:30
Dhananjay
0a18d86059 Fix for bug#4237.
Signed-off-by: Dhananjay <dhananjaynakrani@gmail.com>
2014-02-07 11:56:46 +05:30
ayushchd
b9a5bffaba Testsuite code-compliance fixes 2013-08-07 22:28:46 +05:30
Michal Čihař
d7c3b58337 Dropped MySQL manual type configuration
Nothing but default settings is really working now:

- most formats are no longer available on MySQL formats
- for downloadable doc our links are in most cases broken and nobody
  noticed this, so I assume nobody is using this
- anyway most current installations don't have troubles with internet
  access what was main motivation for this configuration directive
2013-08-07 08:32:01 +02:00
Michal Čihař
83712de59a Do not rely on previous globals 2013-06-11 14:18:32 +02:00
Michal Čihař
8b9fa8aa36 Do not set language in every test 2013-06-11 14:02:49 +02:00
Michal Čihař
ba9cff2736 Set token in single place for all tests 2013-06-11 13:53:31 +02:00
Madhura Jayaratne
0dab7f2463 Separate DatabaseInterface class and creation of an instance of it 2013-05-26 21:28:42 +05:30
Madhura Jayaratne
650a8cdda3 Convert database interface to a class 2013-05-24 17:30:59 +05:30
Michal Čihař
92c76b9630 Various class name improvements in testsuite 2013-05-02 15:57:09 +02:00
Marc Delisle
87b0c7c9f9 Forgot to fix the test 2013-02-08 10:59:11 -05:00
Marc Delisle
2723495a4f Removed the AjaxEnable directive 2012-12-21 16:04:57 -05:00
Rouslan Placella
843b21b300 Fixed dbsearch test case 2012-11-01 13:34:28 +00:00
Dieter Adriaenssens
6f02ec614e improve comment, fix typo 2012-10-20 02:26:39 +02:00
Madhura Jayaratne
bc5de586c6 Doc block improvements (mostly specifying return types) 2012-09-26 22:55:04 +05:30
Michal Čihař
9a82e9d3ca Adjust MySQL version to new default 2012-09-21 16:01:02 +02:00
Chanaka Indrajith
9cf33ea0cc Resolved conflicts 2012-09-19 00:46:28 +05:30
Michal Čihař
25b28000c8 Add missing variable to this test 2012-09-17 16:17:07 +02:00
Michal Čihař
adde53d899 Simplify dbsearch test using new dummy dbi
Also make it reuse dummy queries from qbe test
2012-09-17 16:12:06 +02:00
Michal Čihař
3b357483c7 No need to use mockup for non abstract classes 2012-09-17 14:01:19 +02:00
Chanaka Indrajith
a49fd1a154 Modified some untracked files 2012-09-16 17:09:12 +05:30
Chanaka Indrajith
a6234ae0a3 Renamed the file to Util.class.php and modify the relavant files 2012-09-16 13:48:21 +05:30
Michal Čihař
69fdc5d209 Various coding style improvements 2012-09-04 15:43:25 +02:00
Michal Čihař
dff1f6afc3 Various coding style improvements 2012-09-04 15:28:21 +02:00
Michal Čihař
ff16e8bdd0 Use assertInstanceOf instead of manual testing 2012-09-04 15:18:30 +02:00
Yasitha Pandithawatta
7823dfffa5 switched assertEquals params in test/classes directory 2012-08-24 22:15:19 +05:30
Yasitha Pandithawatta
3e9a5f69dc Test class for PMA_DBQbe 2012-07-29 10:37:23 +05:30
Yasitha Pandithawatta
7b0b4482d8 Add test class for DbSearch.class.php 2012-07-28 00:00:10 +05:30