]> granicus.if.org Git - php/commitdiff
Update to use norsh flag
authorZoe Slattery <zoe@php.net>
Fri, 5 Dec 2008 11:02:04 +0000 (11:02 +0000)
committerZoe Slattery <zoe@php.net>
Fri, 5 Dec 2008 11:02:04 +0000 (11:02 +0000)
ext/imap/tests/imap_include.inc
ext/imap/tests/skipif.inc

index a93187871d465fdb96d20f5ed4ce56870bde400d..3f9845476c1bd8f7f47f4c5d737dfd61c57245a0 100644 (file)
@@ -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
+?>
index d01fcd986f3c383084368175de8379ba23e55dba..dcfc3c172720dd1d3e1e9ef081ef41404e94afb7 100644 (file)
@@ -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
+?>