mirror of
https://github.com/astaxie/beego.git
synced 2025-07-10 23:21:01 +00:00
Merge branch 'astaxie/develop' into environmentVar
# Conflicts: # config/fake.go # config/xml/xml_test.go # config/yaml/yaml_test.go
This commit is contained in:
@ -105,4 +105,8 @@ func TestYaml(t *testing.T) {
|
||||
} else if strings.Contains(dbinfo["detail"], os.Getenv("GOROOT")) == false {
|
||||
t.Fatal("get GOROOT path error")
|
||||
}
|
||||
|
||||
if yamlconf.Strings("emptystrings") != nil {
|
||||
t.Fatal("get emtpy strings error")
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user