From 8bbaf8511493c3b86fac6144ea7a32537efa2159 Mon Sep 17 00:00:00 2001 From: jgen Date: Sat, 22 Feb 2014 19:10:18 -0500 Subject: [PATCH] Need to figure out why the Post data differs from what is specified on the command line. --- tests/test_install.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_install.php b/tests/test_install.php index 0e70cd31..80a4d20d 100644 --- a/tests/test_install.php +++ b/tests/test_install.php @@ -58,6 +58,7 @@ class ShimmieInstallerTest extends WebTestCase { $this->assertText("Database Install"); $this->setField("database_type", $db); + $this->assertField("database_type", $db); $this->assertField("database_host", "localhost"); $this->setField("database_user", $username); $this->setField("database_password", $password); @@ -65,6 +66,7 @@ class ShimmieInstallerTest extends WebTestCase { $this->clickSubmit("Go!"); if (!$this->assertText("Installation Succeeded!")) { + print "ERROR --- '" + $db + "'"; $this->showSource(); } }