X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Ft%2Ffts%2Findexed_oracle.t;h=a5b15bd825e4c09b898db17ff507d8833a3c5d8a;hp=5d71712d069f03de65b20804500d07d7f3a3bb2e;hb=e9e0cf0989259b94d9758eceff448666a2e5a5cc;hpb=6587f6ba7d047ddc1686c080090afe7d53365bd4 diff --git a/rt/t/fts/indexed_oracle.t b/rt/t/fts/indexed_oracle.t index 5d71712d0..a5b15bd82 100644 --- a/rt/t/fts/indexed_oracle.t +++ b/rt/t/fts/indexed_oracle.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl -w use strict; use warnings; @@ -7,7 +6,7 @@ use RT::Test tests => undef; plan skip_all => 'Not Oracle' unless RT->Config->Get('DatabaseType') eq 'Oracle'; plan tests => 13; -RT->Config->Set( FullTextSearch => Enable => 1, Indexed => 1 ); +RT->Config->Set( FullTextSearch => Enable => 1, Indexed => 1, IndexName => 'rt_fts_index' ); setup_indexing();