Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张磊
/
FileStorageBeego
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
d0cb112f
authored
2013-08-03 22:22:37 +0800
by
astaxie
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix test func name
1 parent
c58445c7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
httplib_test.go
httplib_test.go
View file @
d0cb112
...
...
@@ -6,7 +6,7 @@ import (
)
func
TestGetUrl
(
t
*
testing
.
T
)
{
resp
,
err
:=
Get
Url
(
"http://beego.me/"
)
.
Response
()
resp
,
err
:=
Get
(
"http://beego.me/"
)
.
Response
()
if
err
!=
nil
{
t
.
Fatal
(
err
)
}
...
...
@@ -22,7 +22,7 @@ func TestGetUrl(t *testing.T) {
t
.
Fatal
(
"data is no"
)
}
str
,
err
:=
Get
Url
(
"http://beego.me/"
)
.
String
()
str
,
err
:=
Get
(
"http://beego.me/"
)
.
String
()
if
err
!=
nil
{
t
.
Fatal
(
err
)
}
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment