Changeset 684057f in github


Ignore:
Timestamp:
Apr 21, 2010 4:45:27 PM (3 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
0a19215
Parents:
c69d2ae
Message:

Fix unit tests to run with changed rcmail class + use own config for tests

Location:
tests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tests/mailfunc.php

    rad18d63 r684057f  
    1717    $GLOBALS['OUTPUT'] = $OUTPUT = $RCMAIL->load_gui(); 
    1818    $RCMAIL->action = 'spell'; 
     19    $RCMAIL->imap_init(false); 
    1920    $IMAP = $RCMAIL->imap; 
    2021     
  • tests/runtests.sh

    r63d4b121 r684057f  
    2828 
    2929define('TESTS_DIR', dirname(__FILE__) . '/'); 
     30define('RCMAIL_CONFIG_DIR', TESTS_DIR . 'config'); 
    3031 
    3132require_once(SIMPLETEST . 'unit_tester.php'); 
Note: See TracChangeset for help on using the changeset viewer.