Repository: tapestry-5 Updated Branches: refs/heads/master 5649174f0 -> a29d1ea93
Remove unused variable Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/5b6e7c14 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/5b6e7c14 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/5b6e7c14 Branch: refs/heads/master Commit: 5b6e7c14f5102aa8fee2c06318fa5eacb6c93b59 Parents: 5649174 Author: Howard M. Lewis Ship <[email protected]> Authored: Fri Aug 1 16:28:04 2014 -0700 Committer: Howard M. Lewis Ship <[email protected]> Committed: Fri Aug 1 16:28:04 2014 -0700 ---------------------------------------------------------------------- .../org/apache/tapestry5/internal/services/RequestImplTest.java | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/5b6e7c14/tapestry-core/src/test/java/org/apache/tapestry5/internal/services/RequestImplTest.java ---------------------------------------------------------------------- diff --git a/tapestry-core/src/test/java/org/apache/tapestry5/internal/services/RequestImplTest.java b/tapestry-core/src/test/java/org/apache/tapestry5/internal/services/RequestImplTest.java index 4ec0551..6613d7d 100644 --- a/tapestry-core/src/test/java/org/apache/tapestry5/internal/services/RequestImplTest.java +++ b/tapestry-core/src/test/java/org/apache/tapestry5/internal/services/RequestImplTest.java @@ -1,5 +1,3 @@ -// Copyright 2006-2013 The Apache Software Foundation -// // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at @@ -51,7 +49,6 @@ public class RequestImplTest extends InternalBaseTestCase public void force_session_create() { HttpServletRequest sr = mockHttpServletRequest(); - HttpSession ss = mockHttpSession(); TapestrySessionFactory sf = newMock(TapestrySessionFactory.class); Session session = mockSession();
