Jeff Chan
0216a5a4a1
Move slow tests in HHVM to group medium
...
These tests were failing on HHVM because of the default 3 second timeout.
Yes, HHVM is supposed to be faster, but there's a "warmup" time for scripts
in JIT mode (which is on by default). I suspect that's why they're failing.
Signed-off-by: Jeff Chan <jefftchan@gmail.com>
2014-03-13 05:20:31 +00:00
Jeff Chan
607cb3b0b3
Import dependencies to make unit tests friendlier to running independently
...
The HHVM test runner runs the unit tests in parallel. Currently some tests
fail because not all the dependencies are properly included.
This is similar to 659efe1a88
Signed-off-by: Jeff Chan <jefftchan@gmail.com>
2014-03-10 03:26:24 +00:00
ptarjan
840f7b1215
Make unit tests friendlier to running independently
2013-11-20 14:43:55 -08:00
ayushchd
b9a5bffaba
Testsuite code-compliance fixes
2013-08-07 22:28:46 +05:30
Michal Čihař
bebba32337
Merge remote-tracking branch 'origin/QA_4_0'
...
Conflicts:
libraries/config.values.php
libraries/sql_query_form.lib.php
server_binlog.php
server_databases.php
tbl_structure.php
test/classes/PMA_DisplayResults_test.php
2013-06-24 10:41:54 +02:00
Marc Delisle
d4d5a03766
Bug #3960 NavigationBarIconic config not honored
2013-06-21 10:00:41 -04: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
Michal Čihař
c818cc69cf
Allow test to run standalone
2013-06-11 13:48:50 +02:00
adamgsoc2013
fd220fb9ae
add test case for PMA_Footer_test.php
...
- add testGetScripts
2013-04-16 13:40:52 +08:00
Rouslan Placella
7bc24e5b48
Fixed unit tests
2012-11-05 22:53:34 +00:00
Rouslan Placella
43abd11868
Fixed footer test broken in 4a149570c3
2012-11-03 11:22:06 +00:00
Rouslan Placella
5d38f64936
Revert 5721fb7620, it segfaults the testsuite
...
This reverts commit 5721fb7620 .
2012-11-01 19:21:05 +00:00
Rouslan Placella
5721fb7620
Fixed "footer display" test case
2012-11-01 19:11:25 +00:00
Rouslan Placella
8c3d3c68b6
More footer tests
2012-11-01 13:02:22 +00:00
Rouslan Placella
fdd48f689f
Fixed the footer self-link tests
2012-11-01 12:52:01 +00:00
Rouslan Placella
237d967cf9
Added missing global to Footer test case
2012-10-31 11:40:55 +00:00
Dieter Adriaenssens
6f02ec614e
improve comment, fix typo
2012-10-20 02:26:39 +02:00
Michal Čihař
52ab2b51b3
Ooops, put it into wrong file
2012-09-22 09:37:07 +02:00
Michal Čihař
ba5b4cd2a6
Add simple test for displaying footer
2012-09-21 15:31:50 +02:00
Michal Čihař
124c8339a3
Actually implement test for Footer->disable
2012-09-21 15:28:23 +02:00
Michal Čihař
c0daa766b1
Various coding style improvements
2012-09-21 15:26:34 +02:00
Chanaka Indrajith
9cf33ea0cc
Resolved conflicts
2012-09-19 00:46:28 +05:30
Michal Čihař
675f619290
Unset potentially problematic variables
2012-09-18 17:12:05 +02:00
Michal Čihař
9294411999
Pass meaningful data to test
2012-09-17 14:07:07 +02:00
Michal Čihař
3b357483c7
No need to use mockup for non abstract classes
2012-09-17 14:01:19 +02:00
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ř
69fdc5d209
Various coding style improvements
2012-09-04 15:43:25 +02:00
Yasitha Pandithawatta
7823dfffa5
switched assertEquals params in test/classes directory
2012-08-24 22:15:19 +05:30
Michal Čihař
c6e97122ac
Move tests which sometimes take too long to medium group
2012-07-17 17:02:37 +02:00
Marc Delisle
247a741148
Calling a file that is no longer there
2012-07-02 15:20:22 -04:00
Yasitha Pandithawatta
26b7d10002
Test cases for PMA_Footer.class.php
2012-07-02 00:46:32 +05:30