Changeset 157 for tags/2.0.2/tests


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.

Location:
tags/2.0.2
Files:
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • tags/2.0.2/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.');
  • tags/2.0.2/tests/EmailTest.php

    r42 r157  
    9494        $this->assertEquals(41, $gc, 'Unexpected good count.');
    9595        $this->assertEquals(47, $bc, 'Unexpected bad count.');
    96         echo "Good addresses: $gc\n";
    97         echo "Bad addresses: $bc\n";
     96        // echo "Good addresses: $gc\n";
     97        // echo "Bad addresses: $bc\n";
    9898//         echo join("\n", $bad);
    9999//         echo "\n";
Note: See TracChangeset for help on using the changeset viewer.