normal test passing

This commit is contained in:
Radu Ioan Fericean
2015-06-16 19:45:01 +03:00
parent 61d9919df6
commit fcb5fee2fc
51 changed files with 924 additions and 861 deletions

View File

@@ -256,8 +256,7 @@ func init() {
log.Print("error in LoadCdrStats:", err)
}
csvr.WriteToDatabase(false, false)
ratingStorage.CacheRating(nil, nil, nil, nil, nil, nil)
accountingStorage.CacheAccounting(nil, nil, nil)
ratingStorage.CacheAll()
}
func TestLoadDestinations(t *testing.T) {