Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: debbf3ba3c64de4bd91a7e3caaa13e2eea15b033
https://github.com/phpmyadmin/phpmyadmin/commit/debbf3ba3c64de4bd91a7e3caaa…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2014-02-17 (Mon, 17 Feb 2014)
Changed paths:
M test/selenium/PmaSeleniumTableOperationsTest.php
M test/selenium/PmaSeleniumTableStructureTest.php
M test/selenium/PmaSeleniumTrackingTest.php
Log Message:
-----------
Correctly define group for selenium tests
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 85812246b9ac126d67ef4707ba25ceb52364930d
https://github.com/phpmyadmin/phpmyadmin/commit/85812246b9ac126d67ef4707ba2…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2014-02-17 (Mon, 17 Feb 2014)
Changed paths:
M test/selenium/PmaSeleniumCreateDropDatabaseTest.php
Log Message:
-----------
Clear the database name prior setting it to remove prefilled value
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 111cb5baad9192ea72deb12bff966c07c1e81bde
https://github.com/phpmyadmin/phpmyadmin/commit/111cb5baad9192ea72deb12bff9…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2014-02-17 (Mon, 17 Feb 2014)
Changed paths:
M test/selenium/TestBase.php
Log Message:
-----------
Improve database connection handling in Selenium tests
- The connection is always there, so no need to verify it
- Disconnect from database at the end of test
Signed-off-by: Michal Čihař <michal(a)cihar.com>