Ignore:
Timestamp:
Dec 18, 2005 12:16:03 AM (18 years ago)
Author:
scdev
Message:

detabbed all files ;P

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/RecordVersionTest.php

    r41 r42  
    22/**
    33 * PHPUnit test case for RecordVersion
    4  * 
    5  * The method skeletons below need to be filled in with 
    6  * real data so that the tests will run correctly. Replace 
    7  * all EXPECTED_VAL and PARAM strings with real data. 
    8  * 
     4 *
     5 * The method skeletons below need to be filled in with
     6 * real data so that the tests will run correctly. Replace
     7 * all EXPECTED_VAL and PARAM strings with real data.
     8 *
    99 * Created with PHPUnit_Skeleton on 2005-08-09
    1010 */
     
    3737        // Use fresh user table.
    3838        $this->Auth_SQL->initDB(true);
    39        
     39
    4040        // Insert test data.
    4141        DB::query("
     
    5656            )
    5757        ");
    58        
     58
    5959        $this->Auth_SQL->login('testuser', 'testpass');
    60        
     60
    6161        $this->RecordVersion =& RecordVersion::getInstance($this->Auth_SQL);
    6262        $this->RecordVersion->setParam(array('db_table' => 'test_version_tbl'));
Note: See TracChangeset for help on using the changeset viewer.