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/VersionTest.php

    r137 r357  
    4646                first_name,
    4747                last_name,
    48                 email,
    49                 user_type
     48                email
    5049            ) VALUES (
    5150                'testuser',
     
    5352                'John',
    5453                'Doe',
    55                 'john@example.com',
    56                 'admin'
     54                'john@example.com'
    5755            )
    5856        ");
Note: See TracChangeset for help on using the changeset viewer.