Ignore:
Timestamp:
Jun 22, 2012 2:25:43 PM (12 years ago)
Author:
anonymous
Message:

Updated email address validation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/run_tests.sh

    r357 r399  
    33# Be in the directory with all the tests.
    44cd `dirname $0`;
     5
     6# Create database.
     7mysql -e 'CREATE DATABASE IF NOT EXISTS `test`';
    58
    69# Run tests sequentially.
Note: See TracChangeset for help on using the changeset viewer.