Commit Graph

1215 Commits

Author SHA1 Message Date
Michal Čihař
dfccfa9dc5 Merge pull request #619 from ayushchd/uts_refactored
Unit tests for insert_edit.lib.php
2013-08-20 22:28:28 -07:00
ayushchd
fd97b69c22 Tests for libraries/insert_edit.lib.php 2013-08-21 02:21:59 +05:30
Michal Čihař
7eb2ba9c83 Merge pull request #608 from ayushchd/ref_uts
Fixes and tests
2013-08-20 02:22:13 -07: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
Marc Delisle
991ef03715 Merge pull request #607 from xmujay/mult_submit_refactor
more UTs for PMA_mult_submits
2013-08-19 02:52:10 -07:00
adamgsoc2013
84530d30d8 Runkit testing for DBIMysqli 2013-08-18 21:55:02 +08:00
ayushchd
f68c3fe3e7 Tests for libraries/tbl_columns_definition_form.lib.php 2013-08-18 19:22:05 +05:30
xmujay
608ef69919 more UTs for PMA_mult_submits 2013-08-18 16:04:57 +08:00
Marc Delisle
490b77207f Merge pull request #603 from xmujay/mult_submit_refactor
refactor PMA_mult_submits and Add UT
2013-08-17 03:34:41 -07:00
xmujay
4f2559d3a3 add UT for PMA_mult_submits 2013-08-17 00:23:42 +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
xmujay
230f5c7103 Merge branch 'master' of https://github.com/phpmyadmin/phpmyadmin into mult_submit_refactor 2013-08-16 13:49:10 +08: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
xmujay
cd98246d44 refactor PMA_mult_submits and Add UT 2013-08-15 00:01:13 +08:00
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
xmujay
f0a225f516 Uts for PMA_server_privileges 2013-08-12 21:32:37 +08:00
adamgsoc2013
96c777b068 fix the DBI mocking on Pdf_Relation_Schema_test 2013-08-12 20:12:00 +08:00
Marc Delisle
490f960042 Merge pull request #584 from xmujay/fixUT
UTs for PMA_server_privileges
2013-08-11 22:56:40 -07: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
8c7566093d fix the assertion error for testPMAGetRelationsParam 2013-08-12 00:28:00 +08:00
adamgsoc2013
05f7400ff9 fix code Static Analysis Warnings 2013-08-12 00:18:04 +08:00
adamgsoc2013
7fff24ac6c Merge branch 'master' of https://github.com/phpmyadmin/phpmyadmin into ut_plu_dbi 2013-08-11 23:23:42 +08:00
adamgsoc2013
4ee99d653f refactor case for schema 2013-08-11 21:31:18 +08:00
xmujay
9e2639eca8 add test case for PMA_server_privileges 2013-08-11 16:40:15 +08:00
Michal Čihař
5649872c03 Merge pull request #580 from adamgsoc2013/ut_plu_dbi
fix code Static Analysis Warnings
2013-08-09 09:33:47 -07:00
Marc Delisle
db39b07d95 Merge pull request #579 from xmujay/fixUT
fix UT error and add UT for PMA_server_privileges
2013-08-09 08:23:43 -07:00
adamgsoc2013
d467f4441a fix code Static Analysis Warnings 2013-08-09 23:19:13 +08:00
xmujay
d1a70dcf82 fix UT error and add UT for PMA_server_privileges 2013-08-09 18:31:12 +08:00
adamgsoc2013
bd7eefc39b add more test cases 2013-08-08 23:04:34 +08:00
Michal Čihař
482b6a23b7 Another SQL fixup 2013-08-07 19:51:35 +02:00
Michal Čihař
2764e7b940 Fix expected SQL query 2013-08-07 19:44:41 +02:00
ayushchd
b9a5bffaba Testsuite code-compliance fixes 2013-08-07 22:28:46 +05:30
Michal Čihař
7153a45546 Correctly merge server variables fix to master 2013-08-07 14:43:01 +02:00