Ignore:
Timestamp:
2013/01/05 14:22:33 (11 years ago)
Author:
shift_hiroko.tamagawa
Message:

#1978 SC_Helper_Purchaseの単体テストのリグレッションを修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/tests/class/helper/SC_Helper_Purchase/SC_Helper_Purchase_registerShippingTest.php

    r22139 r22201  
    66 * 
    77 */ 
    8 class SC_Helper_Purchase_registerShippingTempTest extends SC_Helper_Purchase_TestBase { 
     8class SC_Helper_Purchase_registerShippingTest extends SC_Helper_Purchase_TestBase { 
    99 
    1010  protected function setUp() { 
     
    3030    ); 
    3131  
    32     $this->expected['count'] = '3'; // 1件増える 
     32    $this->expected['count'] = '4'; // 1件増える 
    3333    $this->expected['content'] = array( 
    3434        'order_id' => '10', 
     
    6767    ); 
    6868 
    69     $this->expected['count'] = '2'; // 件数が変わらない 
     69    $this->expected['count'] = '3'; // 件数が変わらない 
    7070    $this->expected['content'] = array( 
    7171        'order_id' => '2', 
     
    104104    ); 
    105105 
    106     $this->expected['count'] = '2'; 
     106    $this->expected['count'] = '3'; 
    107107    $this->expected['content'] = array( 
    108108        'order_id' => '2', 
     
    141141    ); 
    142142 
    143     $this->expected['count'] = '2'; // 件数が変わらない 
     143    $this->expected['count'] = '3'; // 件数が変わらない 
    144144    $this->expected['content'] = array( 
    145145        'order_id' => '2', 
Note: See TracChangeset for help on using the changeset viewer.