[Rt-commit] r8311 - in rt/branches/3.7-EXPERIMENTAL-TUNIS/t: mail
ruz at bestpractical.com
ruz at bestpractical.com
Mon Jul 30 10:53:10 EDT 2007
Author: ruz
Date: Mon Jul 30 10:53:10 2007
New Revision: 8311
Modified:
rt/branches/3.7-EXPERIMENTAL-TUNIS/t/mail/crypt-gnupg.t
rt/branches/3.7-EXPERIMENTAL-TUNIS/t/mail/mime_decoding.t
rt/branches/3.7-EXPERIMENTAL-TUNIS/t/rtname.t
Log:
* we changed syntax of 'nodata' a little
Modified: rt/branches/3.7-EXPERIMENTAL-TUNIS/t/mail/crypt-gnupg.t
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-TUNIS/t/mail/crypt-gnupg.t (original)
+++ rt/branches/3.7-EXPERIMENTAL-TUNIS/t/mail/crypt-gnupg.t Mon Jul 30 10:53:10 2007
@@ -1,11 +1,12 @@
#!/usr/bin/perl
+
use strict;
use warnings;
use Test::More;
eval 'use GnuPG::Interface; 1' or plan skip_all => 'GnuPG required.';
plan tests => 94;
-use RT::Test 'nodata';
+use RT::Test nodata => 1;
RT->Config->Set( LogToScreen => 'debug' );
RT->Config->Set( LogStackTraces => 'error' );
Modified: rt/branches/3.7-EXPERIMENTAL-TUNIS/t/mail/mime_decoding.t
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-TUNIS/t/mail/mime_decoding.t (original)
+++ rt/branches/3.7-EXPERIMENTAL-TUNIS/t/mail/mime_decoding.t Mon Jul 30 10:53:10 2007
@@ -2,7 +2,7 @@
use strict;
use warnings;
use Test::More tests => 5;
-use RT::Test 'nodata';
+use RT::Test nodata => 1;
use_ok('RT::I18N');
Modified: rt/branches/3.7-EXPERIMENTAL-TUNIS/t/rtname.t
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-TUNIS/t/rtname.t (original)
+++ rt/branches/3.7-EXPERIMENTAL-TUNIS/t/rtname.t Mon Jul 30 10:53:10 2007
@@ -3,7 +3,7 @@
use warnings;
use Test::More tests => 9;
-use RT::Test 'nodata';
+use RT::Test nodata => 1;
use RT::Interface::Email;
More information about the Rt-commit
mailing list