[Svn-src-all:3880] [version-2_13-dev 22794] UnitTest中にエラー画面を表示してしまわないようにする

kimoto admin @ mail.ec-cube.net
2013年 5月 2日 (木) 12:14:49 JST


Subversion committed to /home/svn/open 22794
http://svn.ec-cube.net/open_trac/changeset/22794
┌────────────────────────────┐
│更新者 :  kimoto                                       │
│更新日時:  2013-05-02 12:14:48 +0900 (木, 02  5月 2013)│
└────────────────────────────┘

Log:
--------------------------------------------------------
UnitTest中にエラー画面を表示してしまわないようにする

Changed:                      [U:修正,A:追加,D:削除]
--------------------------------------------------------
U   branches/version-2_13-dev/tests/class/Common_TestCase.php

変更: branches/version-2_13-dev/tests/class/Common_TestCase.php
===================================================================
--- branches/version-2_13-dev/tests/class/Common_TestCase.php	2013-05-02 03:14:44 UTC (rev 22793)
+++ branches/version-2_13-dev/tests/class/Common_TestCase.php	2013-05-02 03:14:48 UTC (rev 22794)
@@ -26,7 +26,7 @@
 
   protected function setUp()
   {
-    $this->objQuery = SC_Query_Ex::getSingletonInstance();
+    $this->objQuery = SC_Query_Ex::getSingletonInstance('', true);
     $this->objQuery->begin();
   }
 




Svn-src-all メーリングリストの案内