Rename *rsr_fields to *rsr

This commit is contained in:
TeoV
2018-01-17 14:35:13 +02:00
committed by Dan Christian Bogos
parent 8541335d39
commit bd9e262d76
9 changed files with 25 additions and 25 deletions

View File

@@ -285,7 +285,7 @@ cgrates.org,Threshold1,FLTR_1;FLTR_ACNT_dan,2014-07-29T15:00:00Z,true,10,1s,true
#Tenant[0],ID[1],FilterType[2],FilterFieldName[3],FilterFieldValues[4],ActivationInterval[5]
cgrates.org,FLTR_1,*string,Account,1001;1002,2014-07-29T15:00:00Z
cgrates.org,FLTR_1,*string_prefix,Destination,10;20,2014-07-29T15:00:00Z
cgrates.org,FLTR_1,*rsr_fields,,Subject(~^1.*1$);Destination(1002),
cgrates.org,FLTR_1,*rsr,,Subject(~^1.*1$);Destination(1002),
cgrates.org,FLTR_ACNT_dan,*string,Account,dan,2014-07-29T15:00:00Z
cgrates.org,FLTR_DST_DE,*destinations,Destination,DST_DE,2014-07-29T15:00:00Z
cgrates.org,FLTR_DST_NL,*destinations,Destination,DST_NL,2014-07-29T15:00:00Z
@@ -1569,7 +1569,7 @@ func TestLoadFilters(t *testing.T) {
},
&utils.TPFilter{
FieldName: "",
Type: "*rsr_fields",
Type: "*rsr",
Values: []string{"Subject(~^1.*1$)", "Destination(1002)"},
},
},