Skip to content

Instantly share code, notes, and snippets.

@sanemat
Created December 30, 2010 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sanemat/759826 to your computer and use it in GitHub Desktop.
Save sanemat/759826 to your computer and use it in GitHub Desktop.
p5-app-adventcalendar patch
From fe0fe46138c9eadfc2ff43e141e5d2f5f09086da Mon Sep 17 00:00:00 2001
From: sanemat <o.gata.ken@gmail.com>
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