Index: trunk/extensions/MobileFrontend/tests/MobileFrontendTest.php |
— | — | @@ -219,15 +219,14 @@ |
220 | 220 | array( false, null, array() ), |
221 | 221 | array( true, 'webkit', array() ), |
222 | 222 | array( false, 'webkit', array( 'action' => 'edit' ) ), |
223 | | - array( false, 'webkit', array( 'mobileaction' => 'view_normal_site' ) ), |
| 223 | + array( false, 'webkit', array( 'useformat' => 'desktop' ) ), |
224 | 224 | array( true, null, array( 'useformat' => 'mobile-wap' ) ), |
225 | 225 | array( false, null, array( 'useformat' => 'mobile-wap', 'action' => 'edit' ) ), |
226 | 226 | 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' ) ), |
228 | 228 | array( true, null, array( 'useformat' => 'mobile' ) ), |
229 | 229 | array( false, null, array( 'useformat' => 'mobile', 'action' => 'edit' ) ), |
230 | 230 | array( false, null, array( 'useformat' => 'mobile', 'action' => 'history' ) ), |
231 | | - array( false, null, array( 'useformat' => 'mobile', 'mobileaction' => 'view_normal_site' ) ), |
232 | 231 | ); |
233 | 232 | } |
234 | 233 | |