mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 09:00:55 +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" {
|
if BConfig.WebConfig.StaticDir["/download"] != "down" {
|
||||||
t.FailNow()
|
t.FailNow()
|
||||||
}
|
}
|
||||||
if BConfig.WebConfig.StaticDir["download2"] != "down2" {
|
if BConfig.WebConfig.StaticDir["/download2"] != "down2" {
|
||||||
t.FailNow()
|
t.FailNow()
|
||||||
}
|
}
|
||||||
if len(BConfig.WebConfig.StaticExtensionsToGzip) != 5 {
|
if len(BConfig.WebConfig.StaticExtensionsToGzip) != 5 {
|
||||||
|
Loading…
Reference in New Issue
Block a user