1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-01 08:33:28 +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")
}
if xmlconf.String("path") == os.Getenv("GOROOT") {
if xmlconf.String("path") != os.Getenv("GOROOT") {
t.Fatal("get path error")
}