Ignore:
Timestamp:
Jun 9, 2006 9:25:54 PM (18 years ago)
Author:
scdev
Message:

Q - added tags/2.0.2 as the first php5 compatible version of the 2.0 branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/tests/Auth_SQLTest.php

    r126 r157  
    108108        $this->assertTrue($true, 'User login failed, but should have succeeded.');
    109109
    110         echo "Testing wrong password...\n";
     110        // echo "Testing wrong password...\n";
    111111        $false = $this->Auth_SQL->authenticate('testuser', 'wrongpass');
    112112
     
    124124        $this->assertFalse($after_logged_in, '3. User is still logged in but should not be.');
    125125
    126         echo "Testing wrong password...\n";
     126        // echo "Testing wrong password...\n";
    127127        $login2 = $this->Auth_SQL->login('testuser', 'wrongpass');
    128128        $this->assertFalse($login2, '4. User login succeeded, but should have failed.');
Note: See TracChangeset for help on using the changeset viewer.