Commit Graph

48 Commits

Author SHA1 Message Date
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ř
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
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
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
ayushchd
81a338679d Tests for libraries/plugins/export* 2013-07-31 02:06:34 +05:30
Michal Čihař
eebdc0ce06 This test takes sometimes longer 2013-07-30 13:42:31 +02:00
Madhura Jayaratne
f25e0e8229 Fix class name 2013-07-27 22:34:32 +05:30
Madhura Jayaratne
c03661e950 Fix indentation 2013-07-27 22:34:04 +05:30
ayushchd
b86f703a6a UTs for libraries/plugins/Plugin* 2013-07-18 15:31:43 +05:45
ayushchd
6f2a532bf0 Tests for AuthenticationHttp and AuthenticationSignon 2013-07-17 17:33:09 +05:45
ayushchd
8629633154 Modify constant values for better understanding 2013-07-17 16:47:25 +05:45
ayushchd
7312cd5b01 Tests for AuthenticationConfig and AuthenticationCookie 2013-07-16 21:44:49 +05:45
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ř
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
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
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
c6eed3f5b2 add real test case for import MediaWiki Database 2013-06-24 21:57:56 +08:00
adamgsoc2013
5808e8bfc2 add other test case for more coverage 2013-06-23 00:27:04 +08: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
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
adamgsoc2013
cbe0bebbb9 add test case for Text_Plain_$type classes 2013-06-12 22:38:35 +08:00
adamgsoc2013
64415ab4c1 add test for applyTransformation 2013-06-12 18:23:30 +08:00
adamgsoc2013
95f29b01c7 testing Text_Plain_Append::getInfo() instead of Text_Plain_Append_getInfo() 2013-06-12 00:20:12 +08:00
adamgsoc2013
7c07bb3b24 add test for transformation class: Text_Plain_Append 2013-06-12 00:08:33 +08:00