1
0
mirror of https://github.com/astaxie/beego.git synced 2024-11-22 18:00:55 +00:00

remove httplib_test.php

This commit is contained in:
CurveSoft 2014-06-04 22:12:37 +08:00
parent 7b110a0b73
commit d689be30e8

View File

@ -42,7 +42,7 @@ func TestPost(t *testing.T) {
b := Post("http://beego.me").Debug(true)
b.Param("username", "astaxie")
b.Param("password", "hello")
b.PostFile("uploadfile", "httplib_test.php")
b.PostFile("uploadfile", "httplib_test.go")
str, err := b.String()
if err != nil {
t.Fatal(err)