Author: thrantal
Date: Sat Jul 12 12:45:50 2008
New Revision: 676226

URL: http://svn.apache.org/viewvc?rev=676226&view=rev
Log:
Removed redundant constructor and javadocs
- no functional changes

Modified:
    
wicket/branches/wicket-1.3.x/jdk-1.4/wicket/src/test/java/org/apache/wicket/protocol/http/MockWebApplicationTest.java

Modified: 
wicket/branches/wicket-1.3.x/jdk-1.4/wicket/src/test/java/org/apache/wicket/protocol/http/MockWebApplicationTest.java
URL: 
http://svn.apache.org/viewvc/wicket/branches/wicket-1.3.x/jdk-1.4/wicket/src/test/java/org/apache/wicket/protocol/http/MockWebApplicationTest.java?rev=676226&r1=676225&r2=676226&view=diff
==============================================================================
--- 
wicket/branches/wicket-1.3.x/jdk-1.4/wicket/src/test/java/org/apache/wicket/protocol/http/MockWebApplicationTest.java
 (original)
+++ 
wicket/branches/wicket-1.3.x/jdk-1.4/wicket/src/test/java/org/apache/wicket/protocol/http/MockWebApplicationTest.java
 Sat Jul 12 12:45:50 2008
@@ -56,17 +56,6 @@
                }
        };
 
-       /**
-        * Create the test.
-        * 
-        * @param name
-        *            The test name
-        */
-       public MockWebApplicationTest(String name)
-       {
-               super(name);
-       }
-
        protected void setUp() throws Exception
        {
                super.setUp();
@@ -79,9 +68,6 @@
                application.destroy();
        }
 
-       /**
-        * @throws Exception
-        */
        public void testRenderHomePage() throws Exception
        {
                // Validate the document
@@ -113,9 +99,6 @@
                assertEquals(0, feedbackMessages.size());
        }
 
-       /**
-        * @throws Exception
-        */
        public void testClickLink() throws Exception
        {
                // Need to call the home page first


Reply via email to