You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2013/04/26 11:02:59 UTC

[05/11] git commit: WICKET-5147 comment fixed

WICKET-5147 comment fixed


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/79bba93b
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/79bba93b
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/79bba93b

Branch: refs/heads/master
Commit: 79bba93b8b2f57bd9ee327288d2c4176d802ab81
Parents: 42b9d50
Author: Michael Mosmann <mi...@mosmann.de>
Authored: Fri Apr 26 01:32:02 2013 +0200
Committer: Michael Mosmann <mi...@mosmann.de>
Committed: Fri Apr 26 01:32:02 2013 +0200

----------------------------------------------------------------------
 .../apache/wicket/util/tester/WicketTester.java    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/79bba93b/wicket-core/src/main/java/org/apache/wicket/util/tester/WicketTester.java
----------------------------------------------------------------------
diff --git a/wicket-core/src/main/java/org/apache/wicket/util/tester/WicketTester.java b/wicket-core/src/main/java/org/apache/wicket/util/tester/WicketTester.java
index 3786693..8f17548 100644
--- a/wicket-core/src/main/java/org/apache/wicket/util/tester/WicketTester.java
+++ b/wicket-core/src/main/java/org/apache/wicket/util/tester/WicketTester.java
@@ -150,7 +150,7 @@ import org.slf4j.LoggerFactory;
  * - all valid cookies set before a request is made (tester.getRequest().addCookie()) should
  *   appear in the page request
  * - all cookies set in the response should appear in the last response (tester.getLastResponse()) 
- *   after the request is made 
+ *   after the request is made (expired cookies and others)
  * - all cookies set in the response should appear even after a redirect response is made
  *   until the final response (tester.getLastResponse()) is written to the client (wicket tester) 
  * - all valid cookies (maxAge!=0) from the last response should be added to