Changeset 23246


Ignore:
Timestamp:
2013/10/18 11:43:16 (10 years ago)
Author:
kimoto
Message:

#1993 テストが落ちているので修正
getDetailAndProductsClassが変な気もするけど・・

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/tests/class/SC_Product/SC_Product_getDetailAndProductsClassTest.php

    r22845 r23246  
    2727        $this->setUpProducts(); 
    2828        $this->setUpClassCategory(); 
    29          
     29 
    3030        //更新日を取得 
    3131        $arrRet = $this->objQuery->getCol('update_date','dtb_products', 'product_id = 1001'); 
     
    115115                ,'class_name2' => '味' 
    116116                ,'class_id2' => '1' 
     117                ,'price01_inctax' => SC_Helper_TaxRule_Ex::sfCalcIncTax('1500') 
     118                ,'price02_inctax' => SC_Helper_TaxRule_Ex::sfCalcIncTax('1500') 
    117119        ); 
    118120 
     
    121123        $this->verify('商品詳細+規格'); 
    122124    } 
    123      
     125 
    124126} 
Note: See TracChangeset for help on using the changeset viewer.