[Rt-commit] r7882 - in rtfm/branches/2.1-TESTING: .

ruz at bestpractical.com ruz at bestpractical.com
Wed May 16 00:13:30 EDT 2007


Author: ruz
Date: Wed May 16 00:13:28 2007
New Revision: 7882

Modified:
   rtfm/branches/2.1-TESTING/   (props changed)
   rtfm/branches/2.1-TESTING/t/search.t

Log:
 r337 at cubic-pc:  cubic | 2007-05-16 08:08:50 +0400
 * update with good things from t/05cfsearches.t


Modified: rtfm/branches/2.1-TESTING/t/search.t
==============================================================================
--- rtfm/branches/2.1-TESTING/t/search.t	(original)
+++ rtfm/branches/2.1-TESTING/t/search.t	Wed May 16 00:13:28 2007
@@ -1,16 +1,16 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 
 use strict;
 use warnings;
 
-use Test::More qw(no_plan);
+use Test::More tests => 12;
 BEGIN { require 't/utils.pl' }
 
 use_ok 'RT';
 RT::LoadConfig();
 RT::Init();
 
-my $suffix = '';
+my $suffix = '-'. $$;
 
 my $CurrentUser = $RT::SystemUser;
 


More information about the Rt-commit mailing list