Ignore:
Timestamp:
Jun 14, 2009 10:36:48 AM (15 years ago)
Author:
quinn
Message:

updated tests to work. updated email validation regex to include quote marks around name part. changed logmsg tmp dir name to use script_filename.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/Auth_SQLTest.php

    r154 r357  
    4444                first_name,
    4545                last_name,
    46                 email,
    47                 user_type
     46                email
    4847            ) VALUES (
    4948                'testuser',
     
    5150                'John',
    5251                'Doe',
    53                 'root@localhost',
    54                 'admin'
     52                'root@localhost'
    5553            )
    5654        ");
Note: See TracChangeset for help on using the changeset viewer.