Skip to content

Commit

Permalink
updated test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
yaoweibin committed Jun 29, 2013
1 parent 977b1c0 commit 165affd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/t/get.t
Expand Up @@ -15,7 +15,7 @@ __DATA__
}
--- request
GET /
--- response_body_like: ^<.*>$
--- response_body_like: ^.*$
=== TEST 2: get request with syslog directive
--- main_config
Expand All @@ -36,7 +36,7 @@ GET /
--- request
GET /
--- response_body_like: ^<.*>$
--- response_body_like: ^.*$
=== TEST 3: get request with syslog directive
--- main_config
Expand All @@ -62,4 +62,4 @@ GET /
}
--- request
GET /photo
--- response_body_like: ^<.*>$
--- response_body_like: ^.*$

0 comments on commit 165affd

Please sign in to comment.