ut bug fixed

This commit is contained in:
JessonChan 2016-04-18 19:18:46 +08:00
parent 423f2dad35
commit 5ac254bf61
1 changed files with 1 additions and 1 deletions

View File

@ -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 {