Author: Derick Rethans
Date: 2006-09-12 15:53:59 +0200 (Tue, 12 Sep 2006)
New Revision: 3474

Log:
- Fixed WS
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 2006-09-12 12:10:38 UTC 
(rev 3473)
+++ trunk/Mail/tests/transports/transport_smtp_test.php 2006-09-12 13:53:59 UTC 
(rev 3474)
@@ -21,8 +21,8 @@
 
     const PORT = 2525;
 
-       public function setUp()
-       {
+    public function setUp()
+    {
         if ( @fsockopen( ezcMailTransportSmtpTest::HOST, 
ezcMailTransportSmtpTest::PORT, $errno, $errstr, 1 ) === false )
         {
             $this->markTestSkipped( "No connection to SMTP server " . 
ezcMailTransportSmtpTest::HOST . ":" . ezcMailTransportSmtpTest::PORT . "." );
@@ -34,7 +34,7 @@
         $this->mail->addTo( new ezcMailAddress( '[EMAIL PROTECTED]', 'Foster' 
) );
         $this->mail->subject = "[Components test] SMTP test";
         $this->mail->body = new ezcMailText( "It doesn't look as if it's ever 
used." );
-       }
+    }
 
     /**
      * Tests sending a complete mail message.

-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to