1
0
mirror of https://github.com/astaxie/beego.git synced 2024-11-22 15:50:56 +00:00

fixed test code error

This commit is contained in:
ysqi 2016-01-27 21:13:11 +08:00
parent cd31c816cc
commit 484ca3a643

View File

@ -100,7 +100,7 @@ func TestXML(t *testing.T) {
t.Fatal("get name error") t.Fatal("get name error")
} }
if xmlconf.String("path") == os.Getenv("GOROOT") { if xmlconf.String("path") != os.Getenv("GOROOT") {
t.Fatal("get path error") t.Fatal("get path error")
} }