[Rt-commit] rt branch, 4.0/autoload-fixes, updated. rt-4.0.0-286-gfa4126f
Alex Vandiver
alexmv at bestpractical.com
Fri May 20 13:27:39 EDT 2011
The branch, 4.0/autoload-fixes has been updated
via fa4126f118291735dfdc7e778f85220d697d768c (commit)
from 6f6aaf879f20ae91a9b27f57c658994b9b73ae6a (commit)
Summary of changes:
t/web/html/delete-article-name-method.html | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit fa4126f118291735dfdc7e778f85220d697d768c
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Fri May 20 13:27:37 2011 -0400
Fix minor incorrect comment wrapping
diff --git a/t/web/html/delete-article-name-method.html b/t/web/html/delete-article-name-method.html
index 520f1cc..27592c1 100644
--- a/t/web/html/delete-article-name-method.html
+++ b/t/web/html/delete-article-name-method.html
@@ -1,10 +1,10 @@
<%INIT>
# This is used by t/web/articles-links.t. Since we fork off a server
-# under most test configurations, and we need a way to run code in th e
-# middle of the test script, we have to play at shenanigans to delet e
+# under most test configurations, and we need a way to run code in the
+# middle of the test script, we have to play at shenanigans to delete
# RT::Article's Name method. Other options were a Plack::Middleware that
# eval'd code given by paths like /__perl/(.+) (is scary), a signal
-# handler under apache), and only running articles-links.t for (fails
+# handler (fails under apache), and only running articles-links.t for
# inline tests (fails under apache and standalone)
delete $RT::Article::{Name};
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list