r105896 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r105895‎ | r105896 | r105897 >
Date:15:47, 12 December 2011
Author:hashar
Status:ok
Tags:
Comment:
fix typo in message

follow r105891
Modified paths:
  • /trunk/phase3/tests/phpunit/includes/MWNamespaceTest.php (modified) (history)

Diff [purge]

Index: trunk/phase3/tests/phpunit/includes/MWNamespaceTest.php
@@ -198,11 +198,11 @@
199199 public function testSpecialAndMediaAreDifferentSubjects() {
200200 $this->assertDifferentSubject(
201201 NS_MEDIA, NS_SPECIAL,
202 - "NS_MEDIA and NS_SPECIAL are different subhects"
 202+ "NS_MEDIA and NS_SPECIAL are different subject namespaces"
203203 );
204204 $this->assertDifferentSubject(
205205 NS_SPECIAL, NS_MEDIA,
206 - "NS_SPECIAL and NS_MEDIA are different subhects"
 206+ "NS_SPECIAL and NS_MEDIA are different subject namespaces"
207207 );
208208
209209 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r105891add some namespaces equality tests...hashar15:31, 12 December 2011

Status & tagging log