Commit Graph

93 Commits

Author SHA1 Message Date
Marc Delisle
baf339f802 Continue to replace warning level with error level 2011-05-04 06:14:28 -04:00
Marc Delisle
73c57b099e Continue to replace warning level with error level 2011-05-03 19:05:24 -04:00
Michal Čihař
c63d3dde81 Add more testcases. 2010-08-30 17:19:10 +02:00
Michal Čihař
e781f7f9b9 Add testcase for failed parsing. 2010-08-30 16:00:33 +02:00
Michal Čihař
4afbb59588 Add testcase for backticked table. 2010-08-30 15:55:52 +02:00
Michal Čihař
24b83423ce Add testcase for simple SELECT. 2010-08-30 15:54:30 +02:00
Michal Čihař
a6ba984504 Start testcase for SQL parser. 2010-08-30 15:53:00 +02:00
Michal Čihař
e6bd28ea88 Test counts as well. 2010-08-30 15:22:49 +02:00
Michal Čihař
7ab207384a Add testcase for validity of SQL parser data. 2010-08-30 15:18:49 +02:00
Michal Čihař
d17fba309c Fix permissions.
Most files were made executable somewhere in ninadsp tree, reverting
this.
2010-08-30 09:53:37 +02:00
ninadsp
9c34a0eec9 Merged branch official/master. Resolved merge conflicts introduced due to merging of Piotr and Martynas's branches 2010-08-28 01:53:52 +05:30
Michal Čihař
99975dfc17 Merge branch 'QA_3_3'
Conflicts:
	test/PMA_headerLocation_test.php
2010-08-25 09:30:12 +02:00
Herman van Rink
0aba4e12f0 Updated unittest to conform latest update 2010-08-24 15:44:49 +02:00
Herman van Rink
b301062bee Generalized include, to incorporate the Config class 2010-08-24 15:14:27 +02:00
Herman van Rink
5920476d44 Updated unittest to conform latest update 2010-08-23 14:30:17 +02:00
ninadsp
e646a2760c Fixed conflict due to upstream merge 2010-07-23 21:59:15 +05:30
Michal Čihař
318dc4b650 Drop @version tag from docblocks. 2010-07-20 13:59:17 +02:00
Michal Čihař
df4a6efe47 Drop convcharset/pma_charset handling.
This code had no real use, it was used for converting strings from MySQL
to browser encoding.
2010-07-20 11:46:11 +02:00
ninadsp
38ac78e3ba merging changes from origin 2010-05-24 18:32:42 +05:30
Michal Čihař
dffd1dc1a2 Get rid of strSuccess. 2010-05-24 11:30:28 +02:00
Michal Čihař
88ff43da9f Remove strError occurences. 2010-05-24 11:27:08 +02:00
ninadsp
bed1948d04 testing git setup - no major change made in code yet
only added a few comments
2010-05-23 01:22:01 +05:30
Marc Delisle
dd845888f8 not really an old-style message 2010-05-17 12:53:26 -04:00
Michal Čihař
3436ce42cc Migrate separator code to gettext. 2010-05-13 11:31:34 +02:00
Michal Čihař
0dcbea28eb Move byte units translations to proper place. 2010-05-13 11:26:54 +02:00
Michal Čihař
588a63e6c0 These globals are no longer needed. 2010-05-13 11:23:57 +02:00
Marc Delisle
2182098af6 strings to gettext, second batch 2010-05-04 20:07:19 -04:00
Marc Delisle
f55823f47f strings to gettext, first batch 2010-05-03 12:57:46 -04:00
Michal Čihař
97a5c047d1 Convert end of lines. 2010-04-15 10:23:22 +02:00
Michal Čihař
f9ccd69538 Remove no longer needed language file names. 2010-04-09 13:57:36 +02:00
Marc Delisle
819324ede6 remove author names, as discussed at the 2010 developer meeting and according to the book Producing Open Source Software 2010-03-06 18:04:17 +00:00
Michal Čihař
94c2f864ae [core] Remove config data from session as it brings chicken-egg problem.
Configuration data stores PmaAbsoluteUri, which should be accessible
before initiating session. Otherwise there is no way to make
PmaAbsoluteUri work. PmaAbsoluteUri is needed at least for reverse
proxy setups, for example http webserver running behind https proxy.
2010-01-21 11:18:18 +00:00
Marc Delisle
526dce65cb 3.3 2009-12-31 13:11:19 +00:00
Marc Delisle
f3833884e4 3.3 2009-12-31 13:09:18 +00:00
Herman van Rink
b55c48b8d8 Added unittest for PMA_ifSetOr() 2009-10-16 08:10:26 +00:00
Marc Delisle
15441ded5d do not try to display a tab that was not built 2009-08-22 11:22:50 +00:00
Herman van Rink
9b4ee154a3 Add first Selenium tests 2009-07-16 11:03:50 +00:00
Herman van Rink
54247c62f6 Update TestCase for recent change 2009-07-15 18:27:30 +00:00
Herman van Rink
1edd1d32a4 Fixed HTML sytax errors and replaced usage of PMA_Config->getMtime 2009-06-29 13:11:25 +00:00
Herman van Rink
bad1075595 Fix EOL conflict in testcase 2009-06-29 08:34:06 +00:00
Marc Delisle
8480ffb665 improve function names 2009-06-07 11:09:13 +00:00
Marc Delisle
c010da50d8 bug #2473127 [display] Deleting rows displays tbl structure, not contents 2009-01-01 21:39:21 +00:00
Marc Delisle
85e9b88297 new tests, thanks to Michal Biniek 2008-12-11 18:26:41 +00:00
Sebastian Mendel
b5ff34658b point your browser to test/wui.php to see test results in your browser 2008-12-10 13:19:54 +00:00
Sebastian Mendel
ce1d25289d my fault, of course it is allowed to have more than one assert* in a test* method (it just stops executing on the first failed assert) 2008-12-10 13:07:24 +00:00
Sebastian Mendel
6d00fcb4ba there can be only ONE assert*() method in each test*() method 2008-12-10 10:46:41 +00:00
Sebastian Mendel
71b933b7a7 there can be only ONE assert*() method in each test*() method 2008-12-10 10:27:55 +00:00
Marc Delisle
e20c3b5579 false failures correction, thanks to Michal Biniek 2008-12-03 21:21:35 +00:00
Marc Delisle
ccbc80228a new unit tests, thanks to Michal Biniek 2008-11-30 11:49:44 +00:00
Michal Čihař
90dcd9716e Ignore this define. 2008-11-24 11:06:37 +00:00