Ignore:
Timestamp:
2014/03/27 18:04:02 (10 years ago)
Author:
kimoto
Message:

#2485 テストデータが矛盾しているので修正

File:
1 edited

Legend:

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

    r22857 r23356  
    5151  { 
    5252    if (!$shipping) { 
    53       $shipping = $this->getSingleShipping();  
     53      $shipping = $this->getSingleShipping(); 
    5454    } 
    5555 
     
    9494        'update_date' => '2000-01-01 00:00:00', 
    9595        'shipping_id' => '1', 
    96         'order_id' => '1', 
     96        'order_id' => '1001', 
    9797        'shipping_name01' => '配送情報01', 
    9898        'shipping_date' => '2012-01-12' 
     
    129129          'shipping_id' => '1', 
    130130          'product_class_id' => '1001', 
    131           'order_id' => '1', 
     131          'order_id' => '1001', 
    132132          'product_name' => '商品名01', 
    133133          'price' => '1500' 
     
    136136          'shipping_id' => '1', 
    137137          'product_class_id' => '1002', 
    138           'order_id' => '1', 
     138          'order_id' => '1001', 
    139139          'product_name' => '商品名02', 
    140140          'price' => '2400' 
     
    218218  } 
    219219 
    220   /**  
     220  /** 
    221221   * DBに製品情報を登録します. 
    222222   */ 
     
    301301   } 
    302302 } 
    303   
     303 
    304304 /** 
    305305  * DBに配送業者の情報を登録します. 
Note: See TracChangeset for help on using the changeset viewer.