Ignore:
Timestamp:
2014/06/11 11:27:45 (10 years ago)
Author:
shutta
Message:

#2588 商品管理>商品登録(商品規格) dtb_classcategory.del_flg を関知していない
テストケースで失敗するようになっているものが出ていたので修正。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/tests/class/SC_CartSession/SC_CartSession_TestBase.php

    r23399 r23540  
    9393        ); 
    9494 
    95         $this->objQuery->delete('dtb_classcategory'); 
     95        // classcategory_id=0のものは削除しない 
     96        $this->objQuery->delete('dtb_classcategory', 'classcategory_id <> 0'); 
    9697        foreach ($class_category as $key => $item) { 
    9798            $this->objQuery->insert('dtb_classcategory', $item); 
Note: See TracChangeset for help on using the changeset viewer.