Created
December 30, 2010 14:12
-
-
Save sanemat/759826 to your computer and use it in GitHub Desktop.
p5-app-adventcalendar patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From fe0fe46138c9eadfc2ff43e141e5d2f5f09086da Mon Sep 17 00:00:00 2001 | |
From: sanemat <[email protected]> | |
Date: Thu, 30 Dec 2010 23:08:34 +0900 | |
Subject: [PATCH] 2010-12-02.txt is exist. 2010-12-20.txt will be not exist. | |
--- | |
t/01_path.t | 2 +- | |
1 files changed, 1 insertions(+), 1 deletions(-) | |
diff --git a/t/01_path.t b/t/01_path.t | |
index e799213..7404755 100644 | |
--- a/t/01_path.t | |
+++ b/t/01_path.t | |
@@ -21,7 +21,7 @@ test_psgi $app, sub { | |
is $res->code, 200, 'success case for entry'; | |
- $req = HTTP::Request->new(GET => 'http://localhost/2010/sample/2'); | |
+ $req = HTTP::Request->new(GET => 'http://localhost/2010/sample/20'); | |
$res = $cb->($req); | |
is $res->code, 404, 'entry file not found'; | |
-- | |
1.7.2.3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment