[limb-svn] r6987 - 3.x/trunk/limb/macro/tests/cases/tags/form
svn at limb-project.com
svn at limb-project.com
Thu May 8 08:20:09 MSD 2008
Author: pachanga
Date: 2008-05-08 08:20:08 +0400 (Thu, 08 May 2008)
New Revision: 6987
URL: http://fisheye.limb-project.com/changelog/limb/?cs=6987
Modified:
3.x/trunk/limb/macro/tests/cases/tags/form/lmbMacroFormRefererTagTest.class.php
Log:
-- fixing tests
Modified: 3.x/trunk/limb/macro/tests/cases/tags/form/lmbMacroFormRefererTagTest.class.php
===================================================================
--- 3.x/trunk/limb/macro/tests/cases/tags/form/lmbMacroFormRefererTagTest.class.php 2008-05-07 17:49:06 UTC (rev 6986)
+++ 3.x/trunk/limb/macro/tests/cases/tags/form/lmbMacroFormRefererTagTest.class.php 2008-05-08 04:20:08 UTC (rev 6987)
@@ -13,11 +13,13 @@
function setUp()
{
+ parent :: setUp();
$this->prev_ref = isset($_SERVER["HTTP_REFERER"]) ? $_SERVER["HTTP_REFERER"] : "";
}
function tearDown()
{
+ parent :: tearDown();
$_SERVER["HTTP_REFERER"] = $this->prev_ref;
}
More information about the limb-svn
mailing list