Commit Graph

64 Commits

Author SHA1 Message Date
Michal Čihař
0a3d1d5be8 Better names for URL generating functions 2013-08-07 10:58:17 +02:00
Michal Čihař
a2e9ee199e Migrate PMA_sendHeaderLocation testing to shared header testing code 2013-07-15 10:42:41 +02:00
Michal Čihař
34dce1d3b4 Various coding style improvements 2013-06-11 16:27:31 +02:00
Michal Čihař
8b9fa8aa36 Do not set language in every test 2013-06-11 14:02:49 +02:00
Michal Čihař
ba9cff2736 Set token in single place for all tests 2013-06-11 13:53:31 +02:00
Madhura Jayaratne
0dab7f2463 Separate DatabaseInterface class and creation of an instance of it 2013-05-26 21:28:42 +05:30
Madhura Jayaratne
650a8cdda3 Convert database interface to a class 2013-05-24 17:30:59 +05:30
Michal Čihař
4382c7385c Wrap some long lines 2013-05-02 16:03:51 +02:00
Michal Čihař
92c76b9630 Various class name improvements in testsuite 2013-05-02 15:57:09 +02:00
Michal Čihař
a9e12ddec7 Various coding style improvements 2013-03-01 09:54:26 +01:00
ayushchd
f786c4c83a Added another assertion for testSendHeaderLocationWithoutSidWithIis
Also fixed the syntax for getting user defined constants as previous
one was failing the Travid build
2013-02-28 22:01:35 +05:30
ayushchd
12f2c08aff Fixed test failures and errors caused in tests using the runkit extension
Fixed:

1. errors pertaining to runkit extension in tests under
PMA_headerLocation_test.php
2. errors pertaining to runkit extension in tests under
PMA_whichCrlf_test.php
3. failed test: testSendHeaderLocationWithoutSidWithIis()
2013-02-28 20:54:24 +05:30
Michal Čihař
d64daa0cdb Include some possibly missing variables 2013-02-12 14:09:06 +01:00
Dieter Adriaenssens
d7f02a4598 wrap long lines 2013-01-15 20:03:39 +01:00
Dieter Adriaenssens
ead7b1a95d use include_once when including a file conditionally 2013-01-15 19:59:21 +01:00
Marc Delisle
0fb7b5907d Fix merge conflicts 2013-01-15 12:50:14 -05:00
Marc Delisle
373a7a025e bug #3599362 [core] Double-escaped error message 2013-01-15 12:42:04 -05:00
Marc Delisle
95fa48fc8e Remove remaining code in tbl_alter.php 2012-12-18 15:44:39 -05:00
Rouslan Placella
eedf07e915 Dropped getReloadNavigationScript(), this is already handled by Footer.class.php 2012-10-30 20:23:59 +00:00
Rouslan Placella
9e3a9ee52f Dropped main.php 2012-10-30 20:10:20 +00:00
Madhura Jayaratne
0c48470d83 Fix tag order 2012-09-22 22:26:48 +05:30
Chanaka Indrajith
9cf33ea0cc Resolved conflicts 2012-09-19 00:46:28 +05:30
Michal Čihař
89fe885646 Use phpunits output buffering instead of own one 2012-09-17 13:23:42 +02:00
Chanaka Indrajith
6971295e96 Renamed PMA_CommonFunctions::getInstance()-> with PMA_Util:: 2012-09-16 14:41:47 +05:30
Chanaka Indrajith
a6234ae0a3 Renamed the file to Util.class.php and modify the relavant files 2012-09-16 13:48:21 +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ř
bbb3c76b5e Fix testcase to run standalone 2012-07-17 16:51:34 +02:00
Chanaka Indrajith
a76dcc4e4f Resolve conflicts 2012-06-30 11:47:45 +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
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
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
Madhura Jayaratne
ddc575ca04 Fix function name: PMA_array_remove -> PMA_arrayRemove 2012-06-01 21:41:59 +05:30
Michal Čihař
08ceb6e44d Pass parameter as parameter instead of defining constant 2012-05-11 14:46:02 +02:00
Michal Čihař
317b365baa Various coding style improvements 2012-04-24 14:06:15 +02:00
Madhura Jayaratne
3332151859 Fix Checkstyle Warnings - Type: CloseBracketLine (Closing parenthesis of a multi-line function call must be on a line by itself) 2012-04-14 09:09:21 +05:30
Madhura Jayaratne
ea800101cb Fix Checkstyle Warnings - Type: BraceOnSameLine 2012-04-13 21:50:26 +05:30