mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-22 23:58:44 +05:00
Partially fixed cdrc integration tests
This commit is contained in:
committed by
Dan Christian Bogos
parent
ca3d40e1c3
commit
41cd0ce29e
@@ -55,6 +55,13 @@ func TestXmlITInitCdrDb(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
// Remove data in both rating and accounting db
|
||||
func TestXmlITResetDataDb(t *testing.T) {
|
||||
if err := engine.InitDataDb(xmlCfg); err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
}
|
||||
|
||||
func TestXmlITCreateCdrDirs(t *testing.T) {
|
||||
for _, cdrcProfiles := range xmlCfg.CdrcProfiles {
|
||||
for i, cdrcInst := range cdrcProfiles {
|
||||
|
||||
Reference in New Issue
Block a user