[Rt-commit] rt branch, 4.4/admincc-test-fix, created. rt-4.2.11-210-g6a3c313

Dustin Graves dustin at bestpractical.com
Tue Sep 29 12:28:59 EDT 2015


The branch, 4.4/admincc-test-fix has been created
        at  6a3c3133b632af7130db22421f765073d46d66d0 (commit)

- Log -----------------------------------------------------------------
commit 6a3c3133b632af7130db22421f765073d46d66d0
Author: Dustin Graves <dustin at bestpractical.com>
Date:   Tue Sep 29 16:26:32 2015 +0000

    fix t/approval/admincc.t not properly destroying m_ceo and m_coo

diff --git a/t/approval/admincc.t b/t/approval/admincc.t
index da8cac2..1a5993b 100644
--- a/t/approval/admincc.t
+++ b/t/approval/admincc.t
@@ -280,4 +280,7 @@ $m_ceo->content_lacks( 'second approval', 'ceo: second approval is gone too' );
 RT::Test->clean_caught_mails;
 
 undef $m;
+undef $m_ceo;
+undef $m_coo;
+
 done_testing;

-----------------------------------------------------------------------


More information about the rt-commit mailing list