From 0a2b1a08da5a7c92e1efe2affe6144a23547548f Mon Sep 17 00:00:00 2001 From: bdragan Date: Mon, 7 Dec 2015 21:55:51 +0100 Subject: [PATCH] #377: Added an estimate to the @todo introduced in the issue resolution. --- src/test/java/org/takes/tk/TkProxyTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/takes/tk/TkProxyTest.java b/src/test/java/org/takes/tk/TkProxyTest.java index c314cb58d..7601ff45d 100644 --- a/src/test/java/org/takes/tk/TkProxyTest.java +++ b/src/test/java/org/takes/tk/TkProxyTest.java @@ -37,7 +37,7 @@ * @author Dragan Bozanovic (bozanovicdr@gmail.com) * @version $Id$ * @since 0.25 - * @todo #377 We need more tests for TkProxy. + * @todo #377:30min/DEV We need more tests for TkProxy. * The tests should verify the different HTTP methods (GET, POST, etc), * as well as the different combinations of request/response headers. */