Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasitha Pandithawatta <yasitha4@gmail.com>2012-03-21 19:25:45 +0400
committerMarc Delisle <marc@infomarc.info>2012-03-21 19:25:45 +0400
commita924773fce4eea7be5b350b70394fd27314baa15 (patch)
tree5fe5c8ddf88a94e85918463d514f2bfa8b230591 /phpunit.xml.dist
parent9c53f1f204ab1c7c84710f611b19eb1723d4dd2d (diff)
Patch #3504536 Fixed the PMA selenium test cases (Login)
Diffstat (limited to 'phpunit.xml.dist')
-rw-r--r--phpunit.xml.dist7
1 files changed, 1 insertions, 6 deletions
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index 2d65b67245..bbfb318c93 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -11,17 +11,12 @@
host="127.0.0.1"
port="4444"
timeout="30000"/>
- <browser name="Google Chrome on localhost"
- browser="googlechrome"
- host="127.0.0.1"
- port="4444"
- timeout="30000"/>
</selenium>
<php>
<const name="TESTSUITE_SERVER" value="localhost"/>
<const name="TESTSUITE_USER" value="root"/>
- <const name="TESTSUITE_PASSWORD" value=""/>
+ <const name="TESTSUITE_PASSWORD" value="root"/>
<const name="TESTSUITE_DATABASE" value="test"/>
<const name="TESTSUITE_PHPMYADMIN_HOST" value="http://localhost" />
<const name="TESTSUITE_PHPMYADMIN_URL" value="/phpmyadmin" />