[jboss-svn-commits] JBoss Common SVN: r4650 - shrinkwrap/trunk/extension-tomcat/src/test/java/org/jboss/shrinkwrap/tomcat/test.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Jun 30 14:54:05 EDT 2010


Author: ALRubinger
Date: 2010-06-30 14:54:05 -0400 (Wed, 30 Jun 2010)
New Revision: 4650

Modified:
   shrinkwrap/trunk/extension-tomcat/src/test/java/org/jboss/shrinkwrap/tomcat/test/TomcatDeploymentIntegrationUnitTestCase.java
Log:
[SHRINKWRAP-198] Fix up test comment JavaDoc

Modified: shrinkwrap/trunk/extension-tomcat/src/test/java/org/jboss/shrinkwrap/tomcat/test/TomcatDeploymentIntegrationUnitTestCase.java
===================================================================
--- shrinkwrap/trunk/extension-tomcat/src/test/java/org/jboss/shrinkwrap/tomcat/test/TomcatDeploymentIntegrationUnitTestCase.java	2010-06-30 18:28:46 UTC (rev 4649)
+++ shrinkwrap/trunk/extension-tomcat/src/test/java/org/jboss/shrinkwrap/tomcat/test/TomcatDeploymentIntegrationUnitTestCase.java	2010-06-30 18:54:05 UTC (rev 4650)
@@ -173,7 +173,8 @@
    //-------------------------------------------------------------------------------------||
 
    /**
-    * Doesn't really test anything now; shows end-user view only
+    * Tests that we can execute an HTTP request and it's fulfilled as expected, 
+    * proving our deployment succeeded
     */
    @Test
    public void requestWebapp() throws Exception



More information about the jboss-svn-commits mailing list