more logging

This commit is contained in:
Radu Ioan Fericean
2014-10-07 11:30:36 +03:00
parent 1b7f3861c1
commit c0b4a13257

View File

@@ -287,7 +287,7 @@ func TestActionTimingHourMonthdaysYear(t *testing.T) {
},
}}
t.Log(at.Timing.Timing.CronString())
t.Log(time.Now())
t.Log(time.Now(), referenceDate, referenceDate.After(testTime))
st := at.GetNextStartTime(referenceDate)
if !st.Equal(expected) {
t.Errorf("Expected %v was %v", expected, st)