Skip to content

Make test fail #19

@unknwon

Description

@unknwon

System: Mac OS 10.10.5

Dump from console:

----------------------------------------------------------------------
FAIL: time_test.go:292: testTimeSuite.TestCodec

time_test.go:339:
    c.Assert(t.String(), Equals, t4.String())
... obtained string = "0001-01-01 00:00:00"
... expected string = "0000-12-31 23:00:00"


----------------------------------------------------------------------
FAIL: time_test.go:342: testTimeSuite.TestParseTimeFromNum

time_test.go:392:
    c.Assert(err, NotNil)
... value = nil

OOPS: 14 passed, 2 FAILED
--- FAIL: TestT (0.01s)
FAIL
coverage: 89.6% of statements

Is this a actually bug or just something wrong with test case?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions