Index: /branches/version-2_13-dev/tests/class/util/SC_Utils/SC_Utils_sfIsSucceessTest.php
===================================================================
--- /branches/version-2_13-dev/tests/class/util/SC_Utils/SC_Utils_sfIsSucceessTest.php	(revision 23546)
+++ /branches/version-2_13-dev/tests/class/util/SC_Utils/SC_Utils_sfIsSucceessTest.php	(revision 23595)
@@ -74,5 +74,5 @@
     $objSess = new SC_Session_Mock();
     $objSess->is_success = SUCCESS;
-    $_SERVER['HTTP_REFERER'] = 'http://test.local/hoge/fuga';
+    $_SERVER['HTTP_REFERER'] = HTTP_URL . 'hoge/fuga';
 
     $this->expected = TRUE;
