r113866 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113865‎ | r113866 | r113867 >
Date:22:14, 14 March 2012
Author:awjrichards
Status:ok
Tags:
Comment:
Followup r113865, fixing unit tests I broke
Modified paths:
  • /trunk/extensions/MobileFrontend/tests/MobileFrontendTest.php (modified) (history)

Diff [purge]

Index: trunk/extensions/MobileFrontend/tests/MobileFrontendTest.php
@@ -219,15 +219,14 @@
220220 array( false, null, array() ),
221221 array( true, 'webkit', array() ),
222222 array( false, 'webkit', array( 'action' => 'edit' ) ),
223 - array( false, 'webkit', array( 'mobileaction' => 'view_normal_site' ) ),
 223+ array( false, 'webkit', array( 'useformat' => 'desktop' ) ),
224224 array( true, null, array( 'useformat' => 'mobile-wap' ) ),
225225 array( false, null, array( 'useformat' => 'mobile-wap', 'action' => 'edit' ) ),
226226 array( false, null, array( 'useformat' => 'mobile-wap', 'action' => 'history' ) ),
227 - array( false, null, array( 'useformat' => 'mobile-wap', 'mobileaction' => 'view_normal_site' ) ),
 227+ array( false, null, array( 'useformat' => 'desktop' ) ),
228228 array( true, null, array( 'useformat' => 'mobile' ) ),
229229 array( false, null, array( 'useformat' => 'mobile', 'action' => 'edit' ) ),
230230 array( false, null, array( 'useformat' => 'mobile', 'action' => 'history' ) ),
231 - array( false, null, array( 'useformat' => 'mobile', 'mobileaction' => 'view_normal_site' ) ),
232231 );
233232 }
234233

Follow-up revisions

RevisionCommit summaryAuthorDate
r114202MFT r113807, r113831, r113832, r113865, r113866, r113870, r113871, r113872, r...awjrichards22:23, 19 March 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r113865* Changing how 'sticky cookies' work as well as how manually switching betwee...awjrichards21:55, 14 March 2012

Status & tagging log