r77745 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77744‎ | r77745 | r77746 >
Date:22:28, 4 December 2010
Author:platonides
Status:ok
Tags:
Comment:
Followup r77654, remove trailing ?> at end of file.
Modified paths:
  • /trunk/phase3/maintenance/tests/selenium/suites/CreateAccountTestCase.php (modified) (history)
  • /trunk/phase3/maintenance/tests/selenium/suites/EmailPasswordTestCase.php (modified) (history)
  • /trunk/phase3/maintenance/tests/selenium/suites/MovePageTestCase.php (modified) (history)
  • /trunk/phase3/maintenance/tests/selenium/suites/MyContributionsTestCase.php (modified) (history)
  • /trunk/phase3/maintenance/tests/selenium/suites/MyWatchListTestCase.php (modified) (history)
  • /trunk/phase3/maintenance/tests/selenium/suites/UserPreferencesTestCase.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/tests/selenium/suites/UserPreferencesTestCase.php
@@ -176,4 +176,4 @@
177177 $this->getText("//div[@id='bodyContent']/div[4]/strong/p"));
178178 }
179179 }
180 -?>
 180+
Index: trunk/phase3/maintenance/tests/selenium/suites/MovePageTestCase.php
@@ -114,4 +114,4 @@
115115 $this->deletePage( $newPage );
116116 }
117117 }
118 -?>
 118+
Index: trunk/phase3/maintenance/tests/selenium/suites/MyContributionsTestCase.php
@@ -73,4 +73,4 @@
7474 $this->deletePage($newPage);
7575 }
7676 }
77 -?>
 77+
Index: trunk/phase3/maintenance/tests/selenium/suites/MyWatchListTestCase.php
@@ -70,4 +70,4 @@
7171 $this->deletePage( $newPage );
7272 }
7373 }
74 -?>
 74+
Index: trunk/phase3/maintenance/tests/selenium/suites/EmailPasswordTestCase.php
@@ -78,4 +78,4 @@
7979 $this->getText( "//div[@id='bodyContent']/div[4]" ));
8080 }
8181 }
82 -?>
 82+
Index: trunk/phase3/maintenance/tests/selenium/suites/CreateAccountTestCase.php
@@ -111,4 +111,4 @@
112112 $this->getText( "Welcome,_".ucfirst( $this->userName )."!" ));
113113 }
114114 }
115 -?>
 115+

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r77654Added test scripts for wiki editor additional features and updated scripts on...nadeesha14:10, 3 December 2010

Status & tagging log