[Rt-commit] rt branch, 4.0/skip-reminders-on-ticket-clone, updated. rt-4.0.3-45-g0236a29
Alex Vandiver
alexmv at bestpractical.com
Wed Jan 25 16:55:42 EST 2012
The branch, 4.0/skip-reminders-on-ticket-clone has been updated
via 0236a29c9fca48b7729d7fd6155e9e1ddb36c0d0 (commit)
from fe56d65c032eb52da9f32eb7e994a3ba01241ef7 (commit)
Summary of changes:
t/web/ticket_links.t | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 0236a29c9fca48b7729d7fd6155e9e1ddb36c0d0
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Wed Jan 25 10:41:12 2012 -0500
Minor typo fix
diff --git a/t/web/ticket_links.t b/t/web/ticket_links.t
index 81f5f37..efb6151 100644
--- a/t/web/ticket_links.t
+++ b/t/web/ticket_links.t
@@ -24,7 +24,7 @@ is( $deleted->Status, 'deleted', "deleted $deleted_id" );
$inactive->SetStatus('resolved');
is( $inactive->Status, 'resolved', 'resolved $inactive_id' );
-# reate an article for linking
+# Create an article for linking
require RT::Class;
my $class = RT::Class->new($RT::SystemUser);
$class->Create(Name => 'test class');
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list