Index: branches/version-2_13-dev/tests/class/helper/SC_Helper_Address/SC_Helper_Address_registAddressTest.php
===================================================================
--- branches/version-2_13-dev/tests/class/helper/SC_Helper_Address/SC_Helper_Address_registAddressTest.php	(revision 22857)
+++ branches/version-2_13-dev/tests/class/helper/SC_Helper_Address/SC_Helper_Address_registAddressTest.php	(revision 23032)
@@ -98,5 +98,7 @@
                 'fax02' => '1113',
                 'fax03' => '1114',
-                'country_id' => null
+                'country_id' => null,
+                'company_name' => null,
+                'zipcode' => null
             );
         $objQuery =& SC_Query_Ex::getSingletonInstance();
Index: branches/version-2_13-dev/tests/class/helper/SC_Helper_Address/SC_Helper_Address_getAddressTest.php
===================================================================
--- branches/version-2_13-dev/tests/class/helper/SC_Helper_Address/SC_Helper_Address_getAddressTest.php	(revision 22857)
+++ branches/version-2_13-dev/tests/class/helper/SC_Helper_Address/SC_Helper_Address_getAddressTest.php	(revision 23032)
@@ -55,5 +55,7 @@
                 'fax02' => '1111',
                 'fax03' => '1111',
-                'country_id' => null
+                'country_id' => null,
+                'company_name' => null,
+                'zipcode' => null
             );
         $this->actual = $this->objAddress->getAddress($other_deliv_id);
Index: branches/version-2_13-dev/tests/class/helper/SC_Helper_Address/SC_Helper_Address_getListTest.php
===================================================================
--- branches/version-2_13-dev/tests/class/helper/SC_Helper_Address/SC_Helper_Address_getListTest.php	(revision 22857)
+++ branches/version-2_13-dev/tests/class/helper/SC_Helper_Address/SC_Helper_Address_getListTest.php	(revision 23032)
@@ -45,5 +45,7 @@
                 'fax02' => '1111',
                 'fax03' => '1111',
-                'country_id' => null
+                'country_id' => null,
+                'company_name' => null,
+                'zipcode' => null
                   )
 
@@ -77,5 +79,7 @@
                 'fax02' => '1111',
                 'fax03' => '1111',
-                'country_id' => null
+                'country_id' => null,
+                'company_name' => null,
+                'zipcode' => null
                   ),
             array(
@@ -97,5 +101,7 @@
                 'fax02' => '1111',
                 'fax03' => '1111',
-                'country_id' => null
+                'country_id' => null,
+                'company_name' => null,
+                'zipcode' => null
                   )
 
Index: branches/version-2_13-dev/tests/class/helper/SC_Helper_DB/SC_Helper_DB_sfGetBasisDataTest.php
===================================================================
--- branches/version-2_13-dev/tests/class/helper/SC_Helper_DB/SC_Helper_DB_sfGetBasisDataTest.php	(revision 22960)
+++ branches/version-2_13-dev/tests/class/helper/SC_Helper_DB/SC_Helper_DB_sfGetBasisDataTest.php	(revision 23032)
@@ -113,5 +113,7 @@
             'longitude' => '45.0001',
             'downloadable_days' => '10',
-            'downloadable_days_unlimited' => '0'
+            'downloadable_days_unlimited' => '0',
+            'zipcode' => null,
+            'law_zipcode' => null
         );
         $this->actual = $this->helper->sfGetBasisData(true);
@@ -215,5 +217,7 @@
             'downloadable_days_unlimited' => '0',
             'country_id' => null,
-            'law_country_id' => null
+            'law_country_id' => null,
+            'zipcode' => null,
+            'law_zipcode' => null
         );
         $this->actual = $this->helper->sfGetBasisData(false);
Index: branches/version-2_13-dev/tests/class/helper/SC_Helper_Purchase/SC_Helper_Purchase_registerOrderCompleteTest.php
===================================================================
--- branches/version-2_13-dev/tests/class/helper/SC_Helper_Purchase/SC_Helper_Purchase_registerOrderCompleteTest.php	(revision 22857)
+++ branches/version-2_13-dev/tests/class/helper/SC_Helper_Purchase/SC_Helper_Purchase_registerOrderCompleteTest.php	(revision 23032)
@@ -85,6 +85,7 @@
             'price' => '1000',
             'quantity' => '10',
-            'tax_rate' => '5',
-            'tax_rule' => '1'
+            'tax_rate' => null,
+            'tax_rule' => null,
+            'tax_adjuts' => null
           )
         )
Index: branches/version-2_13-dev/tests/class/helper/SC_Helper_Purchase/SC_Helper_Purchase_copyFromCustomerTest.php
===================================================================
--- branches/version-2_13-dev/tests/class/helper/SC_Helper_Purchase/SC_Helper_Purchase_copyFromCustomerTest.php	(revision 22857)
+++ branches/version-2_13-dev/tests/class/helper/SC_Helper_Purchase/SC_Helper_Purchase_copyFromCustomerTest.php	(revision 23032)
@@ -114,5 +114,7 @@
       'customer_id' => '1001',
       'update_date' => 'CURRENT_TIMESTAMP',
-      'order_country_id' => ''
+      'order_country_id' => '',
+      'order_company_name' => '',
+      'order_zipcode' => ''
     );
     $helper = new SC_Helper_Purchase();
