d689be30 by CurveSoft

remove httplib_test.php

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