Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Dec 22, 2012
1 parent 29f6e13 commit fce07bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Cake/Test/Case/Controller/ControllerTest.php
Expand Up @@ -543,8 +543,8 @@ public function testFlash() {
$Controller->flash('this should work', '/flash');
$result = $Controller->response->body();

$expected = '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
$expected = '<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>this should work</title>
Expand Down

0 comments on commit fce07bd

Please sign in to comment.