Changeset 23526 for branches/version-2_13-dev/tests/class
- Timestamp:
- 2014/06/05 00:11:02 (12 years ago)
- Location:
- branches/version-2_13-dev/tests/class
- Files:
-
- 6 edited
-
SC_CartSession/SC_CartSession_getCartListTest.php (modified) (2 diffs)
-
SC_Product/SC_Product_getDetailAndProductsClassTest.php (modified) (2 diffs)
-
SC_Product/SC_Product_getDetailTest.php (modified) (1 diff)
-
SC_Product/SC_Product_getListByProductIdsTest.php (modified) (1 diff)
-
SC_Product/SC_Product_getProductsClassTest.php (modified) (1 diff)
-
helper/SC_Helper_Purchase/SC_Helper_Purchase_setShipmentItemTempTest.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/tests/class/SC_CartSession/SC_CartSession_getCartListTest.php
r23398 r23526 104 104 ,'status' => '1' 105 105 ,'del_flg' => '0' 106 ,'price01_min_inctax' => SC_Helper_TaxRule_Ex::sfCalcIncTax( '1500')107 ,'price01_max_inctax' => SC_Helper_TaxRule_Ex::sfCalcIncTax( '1500')108 ,'price02_min_inctax' => SC_Helper_TaxRule_Ex::sfCalcIncTax( '1500')109 ,'price02_max_inctax' => SC_Helper_TaxRule_Ex::sfCalcIncTax( '1500')106 ,'price01_min_inctax' => SC_Helper_TaxRule_Ex::sfCalcIncTax(1500) 107 ,'price01_max_inctax' => SC_Helper_TaxRule_Ex::sfCalcIncTax(1500) 108 ,'price02_min_inctax' => SC_Helper_TaxRule_Ex::sfCalcIncTax(1500) 109 ,'price02_max_inctax' => SC_Helper_TaxRule_Ex::sfCalcIncTax(1500) 110 110 ,'maker_id' => null 111 111 ,'comment4' => null … … 164 164 ,'class_name2' => '味' 165 165 ,'class_id2' => '1' 166 ,'price01_inctax' => 1575.0167 ,'price02_inctax' => 1575.0166 ,'price01_inctax' => SC_Helper_TaxRule_Ex::sfCalcIncTax(1500) 167 ,'price02_inctax' => SC_Helper_TaxRule_Ex::sfCalcIncTax(1500) 168 168 //,'create_date' => '2014-05-04 12:20:29' 169 169 //,'update_date' => '2014-05-04 12:20:29' -
branches/version-2_13-dev/tests/class/SC_Product/SC_Product_getDetailAndProductsClassTest.php
r23246 r23526 54 54 ,'del_flg' => '0' 55 55 ,'update_date' => $arrRet[0] 56 ,'price01_min_inctax' => SC_Helper_TaxRule_Ex::sfCalcIncTax( '1500')57 ,'price01_max_inctax' => SC_Helper_TaxRule_Ex::sfCalcIncTax( '1500')58 ,'price02_min_inctax' => SC_Helper_TaxRule_Ex::sfCalcIncTax( '1500')59 ,'price02_max_inctax' => SC_Helper_TaxRule_Ex::sfCalcIncTax( '1500')56 ,'price01_min_inctax' => SC_Helper_TaxRule_Ex::sfCalcIncTax(1500) 57 ,'price01_max_inctax' => SC_Helper_TaxRule_Ex::sfCalcIncTax(1500) 58 ,'price02_min_inctax' => SC_Helper_TaxRule_Ex::sfCalcIncTax(1500) 59 ,'price02_max_inctax' => SC_Helper_TaxRule_Ex::sfCalcIncTax(1500) 60 60 ,'maker_id' => null 61 61 ,'comment4' => null … … 115 115 ,'class_name2' => '味' 116 116 ,'class_id2' => '1' 117 ,'price01_inctax' => SC_Helper_TaxRule_Ex::sfCalcIncTax( '1500')118 ,'price02_inctax' => SC_Helper_TaxRule_Ex::sfCalcIncTax( '1500')117 ,'price01_inctax' => SC_Helper_TaxRule_Ex::sfCalcIncTax(1500) 118 ,'price02_inctax' => SC_Helper_TaxRule_Ex::sfCalcIncTax(1500) 119 119 ); 120 120 -
branches/version-2_13-dev/tests/class/SC_Product/SC_Product_getDetailTest.php
r22845 r23526 54 54 ,'del_flg' => '0' 55 55 ,'update_date' => $arrRet[0] 56 ,'price01_min_inctax' => SC_Helper_TaxRule_Ex::sfCalcIncTax( '1500')57 ,'price01_max_inctax' => SC_Helper_TaxRule_Ex::sfCalcIncTax( '1500')58 ,'price02_min_inctax' => SC_Helper_TaxRule_Ex::sfCalcIncTax( '1500')59 ,'price02_max_inctax' => SC_Helper_TaxRule_Ex::sfCalcIncTax( '1500')56 ,'price01_min_inctax' => SC_Helper_TaxRule_Ex::sfCalcIncTax(1500) 57 ,'price01_max_inctax' => SC_Helper_TaxRule_Ex::sfCalcIncTax(1500) 58 ,'price02_min_inctax' => SC_Helper_TaxRule_Ex::sfCalcIncTax(1500) 59 ,'price02_max_inctax' => SC_Helper_TaxRule_Ex::sfCalcIncTax(1500) 60 60 ,'maker_id' => null 61 61 ,'comment4' => null -
branches/version-2_13-dev/tests/class/SC_Product/SC_Product_getListByProductIdsTest.php
r22845 r23526 69 69 ,'del_flg' => '0' 70 70 ,'update_date' => $arrRet[0] 71 ,'price01_min_inctax' => SC_Helper_TaxRule_Ex::sfCalcIncTax( '1500')72 ,'price01_max_inctax' => SC_Helper_TaxRule_Ex::sfCalcIncTax( '1500')73 ,'price02_min_inctax' => SC_Helper_TaxRule_Ex::sfCalcIncTax( '1500')74 ,'price02_max_inctax' => SC_Helper_TaxRule_Ex::sfCalcIncTax( '1500')71 ,'price01_min_inctax' => SC_Helper_TaxRule_Ex::sfCalcIncTax(1500) 72 ,'price01_max_inctax' => SC_Helper_TaxRule_Ex::sfCalcIncTax(1500) 73 ,'price02_min_inctax' => SC_Helper_TaxRule_Ex::sfCalcIncTax(1500) 74 ,'price02_max_inctax' => SC_Helper_TaxRule_Ex::sfCalcIncTax(1500) 75 75 ) 76 76 ); -
branches/version-2_13-dev/tests/class/SC_Product/SC_Product_getProductsClassTest.php
r23247 r23526 52 52 ,'class_name2' => '味' 53 53 ,'class_id2' => '1' 54 ,'price01_inctax' => SC_Helper_TaxRule_Ex::sfCalcIncTax( '1500')55 ,'price02_inctax' => SC_Helper_TaxRule_Ex::sfCalcIncTax( '1500')54 ,'price01_inctax' => SC_Helper_TaxRule_Ex::sfCalcIncTax(1500) 55 ,'price02_inctax' => SC_Helper_TaxRule_Ex::sfCalcIncTax(1500) 56 56 ); 57 57 -
branches/version-2_13-dev/tests/class/helper/SC_Helper_Purchase/SC_Helper_Purchase_setShipmentItemTempTest.php
r22857 r23526 63 63 'quantity' => 10, 64 64 'price' => 9000, 65 'total_inctax' => 94500.0,65 'total_inctax' => SC_Helper_TaxRule_Ex::sfCalcIncTax(90000), 66 66 'productsClass' => array('price02' => 9000) 67 67 ); … … 80 80 'quantity' => 10, 81 81 'price' => '2500', 82 'total_inctax' => 26250.082 'total_inctax' => SC_Helper_TaxRule_Ex::sfCalcIncTax(25000), 83 83 ); 84 84 $result = $_SESSION['shipping']['1001']['shipment_item']['1002'];
Note: See TracChangeset
for help on using the changeset viewer.
