Skip to content

Commit

Permalink
Revert ""fix" router tests"
Browse files Browse the repository at this point in the history
This reverts commit 4cbd720.
  • Loading branch information
codegangsta committed Apr 25, 2014
1 parent c11ffb2 commit 5f090c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions router_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ func Test_Routing(t *testing.T) {
router.Handle(recorder, req12, context12)
router.Handle(recorder, req13, context13)
expect(t, result, "foobarbatbarfoofezpopbapwappowwappowoptsfoobazzingagetbazzingapostbazzingagroupception")
expect(t, recorder.Code, http.StatusNotFound)
expect(t, recorder.Body.String(), "404 page not found\n")
}

func Test_RouterHandlerStatusCode(t *testing.T) {
Expand Down

0 comments on commit 5f090c9

Please sign in to comment.