Ignore:
Timestamp:
Dec 14, 2013 12:24:59 AM (10 years ago)
Author:
anonymous
Message:

Fixed minor errors in phpunit tests. Also, I forgot to mention in the previous commit I re-enabled sessions in the codebase.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eli_branch/tests/AuthSQLTest.php

    r447 r448  
    207207    {
    208208        $result = $this->Auth_SQL->generatepassword('xCVcvd');
    209         $this->assertRegExp('/[bcdfghjklmnprstvwxzBCDFGHJKLMNPRSTVWXZaeiouyAEIOUY0123456789][bcdfghjklmnprstvwxzBCDFGHJKLMNPRSTVWXZ][aeiouyAEIOUY][bcdfghjklmnprstvwxz][aeiouy][0123456789]/', $result, 'Generated password does not match intended pattern');
     209        $this->assertRegExp('/[bcdfghjklmnprstvwxzBCDFGHJKLMNPRSTVWXZaeiouyAEIOUY0123456789!@#%&*-=+.?][bcdfghjklmnprstvwxzBCDFGHJKLMNPRSTVWXZ][aeiouyAEIOUY][bcdfghjklmnprstvwxz][aeiouy][0123456789]/', $result, 'Generated password does not match intended pattern');
    210210    }
    211211
Note: See TracChangeset for help on using the changeset viewer.