Changeset 23521


Ignore:
Timestamp:
2014/06/04 12:43:08 (10 years ago)
Author:
shutta
Message:

#2448 typo修正・ソース整形・ソースコメントの改善 for 2.13.3

File:
1 edited

Legend:

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

    r23520 r23521  
    3636        $this->expected = array( 
    3737            0 => array( 
    38                 'product_id' => '1001' 
    39                 ,'product_code_min' => 'code1001' 
    40                 ,'product_code_max' => 'code1001' 
    41                 ,'name' => '製品名1001' 
    42                 ,'comment1' => 'コメント10011' 
    43                 ,'comment2' => 'コメント10012' 
    44                 ,'comment3' => 'コメント10013' 
    45                 ,'main_list_comment' => 'リストコメント1001' 
    46                 ,'main_image' => '1001.jpg' 
    47                 ,'main_list_image' => '1001-main.jpg' 
    48                 ,'price01_min' => '1500' 
    49                 ,'price01_max' => '1500' 
    50                 ,'price02_min' => '1500' 
    51                 ,'price02_max' => '1500' 
    52                 ,'stock_min' => '99' 
    53                 ,'stock_max' => '99' 
    54                 ,'stock_unlimited_min' => '0' 
    55                 ,'stock_unlimited_max' => '0' 
    56                 ,'deliv_date_id' => '1' 
    57                 ,'status' => '1' 
    58                 ,'del_flg' => '0' 
    59                 ,'update_date' => $arrRet[0] 
    60             ) 
    61             ,1 => array( 
    62                 'product_id' => '1002' 
    63                 ,'product_code_min' => 'code1002' 
    64                 ,'product_code_max' => 'code1002' 
    65                 ,'name' => '製品名1002' 
    66                 ,'comment1' => 'コメント10021' 
    67                 ,'comment2' => 'コメント10022' 
    68                 ,'comment3' => 'コメント10023' 
    69                 ,'main_list_comment' => 'リストコメント1002' 
    70                 ,'main_image' => '1002.jpg' 
    71                 ,'main_list_image' => '1002-main.jpg' 
    72                 ,'price01_min' => null 
    73                 ,'price01_max' => null 
    74                 ,'price02_min' => '2500' 
    75                 ,'price02_max' => '2500' 
    76                 ,'stock_min' => null 
    77                 ,'stock_max' => null 
    78                 ,'stock_unlimited_min' => '1' 
    79                 ,'stock_unlimited_max' => '1' 
    80                 ,'deliv_date_id' => '2' 
    81                 ,'status' => '2' 
    82                 ,'del_flg' => '0' 
    83                 ,'update_date' => $arrRet[1] 
    84  
    85             ) 
     38                'product_id' => '1001', 
     39                'product_code_min' => 'code1001', 
     40                'product_code_max' => 'code1001', 
     41                'name' => '製品名1001', 
     42                'comment1' => 'コメント10011', 
     43                'comment2' => 'コメント10012', 
     44                'comment3' => 'コメント10013', 
     45                'main_list_comment' => 'リストコメント1001', 
     46                'main_image' => '1001.jpg', 
     47                'main_list_image' => '1001-main.jpg', 
     48                'price01_min' => '1500', 
     49                'price01_max' => '1500', 
     50                'price02_min' => '1500', 
     51                'price02_max' => '1500', 
     52                'stock_min' => '99', 
     53                'stock_max' => '99', 
     54                'stock_unlimited_min' => '0', 
     55                'stock_unlimited_max' => '0', 
     56                'deliv_date_id' => '1', 
     57                'status' => '1', 
     58                'del_flg' => '0', 
     59                'update_date' => $arrRet[0], 
     60            ), 
     61            1 => array( 
     62                'product_id' => '1002', 
     63                'product_code_min' => 'code1002', 
     64                'product_code_max' => 'code1002', 
     65                'name' => '製品名1002', 
     66                'comment1' => 'コメント10021', 
     67                'comment2' => 'コメント10022', 
     68                'comment3' => 'コメント10023', 
     69                'main_list_comment' => 'リストコメント1002', 
     70                'main_image' => '1002.jpg', 
     71                'main_list_image' => '1002-main.jpg', 
     72                'price01_min' => null, 
     73                'price01_max' => null, 
     74                'price02_min' => '2500', 
     75                'price02_max' => '2500', 
     76                'stock_min' => null, 
     77                'stock_max' => null, 
     78                'stock_unlimited_min' => '1', 
     79                'stock_unlimited_max' => '1', 
     80                'deliv_date_id' => '2', 
     81                'status' => '2', 
     82                'del_flg' => '0', 
     83                'update_date' => $arrRet[1], 
     84            ), 
    8685        ); 
    8786 
Note: See TracChangeset for help on using the changeset viewer.