Commit: f6cf75e67c10c04aaa0355d7c56fa28151f0cae8
Author: Joël Perras | Date: 2010-03-29 19:04:33 -0400
diff --git a/libraries/lithium/tests/integration/storage/SessionTest.php b/libraries/lithium/tests/integration/storage/SessionTest.php
index 0146822..41760b2 100644
--- a/libraries/lithium/tests/integration/storage/SessionTest.php
+++ b/libraries/lithium/tests/integration/storage/SessionTest.php
@@ -46,7 +46,6 @@ class SessionTest extends \lithium\test\Unit {
$path = preg_quote($expected['path'], '/');
$pattern = "/^Set\-Cookie:\s{$expected['name']}\[$key\]=$value;";
$pattern .= "\sexpires={$expected['expires']};\spath=$path/";
- $pattern .=
$match = false;
foreach ($headers as $header) {