From dc09a4fefcd6cbf45c1c134ca6eeb4cc78de035f Mon Sep 17 00:00:00 2001 From: DanB Date: Mon, 4 May 2015 11:30:30 +0200 Subject: [PATCH] Adding extra test for getCost 0 duration --- general_tests/costs1_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/general_tests/costs1_test.go b/general_tests/costs1_test.go index d9a177d7e..b662cee90 100644 --- a/general_tests/costs1_test.go +++ b/general_tests/costs1_test.go @@ -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) {