[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.8.8-559-ge3bf88a
Shawn Moore
sartak at bestpractical.com
Tue Aug 24 22:31:06 EDT 2010
The branch, 3.9-trunk has been updated
via e3bf88a0468befd2e6d1f04c97ed7ef51a21e833 (commit)
from 588805f90c6df3d30d772ebd857f89cc1b304d34 (commit)
Summary of changes:
t/ticket/linking.t | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit e3bf88a0468befd2e6d1f04c97ed7ef51a21e833
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Tue Aug 24 22:33:02 2010 -0400
No need to chomp $data, adding 0 will numify it properly anyway
diff --git a/t/ticket/linking.t b/t/ticket/linking.t
index c0d4304..c25a262 100644
--- a/t/ticket/linking.t
+++ b/t/ticket/linking.t
@@ -40,7 +40,6 @@ ok ($id,$msg);
my $commit_code = <<END;
open my \$file, "<$filename" or die "couldn't open $filename";
my \$data = <\$file>;
-chomp \$data;
\$data += 0;
close \$file;
\$RT::Logger->debug("Data is \$data");
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list