mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 03:01:00 +00:00
ut bug fixed
This commit is contained in:
parent
423f2dad35
commit
5ac254bf61
@ -130,7 +130,7 @@ func TestAssignConfig_03(t *testing.T) {
|
||||
if BConfig.WebConfig.StaticDir["/download"] != "down" {
|
||||
t.FailNow()
|
||||
}
|
||||
if BConfig.WebConfig.StaticDir["download2"] != "down2" {
|
||||
if BConfig.WebConfig.StaticDir["/download2"] != "down2" {
|
||||
t.FailNow()
|
||||
}
|
||||
if len(BConfig.WebConfig.StaticExtensionsToGzip) != 5 {
|
||||
|
Loading…
Reference in New Issue
Block a user