|
|
@@ -353,19 +353,6 @@ class RequestHandlerComponentTest extends CakeTestCase {
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * testAutoResponseType method
|
|
|
- *
|
|
|
- * @return void
|
|
|
- */
|
|
|
- public function testAutoResponseType() {
|
|
|
- $this->Controller->ext = '.thtml';
|
|
|
- $this->Controller->request->params['ext'] = 'rss';
|
|
|
- $this->RequestHandler->initialize($this->Controller);
|
|
|
- $this->RequestHandler->startup($this->Controller);
|
|
|
- $this->assertEquals('.ctp', $this->Controller->ext);
|
|
|
- }
|
|
|
-
|
|
|
-/**
|
|
|
* testAutoAjaxLayout method
|
|
|
*
|
|
|
* @return void
|