Ignore:
Timestamp:
2013/01/18 17:04:44 (11 years ago)
Author:
m_uehara
Message:

#1955 r22097 - r22098 , r22104 - r22107 , r22111 - r22120 , r22123 - r22129 , r22133 , r22135 - r22143 , r22145 - r22146 , r22158 , r22164 - r22165 , r22167 - r22169 , r22187 - r22196 , r22199 - r22204, r22219 - r22261 間のコミットをマージします。

Location:
branches/version-2_12-multilang
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-multilang

  • branches/version-2_12-multilang/tests

    • Property svn:ignore
      •  

        old new  
        11phpunit.xml 
        22require.php 
         3tmp 
        34 
  • branches/version-2_12-multilang/tests/class/helper/SC_Helper_Purchase/SC_Helper_Purchase_getOrderDetailTest.php

    r22144 r22278  
    6363         'product_id' => '1002', 
    6464         'product_class_id' => '1002', 
    65          'product_type_id' => '1002', 
     65         'product_type_id' => '2', 
    6666         'product_code' => 'pc1002', 
    6767         'product_name' => '製品名1002', 
     
    7474         'payment_date' => '2032-12-31 01:20:30', 
    7575         'enable' => '0', 
    76          'effective' => '1' 
     76         'effective' => '1', 
     77         'tax_rate' => '5', 
     78         'tax_rule' => '0' 
    7779       ), 
    7880       array( 
    7981         'product_id' => '1001', 
    8082         'product_class_id' => '1001', 
    81          'product_type_id' => '1001', 
     83         'product_type_id' => '1', 
    8284         'product_code' => 'pc1001', 
    8385         'product_name' => '製品名1001', 
     
    9092         'payment_date' => '2032-12-31 01:20:30', 
    9193         'enable' => '1', 
    92          'effective' => '1' 
     94         'effective' => '1', 
     95         'tax_rate' => '3', 
     96         'tax_rule' => '1' 
    9397       ) 
    9498    ); 
     
    105109         'product_id' => '1002', 
    106110         'product_class_id' => '1002', 
    107          'product_type_id' => '1002', 
     111         'product_type_id' => '2', 
    108112         'product_code' => 'pc1002', 
    109113         'product_name' => '製品名1002', 
     
    116120         // 'payment_date' => '2032-12-31 01:20:30', 
    117121         'enable' => '0', 
    118          'effective' => '1' 
     122         'effective' => '1', 
     123         'tax_rate' => '5', 
     124         'tax_rule' => '0' 
    119125       ), 
    120126       array( 
    121127         'product_id' => '1001', 
    122128         'product_class_id' => '1001', 
    123          'product_type_id' => '1001', 
     129         'product_type_id' => '1', 
    124130         'product_code' => 'pc1001', 
    125131         'product_name' => '製品名1001', 
     
    132138         // 'payment_date' => '2032-12-31 01:20:30', 
    133139         'enable' => '1', 
    134          'effective' => '1' 
     140         'effective' => '1', 
     141         'tax_rate' => '3', 
     142         'tax_rule' => '1' 
    135143       ) 
    136144    ); 
Note: See TracChangeset for help on using the changeset viewer.