Index: trunk/phase3/tests/selenium/installer/MediaWikiButtonsAvailabilityTestCase.php |
— | — | @@ -6,7 +6,7 @@ |
7 | 7 | * @file |
8 | 8 | * @ingroup Maintenance |
9 | 9 | * Copyright (C) 2010 Nadeesha Weerasinghe <nadeesha@calcey.com> |
10 | | - * http://www.calcey.com/ |
| 10 | + * http://www.calcey.com/ |
11 | 11 | * |
12 | 12 | * This program is free software; you can redistribute it and/or modify |
13 | 13 | * it under the terms of the GNU General Public License as published by |
— | — | @@ -28,7 +28,7 @@ |
29 | 29 | */ |
30 | 30 | |
31 | 31 | |
32 | | -require_once ( dirname( __FILE__ ) . '/MediaWikiInstallationCommonFunction.php' ); |
| 32 | +require_once (dirname(__FILE__).'/'.'MediaWikiInstallationCommonFunction.php'); |
33 | 33 | |
34 | 34 | /* |
35 | 35 | * Test Case ID : 30 (http://www.mediawiki.org/wiki/New_installer/Test_plan) |
— | — | @@ -99,21 +99,4 @@ |
100 | 100 | $this->assertTrue( $this->isElementPresent( "submit-back" )); |
101 | 101 | $this->assertTrue( $this->isElementPresent( "submit-continue" )); |
102 | 102 | } |
103 | | - |
104 | | - |
105 | | - // Verify only 'Back' button available on 'Complete' page |
106 | | - public function testOnlyBackButtonAvailability() { |
107 | | - |
108 | | - // Verify only 'Back' button available |
109 | | - $databaseName = DB_NAME_PREFIX."_back"; |
110 | | - parent::navigateCompletePage( $databaseName ); |
111 | | - |
112 | | - // Only 'Back' button available |
113 | | - $this->assertTrue( $this->isElementPresent( "submit-back" )); |
114 | | - |
115 | | - // 'Continue' button is not available |
116 | | - $this->assertElementNotPresent( "submit-continue" ); |
117 | | - parent::restartInstallation(); |
118 | | - } |
119 | | -} |
120 | | - |
| 103 | +} |
\ No newline at end of file |