Adding extra test for getCost 0 duration

This commit is contained in:
DanB
2015-05-04 11:30:30 +02:00
parent 0684c3751d
commit dc09a4fefc

View File

@@ -104,7 +104,6 @@ func TestCosts1GetCost1(t *testing.T) {
}
}
/*
func TestCosts1GetCostZeroDuration(t *testing.T) {
tStart, _ := utils.ParseTimeDetectLayout("2013-08-07T17:30:00Z")
tEnd, _ := utils.ParseTimeDetectLayout("2013-08-07T17:30:00Z")
@@ -124,7 +123,6 @@ func TestCosts1GetCostZeroDuration(t *testing.T) {
t.Error("Wrong cost returned: ", cc.Cost)
}
}
*/
/* FixMe
func TestCosts1GetCost2(t *testing.T) {