From c587b5fdc7175c2a752558efccfc3f424cff6c0d Mon Sep 17 00:00:00 2001 From: mark Date: Sat, 1 Jan 2011 00:47:01 +0000 Subject: limit ticket creation queue dropdowns based on ACL, RT#7778 --- rt/lib/RT/Test.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rt/lib/RT/Test.pm') diff --git a/rt/lib/RT/Test.pm b/rt/lib/RT/Test.pm index b8d1683d0..64b736fad 100644 --- a/rt/lib/RT/Test.pm +++ b/rt/lib/RT/Test.pm @@ -1027,6 +1027,9 @@ sub start_standalone_server { $RT::Handle->dbh( undef ); RT->ConnectToDatabase; + # the attribute cache holds on to a stale dbh + delete $RT::System->{attributes}; + return ($ret, RT::Test::Web->new); } -- cgit v1.2.1