CiviMailUtils.php code comment
authorColeman Watts <coleman@civicrm.org>
Thu, 25 Sep 2014 14:45:53 +0000 (10:45 -0400)
committerColeman Watts <coleman@civicrm.org>
Thu, 25 Sep 2014 14:45:53 +0000 (10:45 -0400)
tests/phpunit/CiviTest/CiviMailUtils.php

index c9957d7cebb8b4aa813ba2053e08aedf71a5b487..0af4f729be03b275fb1884a01ad07c831bf728de 100644 (file)
@@ -122,6 +122,7 @@ class CiviMailUtils extends PHPUnit_Framework_TestCase {
         // Change outbound mail setting
         $this->_ut->openCiviPage('admin/setting/smtp', "reset=1", "_qf_Smtp_next");
         $this->_ut->click('xpath=//input[@name="outBound_option" and @value="' . $this->_outBound_option . '"]');
+        // There will be a warning when switching from test to live mode
         if ($this->_outBound_option != CRM_Mailing_Config::OUTBOUND_OPTION_DISABLED) {
           $this->_ut->getAlert();
         }