This commit is contained in:
ysqi 2016-06-01 19:57:08 +08:00
parent 2ebf3cd450
commit 2e0bcf611c
2 changed files with 4 additions and 5 deletions

View File

@ -1,8 +1,8 @@
package beego
import (
"testing"
"fmt"
"testing"
)
func TestList_01(t *testing.T) {

View File

@ -117,7 +117,6 @@ func TestAssignConfig_03(t *testing.T) {
ac.Set("StaticExtensionsToGzip", ".css,.js,.html,.jpg,.png")
assignConfig(ac)
t.Logf("%#v", BConfig)
if BConfig.AppName != "test_app" {