Changeset 23651 for branches


Ignore:
Timestamp:
2014/10/12 22:43:50 (10 years ago)
Author:
Seasoft
Message:

#2631 (「商品登録」「商品登録CSV」での入力必須不整合)

  • 不適切なテストデータを修正
Location:
branches/version-2_13-dev/tests/class
Files:
2 edited

Legend:

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

    r23546 r23651  
    174174          'product_id' => '1002', 
    175175          'product_type_id' => '2', 
     176          'product_code' => 'code1002', 
    176177          'price02' => '2500', 
    177178          'creator_id' => '1', 
  • branches/version-2_13-dev/tests/class/util/SC_Utils/SC_Utils_sfGetProductClassIdTest.php

    r23546 r23651  
    9999        'product_class_id' => '2001', 
    100100        'product_id' => '2001', 
     101        'product_code' => 'code2001', 
    101102        'price02' => '1000', 
    102103        'creator_id' => '1', 
     
    106107        'product_class_id' => '1001', 
    107108        'product_id' => '1001', 
     109        'product_code' => 'code1001', 
    108110        'price02' => '1000', 
    109111        'classcategory_id1' => '1', 
     
    114116        'product_class_id' => '1002', 
    115117        'product_id' => '1001', 
     118        'product_code' => 'code1002', 
    116119        'price02' => '1000', 
    117120        'classcategory_id1' => '2', 
Note: See TracChangeset for help on using the changeset viewer.