[Rt-commit] r14060 - in rt/branches/3.999-DANGEROUS: . bin lib/RT/Interface sbin t/web
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Mon Jul 14 06:13:33 EDT 2008
Author: sunnavy
Date: Mon Jul 14 06:13:33 2008
New Revision: 14060
Modified:
rt/branches/3.999-DANGEROUS/ (props changed)
rt/branches/3.999-DANGEROUS/bin/rt-crontool
rt/branches/3.999-DANGEROUS/lib/RT/Interface/CLI.pm
rt/branches/3.999-DANGEROUS/sbin/rt-email-dashboards.in
rt/branches/3.999-DANGEROUS/t/ticket/link_search.t
rt/branches/3.999-DANGEROUS/t/web/attachments.t
Log:
r14401 at sunnavys-mb: sunnavy | 2008-07-14 18:05:34 +0800
RT::nobody instead of RT::Nobody
Modified: rt/branches/3.999-DANGEROUS/bin/rt-crontool
==============================================================================
--- rt/branches/3.999-DANGEROUS/bin/rt-crontool (original)
+++ rt/branches/3.999-DANGEROUS/bin/rt-crontool Mon Jul 14 06:13:33 2008
@@ -65,7 +65,7 @@
# Load the config file
RT::load_config();
-#Connect to the database and get RT::system_user and RT::Nobody loaded
+#Connect to the database and get RT::system_user and RT::nobody loaded
RT::Init();
#Get the current user all loaded
Modified: rt/branches/3.999-DANGEROUS/lib/RT/Interface/CLI.pm
==============================================================================
--- rt/branches/3.999-DANGEROUS/lib/RT/Interface/CLI.pm (original)
+++ rt/branches/3.999-DANGEROUS/lib/RT/Interface/CLI.pm Mon Jul 14 06:13:33 2008
@@ -123,7 +123,7 @@
=head2 get_current_user
Figures out the uid of the current user and returns an RT::CurrentUser object
-loaded with that user. if the current user isn't found, returns a copy of RT::Nobody.
+loaded with that user. if the current user isn't found, returns a copy of RT::nobody.
=cut
Modified: rt/branches/3.999-DANGEROUS/sbin/rt-email-dashboards.in
==============================================================================
--- rt/branches/3.999-DANGEROUS/sbin/rt-email-dashboards.in (original)
+++ rt/branches/3.999-DANGEROUS/sbin/rt-email-dashboards.in Mon Jul 14 06:13:33 2008
@@ -93,7 +93,7 @@
# Load the config file
RT::LoadConfig();
-# Connect to the database and get RT::SystemUser and RT::Nobody loaded
+# Connect to the database and get RT::SystemUser and RT::nobody loaded
RT::Init();
$HTML::Mason::Commands::r = RT::Dashboard::FakeRequest->new;
Modified: rt/branches/3.999-DANGEROUS/t/ticket/link_search.t
==============================================================================
--- rt/branches/3.999-DANGEROUS/t/ticket/link_search.t (original)
+++ rt/branches/3.999-DANGEROUS/t/ticket/link_search.t Mon Jul 14 06:13:33 2008
@@ -6,7 +6,7 @@
# Load the config file
-#Connect to the database and get RT::system_user and RT::Nobody loaded
+#Connect to the database and get RT::system_user and RT::nobody loaded
#Get the current user all loaded
Modified: rt/branches/3.999-DANGEROUS/t/web/attachments.t
==============================================================================
--- rt/branches/3.999-DANGEROUS/t/web/attachments.t (original)
+++ rt/branches/3.999-DANGEROUS/t/web/attachments.t Mon Jul 14 06:13:33 2008
@@ -9,7 +9,7 @@
my ($baseurl, $m) = RT::Test->started_ok;
ok $m->login, 'logged in';
-my $queue = RT::Model::Queue->new($RT::Nobody);
+my $queue = RT::Model::Queue->new($RT::nobody);
my $qid = $queue->load('General');
ok( $qid, "Loaded General queue" );
More information about the Rt-commit
mailing list