Ignore:
Timestamp:
2013/05/31 19:02:47 (13 years ago)
Author:
nanasess
Message:

#150 (ユニットテスト環境の整備)

  • 主に税率対応の仕様変更により通らなくなっていたテストを修正

#2193 税率チームのコミットをマージ

  • SC_Helper_Purchaseの 対応漏れ?を修正
Location:
branches/version-2_13-dev/tests/class/helper/SC_Helper_Address
Files:
3 edited

Legend:

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

    r22723 r22845  
    5454                'fax01' => '111', 
    5555                'fax02' => '1111', 
    56                 'fax03' => '1111' 
     56                'fax03' => '1111', 
     57                'country_id' => null 
    5758            ); 
    5859        $this->actual = $this->objAddress->getAddress($other_deliv_id); 
  • branches/version-2_13-dev/tests/class/helper/SC_Helper_Address/SC_Helper_Address_getListTest.php

    r22723 r22845  
    4444                'fax01' => '111', 
    4545                'fax02' => '1111', 
    46                 'fax03' => '1111' 
     46                'fax03' => '1111', 
     47                'country_id' => null 
    4748                  ) 
    4849 
     
    7576                'fax01' => '111', 
    7677                'fax02' => '1111', 
    77                 'fax03' => '1111' 
     78                'fax03' => '1111', 
     79                'country_id' => null 
    7880                  ), 
    7981            array( 
     
    9496                'fax01' => '111', 
    9597                'fax02' => '1111', 
    96                 'fax03' => '1111' 
     98                'fax03' => '1111', 
     99                'country_id' => null 
    97100                  ) 
    98101 
  • branches/version-2_13-dev/tests/class/helper/SC_Helper_Address/SC_Helper_Address_registAddressTest.php

    r22723 r22845  
    5757                    'fax01' => '112', 
    5858                    'fax02' => '1113', 
    59                     'fax03' => '1114' 
     59                    'fax03' => '1114', 
     60                    'country_id' => null 
    6061                ); 
    6162            $objQuery =& SC_Query_Ex::getSingletonInstance(); 
     
    9495                'fax01' => '112', 
    9596                'fax02' => '1113', 
    96                 'fax03' => '1114' 
     97                'fax03' => '1114', 
     98                'country_id' => null 
    9799            ); 
    98100        $objQuery =& SC_Query_Ex::getSingletonInstance(); 
Note: See TracChangeset for help on using the changeset viewer.