Ignore:
Timestamp:
2014/07/11 00:40:35 (10 years ago)
Author:
shutta
Message:

#2581 (おすすめ商品管理> 最後尾のおすすめ商品の「下へ」ボタンが動作しない)
r23568 に関連して、削除時には上下を詰めないように変更。

File:
1 edited

Legend:

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

    r23546 r23569  
    5555    } 
    5656 
    57     // データが削除後、ランクが繰り上がることを確認 
    58     public function testDeleteBestProducts_データ削除後_ランクが繰り上がることを確認(){ 
     57    // データが削除後、ランクが変動しないことを確認 
     58    public function testDeleteBestProducts_データ削除後_ランクは変動しない(){ 
    5959 
    6060        SC_Helper_BestProducts_Ex::deleteBestProducts("1001"); 
    6161 
    62         $this->expected = "1"; 
     62        $this->expected = "2"; 
    6363 
    6464        $arrRet = SC_Helper_BestProducts_Ex::getBestProducts('1002',true); 
Note: See TracChangeset for help on using the changeset viewer.