Author: as
Date: Thu Jul  5 14:27:08 2007
New Revision: 5698

Log:
- Fixed one broken test.

Modified:
    trunk/Mail/tests/transports/transport_smtp_test.php

Modified: trunk/Mail/tests/transports/transport_smtp_test.php
==============================================================================
--- trunk/Mail/tests/transports/transport_smtp_test.php [iso-8859-1] (original)
+++ trunk/Mail/tests/transports/transport_smtp_test.php [iso-8859-1] Thu Jul  5 
14:27:08 2007
@@ -43,7 +43,7 @@
     
     public function testWrapperMockLoginAuthenticateFail250()
     {
-        $smtp = $this->getMock( 'ezcMailSmtpTransport', array( 'getReplyCode', 
'sendData' ), array( self::HOST, 'user', 'password', self::PORT ) );
+        $smtp = $this->getMock( 'ezcMailSmtpTransportWrapper', array( 
'getReplyCode', 'sendData' ), array( self::HOST, 'user', 'password', self::PORT 
) );
         $smtp->expects( $this->any() )
              ->method( 'getReplyCode' )
              ->will( $this->onConsecutiveCalls(


-- 
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to