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

#1993 テストが落ちているので修正

File:
1 edited

Legend:

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

    r22567 r23247  
    2727        $this->setUpProducts(); 
    2828        $this->setUpClassCategory(); 
    29          
     29 
    3030        $this->expected = array( 
    3131                'product_id' => '1001' 
     
    5252                ,'class_name2' => '味' 
    5353                ,'class_id2' => '1' 
     54                ,'price01_inctax' => SC_Helper_TaxRule_Ex::sfCalcIncTax('1500') 
     55                ,'price02_inctax' => SC_Helper_TaxRule_Ex::sfCalcIncTax('1500') 
    5456        ); 
    5557 
     
    5860        $this->verify('商品規格'); 
    5961    } 
    60      
     62 
    6163} 
Note: See TracChangeset for help on using the changeset viewer.