[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.6-343-g6fb52ad
Shawn Moore
sartak at bestpractical.com
Thu Dec 2 21:43:22 EST 2010
The branch, 3.9-trunk has been updated
via 6fb52ad6ffaeede63c3c14e5bbd91fdf03ac6708 (commit)
from 4195dd1d8d48a097f863137f4481b01cd2f4ec4f (commit)
Summary of changes:
t/00-compile.t | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 6fb52ad6ffaeede63c3c14e5bbd91fdf03ac6708
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Thu Dec 2 21:43:15 2010 -0500
Add dashboard classes to t/00-compile.t
diff --git a/t/00-compile.t b/t/00-compile.t
index 6718a11..8162202 100644
--- a/t/00-compile.t
+++ b/t/00-compile.t
@@ -2,7 +2,7 @@
use strict;
use warnings;
-use RT::Test nodb => 1, tests => 31;
+use RT::Test nodb => 1, tests => 34;
require_ok("RT");
require_ok("RT::Test");
@@ -33,6 +33,9 @@ require_ok("RT::Condition");
require_ok("RT::Interface::Web");
require_ok("RT::SavedSearch");
require_ok("RT::SavedSearches");
+require_ok("RT::Dashboard");
+require_ok("RT::Dashboard::Mailer");
+require_ok("RT::Dashboards");
require_ok("RT::Installer");
require_ok("RT::Util");
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list