fix one confict

This commit is contained in:
two
2018-07-26 14:29:26 +08:00
55 changed files with 1123 additions and 334 deletions

View File

@@ -30,8 +30,13 @@ func TestFormatHeader_0(t *testing.T) {
if tm.Year() >= 2100 {
break
}
<<<<<<< HEAD
h, _, _ := formatTimeHeader(tm)
if tm.Format("2006/01/02 15:04:05.999 ") != string(h) {
=======
h, _ := formatTimeHeader(tm)
if tm.Format("2006/01/02 15:04:05.000 ") != string(h) {
>>>>>>> old/develop
t.Log(tm)
t.FailNow()
}
@@ -48,8 +53,13 @@ func TestFormatHeader_1(t *testing.T) {
if tm.Year() >= year+1 {
break
}
<<<<<<< HEAD
h, _, _ := formatTimeHeader(tm)
if tm.Format("2006/01/02 15:04:05.999 ") != string(h) {
=======
h, _ := formatTimeHeader(tm)
if tm.Format("2006/01/02 15:04:05.000 ") != string(h) {
>>>>>>> old/develop
t.Log(tm)
t.FailNow()
}