fix build

This commit is contained in:
Radu Ioan Fericean
2014-04-07 13:54:46 +03:00
parent d624af2e94
commit 1dca95a6d3

View File

@@ -97,7 +97,7 @@ TOPUP10_AT,TOPUP10_AC1,ASAP,10`
} else if acnt == nil {
t.Error("No account saved")
}
ratingDb.CacheRating(nil, nil, nil, nil)
ratingDb.CacheRating(nil, nil, nil, nil, nil)
acntDb.CacheAccounting(nil, nil, nil)
if cachedDests := cache2go.CountEntries(engine.DESTINATION_PREFIX); cachedDests != 2 {
t.Error("Wrong number of cached destinations found", cachedDests)