more test fixes and renamed internal ActionPlan

This commit is contained in:
Radu Ioan Fericean
2015-06-04 14:58:32 +03:00
parent 32ef1d1ba3
commit d74b772007
10 changed files with 71 additions and 71 deletions

View File

@@ -591,7 +591,7 @@ func (self *SQLStorage) GetCallCostLog(cgrid, source, runid string) (*CallCost,
func (self *SQLStorage) LogActionTrigger(ubId, source string, at *ActionTrigger, as Actions) (err error) {
return
}
func (self *SQLStorage) LogActionTiming(source string, at *ActionTiming, as Actions) (err error) {
func (self *SQLStorage) LogActionPlan(source string, at *ActionPlan, as Actions) (err error) {
return
}
func (self *SQLStorage) LogError(uuid, source, runid, errstr string) (err error) { return }