Index: trunk/phase3/tests/installer/MediaWikiInstallerTestSuite.php |
— | — | @@ -42,8 +42,11 @@ |
43 | 43 | require_once( str_replace('//','/',dirname(__FILE__).'/') .'MediaWikiUpgradeExistingDatabaseTestCase.php'); |
44 | 44 | require_once( str_replace('//','/',dirname(__FILE__).'/') .'MediaWikiDifferntDatabasePrefixTestCase.php'); |
45 | 45 | require_once( str_replace('//','/',dirname(__FILE__).'/') .'MediaWikiDifferentDatabaseAccountTestCase.php'); |
| 46 | +require_once( str_replace('//','/',dirname(__FILE__).'/') .'MediaWikiOnAlreadyInstalledTestCase.php'); |
46 | 47 | |
47 | 48 | |
| 49 | + |
| 50 | + |
48 | 51 | $suite = new PHPUnit_Framework_TestSuite('ArrayTest'); |
49 | 52 | $result = new PHPUnit_Framework_TestResult; |
50 | 53 | |
Index: trunk/phase3/tests/installer/MediaWikiOnAlreadyInstalledTestCase.php |
— | — | @@ -59,7 +59,7 @@ |
60 | 60 | $this->assertEquals( "Install", $this->getText( "//div[@id='bodyContent']/div/div/h2" )); |
61 | 61 | |
62 | 62 | // Verify warning text displayed |
63 | | - $this->assertEquals( "Warning: You seem to have already installed MediaWiki and are trying to install it again.Please proceed to the next page.", |
| 63 | + $this->assertEquals( "Warning: You seem to have already installed MediaWiki and are trying to install it again. Please proceed to the next page.", |
64 | 64 | $this->getText( "//div[@id='bodyContent']/div/div/div[2]/form/div[1]/div[2]" )); |
65 | 65 | |
66 | 66 | // Complete page |