mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 23:51:59 +01:00
fixed a unit test
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
084d578273
commit
d6ab3d0c9a
@ -104,7 +104,7 @@ static void test_archiving_rule(struct config *cfg){
|
||||
|
||||
initrules(data.archiving_rules);
|
||||
|
||||
load_rules(&sdata, &data, data.archiving_rules, SQL_ARCHIVING_RULE_TABLE);
|
||||
load_rules(&sdata, data.archiving_rules, SQL_ARCHIVING_RULE_TABLE);
|
||||
|
||||
for(i=0; i<sizeof(rule_test)/sizeof(struct rule_test); i++){
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user