r94575 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r94574‎ | r94575 | r94576 >
Date:21:18, 15 August 2011
Author:hashar
Status:reverted (Comments)
Tags:
Comment:
avoid playing with $_SERVER in test for now

fu r94558
Modified paths:
  • /trunk/phase3/tests/phpunit/includes/ProxyTools/wfGetIPTest.php (modified) (history)

Diff [purge]

Index: trunk/phase3/tests/phpunit/includes/ProxyTools/wfGetIPTest.php
@@ -35,6 +35,9 @@
3636 $wgCommandLineMode = $save;
3737 }
3838
 39+ /**
 40+ * @group Broken
 41+ */
3942 function testGetFromServerRemoteAddr() {
4043 global $_SERVER;
4144 $save = null;

Follow-up revisions

RevisionCommit summaryAuthorDate
r94638Tests for wfGetIP() follow up r89407...hashar14:15, 16 August 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r94558Tests for wfGetIP() follow up r89407...hashar20:16, 15 August 2011

Comments

#Comment by Brion VIBBER (talk | contribs)   21:21, 15 August 2011

Hashar, can you pop onto #mediawiki so we can check up with you about this test stuff? Some odd borkage.

#Comment by Brion VIBBER (talk | contribs)   21:56, 15 August 2011

[we got that worked out now, at least enough to keep the test marked off]

Status & tagging log