[Rt-commit] rt branch, 4.0/text-wrap-and-quoting-long-lines, updated. rt-4.0.6-253-g04fa891
Alex Vandiver
alexmv at bestpractical.com
Thu May 16 15:42:06 EDT 2013
The branch, 4.0/text-wrap-and-quoting-long-lines has been updated
via 04fa891bc0d8eb4494190501b9bf81cb35f45b9a (commit)
via aa76abca2e26c5d66c793be58c2d075dc2fb4334 (commit)
from f7100a4b9c4f15446c21575af6c77476a41e2b7b (commit)
Summary of changes:
t/api/{transaction.t => transaction-quoting.t} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename t/api/{transaction.t => transaction-quoting.t} (99%)
- Log -----------------------------------------------------------------
commit aa76abca2e26c5d66c793be58c2d075dc2fb4334
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Thu May 16 15:26:51 2013 -0400
Rename quoting tests to avoid a filename conflict upon merge
diff --git a/t/api/transaction.t b/t/api/transaction-quoting.t
similarity index 100%
rename from t/api/transaction.t
rename to t/api/transaction-quoting.t
commit 04fa891bc0d8eb4494190501b9bf81cb35f45b9a
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Thu May 16 15:41:59 2013 -0400
Remove an extra "my" which causes "masks earlier declaration in same scope" warnings
diff --git a/t/api/transaction-quoting.t b/t/api/transaction-quoting.t
index f903b46..243da61 100644
--- a/t/api/transaction-quoting.t
+++ b/t/api/transaction-quoting.t
@@ -222,7 +222,7 @@ EXPECTED
> > Line after a line break.
EXPECTED
- my $result = $txn->ApplyQuoteWrap( content => $result, cols => 70 );
+ $result = $txn->ApplyQuoteWrap( content => $result, cols => 70 );
is( $result, $expected, 'Text quoted properly after two quotings');
# Wrapping is only triggered over 76 chars, so quote until 76 is exceeded
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list