Changeset 357 for trunk/tests


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.

Location:
trunk/tests
Files:
4 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        ");
  • trunk/tests/LockTest.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        ");
  • 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        ");
  • trunk/tests/run_tests.sh

    r53 r357  
    77for foo in *Test.php;
    88do
    9     /usr/local/bin/php $foo;
     9    php $foo;
    1010done;
Note: See TracChangeset for help on using the changeset viewer.