Commit Graph

189 Commits

Author SHA1 Message Date
Yasitha Pandithawatta
7ca27e29ef Test case for CachedFileReader 2012-08-14 13:28:50 +05:30
Yasitha Pandithawatta
cce7524f45 Merge remote-tracking branch 'upstream/master' 2012-08-14 13:23:28 +05:30
Yasitha Pandithawatta
615ae47836 Test class for FileReader 2012-08-14 13:21:37 +05:30
Michal Čihař
df1badb0fd Merge branch 'master' of git://github.com/hastenax/phpmyadmin into hastenax-master
Conflicts:
	libraries/plugins/export/ExportSql.class.php
2012-08-13 20:02:30 +02:00
Yasitha Pandithawatta
0c02c451f4 Test class for StringReader 2012-08-10 23:26:48 +05:30
Yasitha Pandithawatta
ab79c0897d Test class for 2012-08-10 23:12:09 +05:30
Yasitha Pandithawatta
1ca8692aba test class for gettext_reader 2012-08-10 20:29:48 +05:30
Yasitha Pandithawatta
cf06fe961d Add test class for ZipFile lib 2012-08-08 12:25:11 +05:30
hastenax
b062ebdec7 Update test/libraries/common/PMA_quoting_slashing_test.php
Added test for PMA_CommonFunctions::getInstance()->backquote_compat function.
2012-08-02 23:15:28 +04:00
Yasitha Pandithawatta
0e4e024a15 Fixed failing test cases 2012-08-01 10:48:38 +05:30
Yasitha Pandithawatta
501d6e8a37 add test case to the test suit 2012-07-23 23:03:35 +05:30
Michal Čihař
c9b6c0c16e Fix typo in method name 2012-07-19 14:43:54 +02:00
Michal Čihař
b8d5149d82 Enable this test 2012-07-18 14:51:38 +02:00
Michal Čihař
ef366c1b2d Fix expected output 2012-07-18 14:51:22 +02:00
Michal Čihař
41e272356c Adjust docblocks 2012-07-18 14:31:43 +02:00
Michal Čihař
a12c0383c6 Set real PMA_VERSION rather than faking it 2012-07-18 14:27:30 +02:00
Michal Čihař
462106e3c2 We need to reset mb encoding here as PDF resets it to ASCII 2012-07-17 17:19:02 +02:00
Michal Čihař
28ce543c49 Fix assertions (the expected result should be first, use assertTrue for boolean asserts 2012-07-17 17:04:31 +02:00
Michal Čihař
c6e97122ac Move tests which sometimes take too long to medium group 2012-07-17 17:02:37 +02:00
Michal Čihař
bbb3c76b5e Fix testcase to run standalone 2012-07-17 16:51:34 +02:00
Michal Čihař
4169171c6f Remove not needed code from test 2012-07-17 11:18:44 +02:00
Michal Čihař
203e516b91 Reset SQL parser before trying to test it 2012-07-16 14:18:10 +02:00
Michal Čihař
354e6b9986 Fix order of parameters 2012-07-16 14:17:30 +02:00
Michal Čihař
88abe53d2e Define all parameters 2012-07-10 09:32:22 +02:00
Yasitha Pandithawatta
c2ec7a2321 Test cases for mime.lib.php 2012-07-10 00:33:40 +05:30
Yasitha Pandithawatta
bfc886e060 Test cases for build_html_for_db.lib.php 2012-07-09 09:52:30 +05:30
Yasitha Pandithawatta
0b35cc1914 Rename js_escape_test.php 2012-07-08 23:15:51 +05:30
Yasitha Pandithawatta
201ec230f6 Improve PMA_StorageEngine and fixed some failing test cases 2012-07-08 20:03:05 +05:30
Yasitha Pandithawatta
a79e228fae Fixed failing test cases of CommonFunctions.class.php 2012-07-06 15:28:51 +05:30
Chanaka Indrajith
a76dcc4e4f Resolve conflicts 2012-06-30 11:47:45 +05:30
Chanaka Indrajith
106265a7f8 Resolve conflicts 2012-06-30 11:30:39 +05:30
Yasitha Pandithawatta
89600d7b1b test cases for DisplayResults.class.php 2012-06-28 22:29:47 +05:30
Chanaka Indrajith
74de5e3fd3 common.lib.php file renamed to CommonFunctions.class.php 2012-06-28 06:00:58 +05:30
Alex Marin
3fa180b228 oop: merge master, fix commits 2012-06-27 19:52:37 +03:00
Chanaka Indrajith
39d37fafcc Resolved conflicts 2012-06-27 21:53:59 +05:30
Michal Čihař
cacbc79bc8 Add missing variables and includes to make the test work 2012-06-25 12:17:50 +02:00
Michal Čihař
14d2a27b8f Prepare config as test uses it 2012-06-25 11:13:01 +02:00
Michal Čihař
913dd208a0 Include core before libraries which use it 2012-06-25 11:10:22 +02:00
Michal Čihař
0268a0b7c9 Include vendor config before scripts which use it 2012-06-25 11:09:11 +02:00
Chanaka Indrajith
766466135e Implement class behavior of common.lib.php file 2012-06-22 23:38:33 +05:30
Alex Marin
1df5cc8eae oop: remake PMA_blowfish_test 2012-06-22 11:09:25 +03:00
Chanaka Indrajith
c512706677 Modifications to PMA_browseUploadFile() function in common.lib.php and renamed as PMA_getBrowseUploadFileBlock() 2012-06-14 09:45:26 +05:30
Rouslan Placella
a16e723048 Dropped PMA_ajaxResponse() 2012-06-11 17:58:35 +01:00
Rouslan Placella
1f7daca600 Dropped PMA_includeJS() in favor of the PMA_Scripts class 2012-06-11 14:06:04 +01:00
Rouslan Placella
d817f6cccc Renamed PMA_reloadNavigation() to PMA_getReloadNavigationScript() 2012-06-11 14:06:02 +01:00
Yasitha Pandithawatta
a4472166bd fixed test case errors 2012-06-04 09:59:53 +02:00
Madhura Jayaratne
e1a4f227fd Fix function name: PMA_get_real_size -> PMA_getRealSize 2012-06-01 21:58:59 +05:30
Madhura Jayaratne
3849390b8b Fix function name: PMA_array_merge_recursive -> PMA_arrayMergeRecursive 2012-06-01 21:57:07 +05:30
Madhura Jayaratne
381ae7b85a Fix function name: PMA_array_read -> PMA_arrayRead 2012-06-01 21:46:31 +05:30
Madhura Jayaratne
0a595f1f54 Fix function name: PMA_array_write -> PMA_arrayWrite 2012-06-01 21:44:33 +05:30