Ignore:
Timestamp:
2013/03/10 12:08:26 (11 years ago)
Author:
tokuhiro
Message:

#2182 kiyaku_id開始値の変更

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_13-tests/tests/class/helper/SC_Helper_Kiyaku/SC_Helper_Kiyaku_saveKiyakuTest.php

    r22703 r22721  
    2222    ///////////////////////////////////////// 
    2323 
    24     public function testsaveKiyakuTest_新規で規約を登録する場合_4を返す() 
     24    public function testsaveKiyakuTest_新規で規約を登録する場合_1003を返す() 
    2525    { 
    2626 
     
    2929            $objQuery =& SC_Query_Ex::getSingletonInstance(); 
    3030            $this->setUpKiyaku(); 
    31             $this->expected = '4'; 
     31            $this->expected = '1003'; 
    3232         
    3333            $sqlval = array( 
     
    5353    } 
    5454 
    55     public function testsaveKiyakuTest_規約を更新する場合_2を返す() 
     55    public function testsaveKiyakuTest_規約を更新する場合_1001を返す() 
    5656    { 
    5757        if(DB_TYPE != 'pgsql') { //postgresqlだとどうしてもDBエラーになるのでとりいそぎ回避 
     
    6060            $this->setUpKiyaku(); 
    6161            $sqlval = array( 
    62                     'kiyaku_id' => '2', 
     62                    'kiyaku_id' => '1001', 
    6363                    'kiyaku_title' => '第2条 (登録)', 
    6464                    'kiyaku_text' => 'test kiyaku2', 
     
    6969                    'del_flg' => '0' 
    7070                    ); 
    71             $this->expected = 2; 
    72             // シーケンス調整 
     71            $this->expected = 1001; 
    7372            $this->actual = $this->objKiyaku->saveKiyaku($sqlval); 
    7473     
Note: See TracChangeset for help on using the changeset viewer.