[Rt-commit] r14657 - in rtfm/trunk: .
falcone at bestpractical.com
falcone at bestpractical.com
Wed Jul 30 16:04:35 EDT 2008
Author: falcone
Date: Wed Jul 30 16:04:31 2008
New Revision: 14657
Removed:
rtfm/trunk/t/05cfsearch.pl
Modified:
rtfm/trunk/ (props changed)
rtfm/trunk/t/05cfsearch.t
Log:
r36389 at ketch: falcone | 2008-07-30 10:06:43 -0400
* rename test
* clean up warning
Modified: rtfm/trunk/t/05cfsearch.t
==============================================================================
--- rtfm/trunk/t/05cfsearch.t (original)
+++ rtfm/trunk/t/05cfsearch.t Wed Jul 30 16:04:31 2008
@@ -9,10 +9,12 @@
plan tests => 13;
+{
my ($ret, $msg) = $RT::Handle->InsertSchema(undef,'etc/');
ok($ret,"Created Schema: ".$msg||'');
($ret, $msg) = $RT::Handle->InsertACL(undef,'etc/');
ok($ret,"Created ACL: ".$msg||'');
+}
RT->Config->Set('Plugins',qw(RT::FM));
More information about the Rt-commit
mailing list