Changeset 3524 in subversion
- Timestamp:
- Apr 21, 2010 4:45:27 PM (3 years ago)
- Location:
- trunk/roundcubemail/tests
- Files:
-
- 1 added
- 2 edited
-
config (added)
-
mailfunc.php (modified) (1 diff)
-
runtests.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/tests/mailfunc.php
r3249 r3524 17 17 $GLOBALS['OUTPUT'] = $OUTPUT = $RCMAIL->load_gui(); 18 18 $RCMAIL->action = 'spell'; 19 $RCMAIL->imap_init(false); 19 20 $IMAP = $RCMAIL->imap; 20 21 -
trunk/roundcubemail/tests/runtests.sh
r2323 r3524 28 28 29 29 define('TESTS_DIR', dirname(__FILE__) . '/'); 30 define('RCMAIL_CONFIG_DIR', TESTS_DIR . 'config'); 30 31 31 32 require_once(SIMPLETEST . 'unit_tester.php');
Note: See TracChangeset
for help on using the changeset viewer.
