[Rt-commit] r17597 - in rtfm/trunk: .
falcone at bestpractical.com
falcone at bestpractical.com
Tue Jan 6 16:11:07 EST 2009
Author: falcone
Date: Tue Jan 6 16:11:06 2009
New Revision: 17597
Modified:
rtfm/trunk/ (props changed)
rtfm/trunk/t/3upload-customfields.t
Log:
r43188 at ketch: falcone | 2009-01-06 16:10:34 -0500
* since we forcibly Encode::encode_utf8 data in RT::Test
turn that off for image uploads
Modified: rtfm/trunk/t/3upload-customfields.t
==============================================================================
--- rtfm/trunk/t/3upload-customfields.t (original)
+++ rtfm/trunk/t/3upload-customfields.t Tue Jan 6 16:11:06 2009
@@ -5,6 +5,7 @@
use lib 't/lib';
use RT::FM::Test tests => 21;
+$RT::Test::SKIP_REQUEST_WORK_AROUND = 1;
use RT;
use constant ImageFile => $RT::MasonComponentRoot .'/NoAuth/images/bplogo.gif';
More information about the Rt-commit
mailing list