Commit d689be30 authored by CurveSoft's avatar CurveSoft

remove httplib_test.php

parent 7b110a0b
...@@ -42,7 +42,7 @@ func TestPost(t *testing.T) { ...@@ -42,7 +42,7 @@ func TestPost(t *testing.T) {
b := Post("http://beego.me").Debug(true) b := Post("http://beego.me").Debug(true)
b.Param("username", "astaxie") b.Param("username", "astaxie")
b.Param("password", "hello") b.Param("password", "hello")
b.PostFile("uploadfile", "httplib_test.php") b.PostFile("uploadfile", "httplib_test.go")
str, err := b.String() str, err := b.String()
if err != nil { if err != nil {
t.Fatal(err) t.Fatal(err)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment