[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.7-1075-g2ccdcb4
? sunnavy
sunnavy at bestpractical.com
Mon Dec 27 23:38:13 EST 2010
The branch, 3.9-trunk has been updated
via 2ccdcb483374c3d0d99850f6cc2b162ac9ed5807 (commit)
from 8804d03810a201bde96b24fbdd91d90e6b972bbd (commit)
Summary of changes:
lib/RT/Squish.pm | 2 +-
t/api/squish.t | 1 -
2 files changed, 1 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 2ccdcb483374c3d0d99850f6cc2b162ac9ed5807
Author: sunnavy <sunnavy at bestpractical.com>
Date: Tue Dec 28 12:37:05 2010 +0800
tiny tweak
diff --git a/lib/RT/Squish.pm b/lib/RT/Squish.pm
index 7acc386..a2ff1a9 100644
--- a/lib/RT/Squish.pm
+++ b/lib/RT/Squish.pm
@@ -96,7 +96,7 @@ you need to implement this method in subclasses.
=cut
sub Squish {
- $RT::Logger->error( "you need to implement this method in subclasses" );
+ $RT::Logger->warn( "you need to implement this method in subclasses" );
return 1;
}
diff --git a/t/api/squish.t b/t/api/squish.t
index 87e9932..5961536 100644
--- a/t/api/squish.t
+++ b/t/api/squish.t
@@ -4,7 +4,6 @@ use RT;
use RT::Test nodb => 1, tests => 7;
use RT::Squish;
-use File::Temp 'tempfile';
my $squish = RT::Squish->new();
for my $method ( qw/Content ModifiedTime ModifiedTimeString Key/ ) {
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list