diff options
| author | Zoe Slattery <zoe@php.net> | 2008-12-05 11:02:04 +0000 |
|---|---|---|
| committer | Zoe Slattery <zoe@php.net> | 2008-12-05 11:02:04 +0000 |
| commit | 7b4f84770fe15cade59102b0d3422e6d51950dea (patch) | |
| tree | 2670e400b90b1f0a11ad7ef59bbab143ebb4b0f4 /ext/imap/tests | |
| parent | 9d1eca8ee1bb38004cf8ae1963536a6318d1baf2 (diff) | |
| download | php-git-7b4f84770fe15cade59102b0d3422e6d51950dea.tar.gz | |
Update to use norsh flag
Diffstat (limited to 'ext/imap/tests')
| -rw-r--r-- | ext/imap/tests/imap_include.inc | 4 | ||||
| -rw-r--r-- | ext/imap/tests/skipif.inc | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ext/imap/tests/imap_include.inc b/ext/imap/tests/imap_include.inc index a93187871d..3f9845476c 100644 --- a/ext/imap/tests/imap_include.inc +++ b/ext/imap/tests/imap_include.inc @@ -1,6 +1,6 @@ <?php // Change these to make tests run successfully -$server = '{localhost}'; +$server = '{localhost/norsh}'; $default_mailbox = $server . "INBOX"; $domain = "something.com"; $admin_user = "webmaster"; // a user with admin access @@ -147,4 +147,4 @@ function get_mailbox_name($mailbox){ return $match[1]; } -?>
\ No newline at end of file +?> diff --git a/ext/imap/tests/skipif.inc b/ext/imap/tests/skipif.inc index d01fcd986f..dcfc3c1727 100644 --- a/ext/imap/tests/skipif.inc +++ b/ext/imap/tests/skipif.inc @@ -2,7 +2,7 @@ extension_loaded('imap') or die('skip imap extension not available in this build'); // Change these to make tests run successfully -$mailbox = '{localhost}'; +$mailbox = '{localhost/norsh}'; $username = 'webmaster@something.com'; $password = 'p4ssw0rd'; $options = OP_HALFOPEN; // this should be enough to verify server present @@ -13,4 +13,4 @@ if (!$mbox) { die("skip could not connect to mailbox $mailbox"); } imap_close($mbox); -?>
\ No newline at end of file +?> |
