- Timestamp:
- 2013/05/31 19:02:47 (13 years ago)
- Location:
- branches/version-2_13-dev/tests/class/helper/SC_Helper_Address
- Files:
-
- 3 edited
-
SC_Helper_Address_getAddressTest.php (modified) (1 diff)
-
SC_Helper_Address_getListTest.php (modified) (3 diffs)
-
SC_Helper_Address_registAddressTest.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/tests/class/helper/SC_Helper_Address/SC_Helper_Address_getAddressTest.php
r22723 r22845 54 54 'fax01' => '111', 55 55 'fax02' => '1111', 56 'fax03' => '1111' 56 'fax03' => '1111', 57 'country_id' => null 57 58 ); 58 59 $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 44 44 'fax01' => '111', 45 45 'fax02' => '1111', 46 'fax03' => '1111' 46 'fax03' => '1111', 47 'country_id' => null 47 48 ) 48 49 … … 75 76 'fax01' => '111', 76 77 'fax02' => '1111', 77 'fax03' => '1111' 78 'fax03' => '1111', 79 'country_id' => null 78 80 ), 79 81 array( … … 94 96 'fax01' => '111', 95 97 'fax02' => '1111', 96 'fax03' => '1111' 98 'fax03' => '1111', 99 'country_id' => null 97 100 ) 98 101 -
branches/version-2_13-dev/tests/class/helper/SC_Helper_Address/SC_Helper_Address_registAddressTest.php
r22723 r22845 57 57 'fax01' => '112', 58 58 'fax02' => '1113', 59 'fax03' => '1114' 59 'fax03' => '1114', 60 'country_id' => null 60 61 ); 61 62 $objQuery =& SC_Query_Ex::getSingletonInstance(); … … 94 95 'fax01' => '112', 95 96 'fax02' => '1113', 96 'fax03' => '1114' 97 'fax03' => '1114', 98 'country_id' => null 97 99 ); 98 100 $objQuery =& SC_Query_Ex::getSingletonInstance();
Note: See TracChangeset
for help on using the changeset viewer.
