[Rt-commit] [rtir] 01/01: 4.2 is much stricter about case sensitivity

Kevin Falcone falcone at bestpractical.com
Fri Sep 26 17:14:14 EDT 2014


This is an automated email from the git hooks/post-receive script.

falcone pushed a commit to branch 3.2-trunk
in repository rtir.

commit 4bc968f4b51a06b7060687539de41f895a004e76
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Fri Sep 26 17:09:04 2014 -0400

    4.2 is much stricter about case sensitivity
    
    This merged up from 3.0-trunk where CASESENSITIVE wasn't specified.
---
 t/upgrade/2.6.0-to-2.9.0.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/upgrade/2.6.0-to-2.9.0.t b/t/upgrade/2.6.0-to-2.9.0.t
index ba806cc..d90a9f9 100644
--- a/t/upgrade/2.6.0-to-2.9.0.t
+++ b/t/upgrade/2.6.0-to-2.9.0.t
@@ -27,7 +27,7 @@ my @state_cf_ids;
 {
     my @sla_cf_ids;
     my $cfs = RT::CustomFields->new( RT->SystemUser );
-    $cfs->Limit( FIELD => 'Name', VALUE => 'SLA' );
+    $cfs->Limit( FIELD => 'Name', VALUE => 'SLA', CASESENSITIVE => 0  );
     $cfs->Limit( FIELD => 'Disabled', VALUE => 1 );
     push @sla_cf_ids, map $_->id, @{ $cfs->ItemsArrayRef };
     is( scalar @sla_cf_ids, 1, 'one disabled SLA field' );

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the rt-commit mailing list