Commit Graph

213 Commits

Author SHA1 Message Date
Madhura Jayaratne
af5c63a905 Wrong data being used. Now use correct data. 2011-08-22 21:08:06 +05:30
Madhura Jayaratne
47f79cf091 Fix indentation 2011-08-22 20:44:09 +05:30
Madhura Jayaratne
a7e48cde10 More test data 2011-08-22 20:43:50 +05:30
Dieter Adriaenssens
e82d3c7136 require/include are statements not functions; no parentheses are required 2011-08-21 23:36:10 +02:00
Michal Čihař
5624ed3dc0 Fix class name 2011-08-19 11:05:38 +02:00
Michal Čihař
3ab9bdf5e3 Remove stray code 2011-08-19 10:52:09 +02:00
Michal Čihař
e479f1c843 Add test for js escaping 2011-08-19 10:47:45 +02:00
Madhura Jayaratne
b3d627f3f6 Missing default function for Spatial types 2011-08-17 23:23:34 +05:30
Madhura Jayaratne
20ff8f2ee0 These types are now supported in PMA 2011-08-17 20:45:16 +05:30
Madhura Jayaratne
d501fc1fe6 Merge branch 'OpenGIS' 2011-08-17 18:02:25 +05:30
Michal Čihař
c04a557c02 Drop databases only if they do exist 2011-08-17 14:18:19 +02:00
Madhura Jayaratne
0387ea0b40 Merge branch 'master' of git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin into OpenGIS 2011-08-17 16:48:50 +05:30
Michal Čihař
aca93f4508 Fix typo in testcase as well 2011-08-17 13:14:26 +02:00
Madhura Jayaratne
46722b8035 Merge branch 'master' into OpenGIS 2011-08-17 16:43:18 +05:30
Piotr Przybylski
a9d583e5d5 Add some missing @return tags in tests 2011-08-16 14:30:46 +02:00
Michal Čihař
74764f3cf1 Add test case for failed eval 2011-08-15 11:24:54 +02:00
Michal Čihař
7654af9632 Add test for errors 2011-08-15 11:21:38 +02:00
Michal Čihař
670b6ea38b Fix test with lang set 2011-08-15 11:18:25 +02:00
Michal Čihař
83b859f679 Add test for quotes handling 2011-08-15 11:07:35 +02:00
Michal Čihař
e4c101c4d6 Add more cases for adding rules 2011-08-15 11:02:39 +02:00
Michal Čihař
9889e68133 Add testcase for adding rules 2011-08-15 10:54:53 +02:00
Michal Čihař
843de6fdf5 Fix testcase 2011-08-15 10:39:57 +02:00
Michal Čihař
099be90fba Add test for parsing 2011-08-15 10:38:09 +02:00
Michal Čihař
aec113c7b7 Rename file to match standards 2011-08-15 10:36:01 +02:00
Michal Čihař
4a4933c294 Add testscase for advisor escaping 2011-08-15 09:22:03 +02:00
Madhura Jayaratne
7d7dd02e8c Merge branch 'master' into OpenGIS
Conflicts:
	tbl_select.php
2011-08-13 14:12:46 +05:30
Madhura Jayaratne
16a039392b Remove tab characters 2011-08-13 10:11:08 +05:30
Madhura Jayaratne
9ed1cd7c3e Use abstract test class to avoid code duplications in tests 2011-08-13 10:10:32 +05:30
Madhura Jayaratne
cb176b2648 Unit tests for PMA_GIS_Factory class 2011-08-13 00:17:36 +05:30
Madhura Jayaratne
005a4ce61b Unit test for PMA_GIS_modifyQuery 2011-08-12 15:09:03 +05:30
Madhura Jayaratne
333dc9ccec Unit tests for PMA_GIS_Multipolygon class 2011-08-12 11:59:22 +05:30
Madhura Jayaratne
f60672d0d3 More tests for PMA_GIS_Polygon class 2011-08-12 11:22:57 +05:30
Madhura Jayaratne
760d895036 Unit tests for PMA_GIS_Polygon class 2011-08-12 08:30:14 +05:30
Madhura Jayaratne
68d617ad17 Unit tests for PMA_GIS_Multilinestring class 2011-08-12 07:03:24 +05:30
Madhura Jayaratne
591be45324 Unit tests for PMA_GIS_Linestring class 2011-08-11 22:40:55 +05:30
Madhura Jayaratne
881d2f29b7 Tests for PMA_GIS_Multipoint class 2011-08-11 22:01:24 +05:30
Madhura Jayaratne
81667ad578 Unit tests for PMA_GIS_Point class 2011-08-11 21:45:24 +05:30
Michal Čihař
64a33bd6bc Also do aliases 2011-08-10 16:17:18 +02:00
Michal Čihař
b0951818b5 Add class for creating PDF document 2011-08-10 16:17:18 +02:00
Michal Čihař
af6954fe82 Add testcase for PMA_File::getContent 2011-08-10 11:31:48 +02:00
Michal Čihař
e3306f098d Make test not dependending on set/non set variables 2011-08-10 11:28:39 +02:00
Michal Čihař
9b4128ed6e Make test not dependending on set/non set token 2011-08-10 11:26:29 +02:00
Michal Čihař
0c965a91ad Make test not dependending on set/non set variables 2011-08-10 11:25:13 +02:00
Michal Čihař
f9e2218d96 Fix doc 2011-08-10 10:09:02 +02:00
Michal Čihař
096d06eda0 Move class tests to test/classes 2011-08-10 10:06:54 +02:00
Michal Čihař
f1e2897da0 Return true on succsess 2011-08-10 10:04:17 +02:00
Michal Čihař
2df16b3187 Start testcases for PMA_File class 2011-08-10 09:48:42 +02:00
Rouslan Placella
2ebf0702f1 Fixed trigger editor unit test 2011-08-09 22:40:57 +01:00
Michal Čihař
8f618e6f01 Convert more occurences of inline autosubmit code to external js 2011-08-08 13:29:20 +02:00
Michal Čihař
44f007a879 Add tests for theme manager 2011-08-08 11:54:23 +02:00