Marc Delisle
4fb5088f86
bug #3678 Does not display or manipulate bit(64) fields appropriately
2013-10-09 10:06:47 -04:00
Madhura Jayaratne
f4fce01443
Fix failing tests
2013-09-14 16:46:58 +05:30
Michal Čihař
1084e4dfdd
Do not show tooltip in table navigation
...
Most tables don't have any comment set and this causes serious slow down
of a navigation.
2013-08-27 11:08:28 +02:00
Marc Delisle
d4d5a03766
Bug #3960 NavigationBarIconic config not honored
2013-06-21 10:00:41 -04:00
Marc Delisle
0566bbeedd
Forgot to fix the test
2013-06-06 11:47:39 -04:00
Marc Delisle
5a251b8b07
Dead code
2013-05-20 13:21:53 -04:00
Marc Delisle
b5dd9e2d04
Dead code
2013-05-20 13:19:12 -04:00
Marc Delisle
b7508e237b
Dead code
2013-05-20 13:14:58 -04:00
Spun Nakandala
22ba2d8147
Bug #3919 PropertiesIconic not honored fixed
...
(cherry picked from commit 01c57f71ca )
2013-05-14 11:51:29 +02:00
Michal Čihař
bb597f7341
Add one more test for advisor
2013-05-02 10:28:25 +02:00
Marc Delisle
a51b3ea9b9
Fix broken test
2013-04-11 20:13:22 -04:00
Marc Delisle
29b297f41f
Fix bug " #3853 Blowfish implementation might be broken" by replacing the
...
library with phpseclib
I could not make PMA_blowfish_test.php work with the new library.
2013-04-01 07:04:25 -04:00
Marc Delisle
6ec9b8336b
Fix merge conflicts
2013-03-26 07:49:12 -04:00
Marc Delisle
c7d32bf649
Adjust tests for new Safari detection
2013-03-25 20:09:45 -04:00
Marc Delisle
79b7d3c570
Merge pull request #200 from hisamith/css_change
...
[Contest-6] No hard-coded icons in css
2013-03-15 07:12:26 -07:00
Samith Dassanayake
8b7ef92205
Update the test cases according to the changes for Message.class.php
2013-03-06 22:03:30 +05:30
Dieter Adriaenssens
6c029fe889
wrap long lines
2013-03-05 15:12:04 +01:00
Dieter Adriaenssens
e6542c5dbf
fix typos
2013-03-05 15:11:16 +01:00
Dieter Adriaenssens
e8fe7f2b15
add subpackage Selenium to docblock
2013-03-05 15:07:40 +01:00
Spun Nakandala
e6b0ded105
Docblocks added for selenium test classes
2013-03-04 10:36:05 +05:30
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ř
f780d01eae
Merge remote-tracking branch 'ayushchd/unit_testing_local'
...
Conflicts:
test/selenium/PmaSeleniumCreateDropDatabaseTest.php
2013-02-25 13:17:14 +01:00
Spun Nakandala
c97b00e190
Selenium Test added to test the creation and removal of a user with all privileges
2013-02-22 12:23:51 +05:30
Michal Čihař
885a5711aa
Merge pull request #158 from scnakandala/Selenium_Refactor
...
Existing selenium tests refactored s that they work with the latest revi...
2013-02-19 23:56:50 -08:00
Supun Nakandala
baaefbe40e
Indentation corrected
2013-02-16 10:16:44 +05:30
Michal Čihař
f9abb77686
Correctly test for PHP_OS detection
2013-02-13 09:27:05 +01:00
Michal Čihař
d64daa0cdb
Include some possibly missing variables
2013-02-12 14:09:06 +01:00
Supun Nakandala
6ff5e7fe7f
indentation refactored
2013-02-11 22:50:18 +05:30
Supun Nakandala
d5c3f91daa
indentation refactored
2013-02-11 22:35:43 +05:30
Michal Čihař
bf638ee837
Fix tests to use http urls as well
2013-02-11 08:53:54 +01:00
Supun Nakandala
fcefcc8517
Further modified and removed php sleep calls
2013-02-10 23:48:28 +05:30
ayushchd
541538f099
Selenium Create Drop DB Test refactored to handle AJAX Content
...
I have refactored the Create/Drop Database test to handle the AJAX
content, it uses waitForElementPresent() method to wait for an ajax
response which should be more reliable than sleep(). Next, I have tried
to use more of cssSelectors rather than xpaths as cssselectors cope up
well with structural changes on the page. Not yet added to
AllSeleniumTests.php, waiting for approval.
2013-02-10 16:40:52 +05:30
ayushchd
dc986d9d74
CreateDropDatabaseTest refactored to handle AJAX content
...
I have refactored the Create/Drop Database test to handle the AJAX
content, it uses waitForElementPresent() method to wait for an ajax
response which should be more reliable than sleep(). Next, I have tried
to use more of cssSelectors rather than xpaths as cssselectors cope up
well with structural changes on the page. Not yet added to
AllSeleniumTests.php, waiting for approval.
2013-02-10 16:34:58 +05:30
Supun Nakandala
8163dc1c0b
Existing selenium tests refactored s that they work with the latest revision.5
2013-02-10 15:57:41 +05:30
Marc Delisle
bcfba0d46c
Fix merge conflicts
2013-02-09 07:50:16 -05:00
Marc Delisle
87b0c7c9f9
Forgot to fix the test
2013-02-08 10:59:11 -05:00
Michal Čihař
b92fbfa072
Wrap long lines
2013-02-08 14:24:49 +01:00
Michal Čihař
dd28bf7109
Fix class documentation
2013-02-08 14:24:28 +01:00
Michal Čihař
23a602992d
Rewrite testcases for error handler
...
Now they actually test desired behaviour, not random side effects of the
code.
2013-02-08 14:17:58 +01:00
Marc Delisle
73725c3924
Bug #3785 Wrong documentation links for storage engines
2013-02-03 08:13:10 -05:00
Gemorroj
658c0fa299
correct test for getCheckBoxesForMultipleRowOperations / part 2
2013-01-26 21:10:04 +03:00
Gemorroj
9ab129dd0e
correct test for getCheckBoxesForMultipleRowOperations
2013-01-26 21:01:10 +03:00
Rouslan Placella
58998ed7a3
Merge branch 'QA_3_5'
...
Conflicts:
libraries/common.lib.php
po/uk.po
tbl_change.php
test/libraries/common/PMA_extractColumnSpec_test.php
2013-01-21 13:34:31 +00:00
Rouslan Placella
bf278f3d8d
Coding style fixes
2013-01-21 13:26:26 +00:00
Rouslan Placella
fe9a550ff0
Added extra unit test for enum fields parsing
2013-01-21 13:26:25 +00:00
Michal Čihař
cd7ef777c2
Fix testcase
2013-01-18 15:39:59 +01:00
Michal Čihař
0ec0a67d13
These tests take long
2013-01-18 13:20:38 +01:00
Dieter Adriaenssens
95068b4983
improve coding style
2013-01-15 20:42:18 +01:00