[pLog-svn] r6673 - plog/branches/lifetype-1.2/class/test/tests/mail/phpmailer

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Mon Jun 23 18:21:38 EDT 2008


Author: jondaley
Date: 2008-06-23 18:21:38 -0400 (Mon, 23 Jun 2008)
New Revision: 6673

Modified:
   plog/branches/lifetype-1.2/class/test/tests/mail/phpmailer/phpmailer_test.class.php
Log:
removed debugging code

Modified: plog/branches/lifetype-1.2/class/test/tests/mail/phpmailer/phpmailer_test.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/test/tests/mail/phpmailer/phpmailer_test.class.php	2008-06-23 21:59:07 UTC (rev 6672)
+++ plog/branches/lifetype-1.2/class/test/tests/mail/phpmailer/phpmailer_test.class.php	2008-06-23 22:21:38 UTC (rev 6673)
@@ -475,10 +475,6 @@
 
         $this->BuildBody();
         $this->assertTrue($this->Mail->Send(), $this->Mail->ErrorInfo);
-
-        $fp = fopen(PHPMAILER_TEST_BASE_FOLDER."message.txt", "w");
-        fwrite($fp, $this->Mail->CreateHeader() . $this->Mail->CreateBody());
-        fclose($fp);
     }    
 
     function test_MultipleSend() {



More information about the pLog-svn mailing list