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
Michal Čihař
e2d154319d
Merge pull request #567 from adamgsoc2013/ut_plu_dbi
...
add test cases to cover more issues on import and transformations
2013-08-06 01:11:42 -07:00
adamgsoc2013
202d7f40bc
Merge branch 'master' of https://github.com/phpmyadmin/phpmyadmin into UT_plu_table
2013-08-05 23:50:43 +08:00
adamgsoc2013
66184fe8cc
fix code comments on test code
2013-08-05 23:50:20 +08:00
adamgsoc2013
09e4190073
using space instead of tab; fixing indention
2013-08-05 22:48:49 +08:00
adamgsoc2013
12a827abc4
add test cases to cover more issues on import and transformations
2013-08-05 22:43:33 +08:00
xmujay
9fb3acebee
split the long assertion which failed due to time hard code
2013-08-04 17:49:26 -04:00
ayushchd
7eebe49fd7
Fix test case for date issue
2013-08-04 20:41:02 +05:30
Madhura Jayaratne
a84700e151
Merge pull request #553 from ayushchd/unit_testing_2
...
UTs and fixes
2013-08-04 04:17:50 -07:00
ayushchd
ec411d700b
Fix test case
2013-08-03 23:03:48 +05:30
ayushchd
9c6041c816
More tests for export libraries
2013-08-03 22:25:17 +05:30
Isaac Bennetch
91c2523fa2
Merge pull request #555 from kasunchathuranga/unitTesting
...
Unit testing
2013-08-03 06:39:43 -07:00
ayushchd
226e027e5b
Merge remote-tracking branch 'upstream/master' into unit_testing_2
2013-08-03 15:12:37 +05:30