Ignore:
Timestamp:
2013/05/02 18:11:36 (11 years ago)
Author:
h_yoshimoto
Message:

#2236 2.12.3リリース以降の2.12-devへのコミット差し戻し

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/test/class/db/SC_DB_DBFactory_Test.php

    r22567 r22796  
    3333 * @version $Id:SC_DB_DBFactory_Test.php 15532 2007-08-31 14:39:46Z nanasess $ 
    3434 */ 
    35 class SC_DB_DBFactory_Test extends PHPUnit_Framework_TestCase  
    36 { 
     35class SC_DB_DBFactory_Test extends PHPUnit_Framework_TestCase { 
    3736 
    3837    // }}} 
     
    4039 
    4140    /* TODO 
    42     function testSfGetDBVersion() 
    43     { 
     41    function testSfGetDBVersion() { 
    4442        $dbFactory = SC_DB_DBFactory::getInstance(); 
    4543        $objQuery = new SC_Query(DEFAULT_DSN, true, true); 
     
    5755    */ 
    5856 
    59     function testFindTableNames() 
    60     { 
     57    function testFindTableNames() { 
    6158        $dbFactory = SC_DB_DBFactory::getInstance(); 
    6259        $objQuery = new SC_Query(DEFAULT_DSN); 
     
    6562    } 
    6663 
    67     function testConcatColumn() 
    68     { 
     64    function testConcatColumn() { 
    6965 
    7066        $params = array('column1', 'column2'); 
     
    9187     * 昨日の売上高・売上件数を算出する SQL のテスト. 
    9288     */ 
    93     function testGetOrderYesterdaySql() 
    94     { 
     89    function testGetOrderYesterdaySql() { 
    9590 
    9691        switch (DB_TYPE) { 
     
    121116     * 当月の売上高・売上件数を算出する SQL のテスト. 
    122117     */ 
    123     function testGetOrderMonthSql() 
    124     { 
     118    function testGetOrderMonthSql() { 
    125119        switch (DB_TYPE) { 
    126120        case 'pgsql': 
     
    152146     * 昨日のレビュー書き込み件数を算出する SQL のテスト. 
    153147     */ 
    154     function testGetReviewYesterdaySql() 
    155     { 
     148    function testGetReviewYesterdaySql() { 
    156149        switch (DB_TYPE) { 
    157150        case 'pgsql': 
Note: See TracChangeset for help on using the changeset viewer.