Commit Graph

503 Commits

Author SHA1 Message Date
ayushchd
2a5183d9f0 Merge remote-tracking branch 'upstream/master' into unit_testing 2013-07-17 11:47:28 +05:45
ayushchd
7312cd5b01 Tests for AuthenticationConfig and AuthenticationCookie 2013-07-16 21:44:49 +05:45
Michal Čihař
574f520b1a Use new shared runkit detection 2013-07-15 10:51:43 +02:00
Michal Čihař
57c1efd166 Merge pull request #504 from adamgsoc2013/UT_plu_table
add unit test case for PMA_Table*
2013-07-15 04:01:05 -07:00
adamgsoc2013
014cbe7036 not need to do on tearDown 2013-07-15 17:07:53 +08:00
adamgsoc2013
7cf5cc0d4c make better diff 2013-07-15 10:42:31 +08:00
adamgsoc2013
5f0a987362 add unit test case for PMA_Table* 2013-07-15 10:30:53 +08:00
xmujay
3f358142cb fix the "Not support query" error by moving mock data to DBI Dummy class 2013-07-13 11:31:01 +08:00
Michal Čihař
e338e91e9d Improve version parsing to cope with version numbers we use currently 2013-07-12 10:54:59 +02:00
Michal Čihař
fc163bb512 Move version parsing to Util class 2013-07-12 10:54:01 +02:00
Michal Čihař
dcd8d12cf6 Move version gathering into function and test it 2013-07-12 10:21:17 +02:00
Michal Čihař
e651c7aaf2 Merge pull request #487 from ayushchd/unit_testing_2
UTs for libraries/config/*, added validator class
2013-07-11 07:34:59 -07:00
ayushchd
32157f3425 Add tests for PMA_Form and PMA_FormDisplay 2013-07-11 14:30:57 +05:45
Michal Čihař
d286715cce Replace tabs with spaces 2013-07-10 14:58:44 +02:00
adamgsoc2013
9d8e88bbb1 Add UT to validate that the data is set correctly on the sub class of Schema 2013-07-10 00:26:24 +08:00
xmujay
a90ae2550f add FEDERATED to DBI dummy data 2013-07-06 11:45:38 +08:00
Michal Čihař
b8be7d6285 Merge pull request #463 from adamgsoc2013/UT_pluginss
1. add UT for import ODS 2. fix warning in source code when import ODS file
2013-07-01 06:56:21 -07:00
Michal Čihař
6f16d41358 Globals backups should not be required anymore 2013-07-01 15:50:59 +02:00
adamgsoc2013
3138f18769 using OpenOffice ODS file for importing ods testing 2013-07-01 21:38:52 +08:00
adamgsoc2013
daa3a45ed8 add UT from LDI 2013-06-30 13:56:22 +08:00
adamgsoc2013
f818a5dd68 fix the assert failure 2013-06-29 23:10:18 +08:00
adamgsoc2013
80ed9fea8d 1. add UT for import ODS 2. fix warning in source code when import ODS file 2013-06-29 22:16:52 +08:00
adamgsoc2013
99f9f6fa3b add test case for import CSV 2013-06-26 21:32:32 +08:00
adamgsoc2013
4cbdd7ce2d add test case for import SQL 2013-06-26 20:51:40 +08:00
adamgsoc2013
f99f56577c Merge branch 'master' of https://github.com/phpmyadmin/phpmyadmin into UT_pluginss 2013-06-24 22:32:17 +08:00
adamgsoc2013
c6eed3f5b2 add real test case for import MediaWiki Database 2013-06-24 21:57:56 +08:00
Michal Čihař
bebba32337 Merge remote-tracking branch 'origin/QA_4_0'
Conflicts:
	libraries/config.values.php
	libraries/sql_query_form.lib.php
	server_binlog.php
	server_databases.php
	tbl_structure.php
	test/classes/PMA_DisplayResults_test.php
2013-06-24 10:41:54 +02:00
adamgsoc2013
5808e8bfc2 add other test case for more coverage 2013-06-23 00:27:04 +08:00
Marc Delisle
d4d5a03766 Bug #3960 NavigationBarIconic config not honored 2013-06-21 10:00:41 -04:00
adamgsoc2013
f8cc205285 using GLOBAL for code concurrency 2013-06-18 16:39:35 +08:00
adamgsoc2013
646329bdde using GLOBAL instead of global for code concurrency 2013-06-18 16:35:52 +08:00
adamgsoc2013
589f75976f change to assertion to import string but not all string since it will be changed frequently 2013-06-18 15:24:42 +08:00
adamgsoc2013
f4e230b180 add timezone setting for Text_Plain_Dateformat 2013-06-18 09:35:45 +08:00
adamgsoc2013
cdfb0b890d fix the assertion due to PMA_IS_GD2 setting 2013-06-17 23:49:04 +08:00
adamgsoc2013
4b0abc1977 1. move test data to test_data dir
2. refactor the require_once
2013-06-17 23:35:07 +08:00
adamgsoc2013
e693108728 Merge branch 'master' of https://github.com/phpmyadmin/phpmyadmin into UT_pluginss 2013-06-17 22:14:15 +08:00
Michal Čihař
b67698f2ce Merge pull request #429 from adamgsoc2013/UT_transform2
add Image transformations class
2013-06-17 02:01:55 -07:00
Madhura Jayaratne
00284d7437 Temporarily revert 0f4e573b1e, until further investigations on test failures 2013-06-16 22:23:55 +05:30
adamgsoc2013
98520eac29 keep code consistence 2013-06-16 13:09:34 +08:00
adamgsoc2013
336d18cdbc remove unneeded case 2013-06-16 12:20:00 +08:00
adamgsoc2013
f7051156a2 fix the timezone difference 2013-06-16 12:11:03 +08:00
adamgsoc2013
82e361376c refactor the output format 2013-06-16 12:01:24 +08:00
adamgsoc2013
e0eccfbaf9 format the output html 2013-06-16 00:15:53 +08:00
adamgsoc2013
0c0d67e4c0 add Image transformations class 2013-06-15 22:36:31 +08:00
adamgsoc2013
43a9886aa3 add doImport real case 2013-06-15 22:06:15 +08:00
Michal Čihař
a3ed2b3db1 Merge pull request #426 from adamgsoc2013/UT_pluginss
add test case for some import class
2013-06-14 00:29:55 -07:00
adamgsoc2013
a2e21be0b7 using HTML tag when testing Text_Plain_Formatted 2013-06-13 22:54:20 +08:00
adamgsoc2013
40356e9831 add test case for some import class 2013-06-13 21:34:35 +08:00
adamgsoc2013
3cea36f8b0 modify the test cases to better ones 2013-06-13 21:09:33 +08:00
adamgsoc2013
e03be6c62f fix assert failed 2013-06-12 22:45:30 +08:00