Commit Graph

608 Commits

Author SHA1 Message Date
Dieter Adriaenssens
4a2a360f8c fix coding style 2013-09-07 23:08:02 +02:00
Dieter Adriaenssens
a9c04994a6 fix coding style : add spaces between function arguments, wrap long lines 2013-09-06 17:45:01 +02:00
Kasun Chathuranga
869cd62141 Fix typing mistake 2013-09-05 07:35:19 +05:30
Kasun Chathuranga
12fc6ae454 Test classes added for navigation panel highlight feature 2013-09-04 07:28:10 +05:30
Kasun Chathuranga
7c96afbf1a Tests for changing icon based on link target 2013-09-04 07:07:05 +05:30
Madhura Jayaratne
d4c3a75e3e Add missing doc comment 2013-08-27 23:38:13 +05:30
Marc Delisle
c0bd3cda06 Remove dead test 2013-08-27 10:58:05 -04:00
Marc Delisle
e25db4a004 Fix merge conflicts 2013-08-27 10:54:59 -04:00
Michal Čihař
1084e4dfdd Do not show tooltip in table navigation
Most tables don't have any comment set and this causes serious slow down
of a navigation.
2013-08-27 11:08:28 +02:00
Michal Čihař
d6073a9053 Do not test ssl without certificates 2013-08-21 14:36:39 +02:00
Michal Čihař
6b9dd0e096 Whitespace cleanup 2013-08-21 14:06:44 +02:00
Michal Čihař
f2b6a3d8b2 Properly mark test as incomplete 2013-08-21 14:06:44 +02:00
Michal Čihař
ccb37ec1ec Merge pull request #616 from adamgsoc2013/UT_plu_table
add more Unit test cases for PMA_Table
2013-08-20 02:21:49 -07:00
Michal Čihař
a142cb5e84 Merge pull request #610 from adamgsoc2013/ut_plu_dbi
Runkit testing for DBIMysqli
2013-08-20 02:21:06 -07:00
adamgsoc2013
14d39d20ec add more Unit test case for PMA_Table 2013-08-19 21:24:17 +08:00
adamgsoc2013
84530d30d8 Runkit testing for DBIMysqli 2013-08-18 21:55:02 +08:00
Isaac Bennetch
21045eb700 Merge pull request #591 from kasunchathuranga/unitTesting3
Unit testing for navigation hiding
2013-08-16 05:57:05 -07:00
Michal Čihař
270b83f61f Merge pull request #600 from adamgsoc2013/ut_plu_dbi
runkit testing for dbi/DBIMysql
2013-08-15 07:45:05 -07:00
adamgsoc2013
0e7d0ba5fb runkit testing for dbi/DBIMysql 2013-08-15 21:47:50 +08:00
Kasun Chathuranga
95309515f0 Renamed function 2013-08-15 11:57:28 +05:30
Kasun Chathuranga
3b7aaf59e6 Merge branch 'master' of github.com:phpmyadmin/phpmyadmin into unitTesting3 2013-08-15 11:52:59 +05:30
Michal Čihař
9d00e5934c Merge pull request #571 from ayushchd/ut
Ut
2013-08-13 06:35:23 -07:00
Kasun Chathuranga
6d0b3e652f Fix failing tests 2013-08-13 15:11:17 +05:30
Kasun Chathuranga
1edf192cc6 Unit tests for navigationhiding 2013-08-13 15:02:30 +05:30
Michal Čihař
01760856b5 Merge pull request #590 from adamgsoc2013/UT_plu_table
Refactor the DBI mocking for Pdf_Relation_Schema_test
2013-08-12 09:26:15 -07:00
Michal Čihař
0298467060 Another extra escaping 2013-08-12 18:12:39 +02:00
Michal Čihař
73578413e8 More removed escaping 2013-08-12 18:10:12 +02:00
Michal Čihař
11c986d336 More output fixes 2013-08-12 18:05:26 +02:00
Michal Čihař
d92c5e5590 Fix expected data without html escaping 2013-08-12 18:01:55 +02:00
Michal Čihař
6521ed2283 Missing include and variable 2013-08-12 17:50:46 +02:00
Michal Čihař
15e9c2a538 Correctly set expectation on output 2013-08-12 17:49:00 +02:00
Michal Čihař
28f4263c49 Text all exports as sending file
It makes no sense to go through htmlspecialchars for binary formats.
2013-08-12 17:43:41 +02:00
Michal Čihař
65986506bd Whitespace cleanup 2013-08-12 17:35:26 +02:00
Michal Čihař
638f7be48e Add missing include 2013-08-12 17:35:19 +02:00
adamgsoc2013
96c777b068 fix the DBI mocking on Pdf_Relation_Schema_test 2013-08-12 20:12:00 +08:00
Michal Čihař
7c09b481ae Merge pull request #586 from adamgsoc2013/ut_plu_dbi
fix DBI mocking for cases of schema
2013-08-11 11:23:06 -07:00
adamgsoc2013
05f7400ff9 fix code Static Analysis Warnings 2013-08-12 00:18:04 +08:00
adamgsoc2013
4ee99d653f refactor case for schema 2013-08-11 21:31:18 +08:00
adamgsoc2013
d467f4441a fix code Static Analysis Warnings 2013-08-09 23:19:13 +08:00
adamgsoc2013
bd7eefc39b add more test cases 2013-08-08 23:04:34 +08:00
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
ayushchd
6fa3f66d86 Test for TableProperty class 2013-08-07 00:01:19 +05:30
ayushchd
ff715b1b90 UTs for export libraries 2013-08-07 00:00:51 +05:30
Michal Čihař
f53a05afcc Include gettext instead of mocking up the function 2013-08-06 15:28:19 +02:00
Michal Čihař
f04569966f We now use normal double quotes here 2013-08-06 15:13:27 +02:00
Michal Čihař
121845d6d9 Sometimes takes longer 2013-08-06 15:12:07 +02:00
Michal Čihař
554d0fbb42 Remove tests for removed methods 2013-08-06 13:43:23 +02:00
Michal Čihař
2783d92621 Drop no longer used $cfg['SQP']['fmtColor'] 2013-08-06 13:31:10 +02:00
Michal Čihař
2c1f014171 Replace getCssCodeMirror by inline CSS 2013-08-06 13:29:47 +02:00