You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2013/05/17 09:47:59 UTC

svn commit: r1483679 - /tomcat/trunk/test/org/apache/catalina/startup/TestHostConfigAutomaticDeployment.java

Author: markt
Date: Fri May 17 07:47:58 2013
New Revision: 1483679

URL: http://svn.apache.org/r1483679
Log:
Update expected behaviour comment

Modified:
    tomcat/trunk/test/org/apache/catalina/startup/TestHostConfigAutomaticDeployment.java

Modified: tomcat/trunk/test/org/apache/catalina/startup/TestHostConfigAutomaticDeployment.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/catalina/startup/TestHostConfigAutomaticDeployment.java?rev=1483679&r1=1483678&r2=1483679&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/catalina/startup/TestHostConfigAutomaticDeployment.java (original)
+++ tomcat/trunk/test/org/apache/catalina/startup/TestHostConfigAutomaticDeployment.java Fri May 17 07:47:58 2013
@@ -1024,9 +1024,9 @@ public class TestHostConfigAutomaticDepl
      * Artifacts present      Artifact   Artifacts remaining
      * XML  WAR  EXT  DIR    Modified    XML  WAR  EXT DIR   Action
      *  N    N    N    Y       DIR        -    -    -   M     None
-     *  N    Y    N    N       WAR        -    M    -   -    Reload
+     *  N    Y    N    N       WAR        -    M    -   -   Redeploy
      *  N    Y    N    Y       DIR        -    Y    -   M     None
-     *  N    Y    N    Y       WAR        -    M    -   R    Reload
+     *  N    Y    N    Y       WAR        -    M    -   R   Redeploy
      *  Y    N    N    N       XML        M    -    -   -   Redeploy
      *  Y    N    N    Y       DIR        Y    -    -   M     None
      *  Y    N    N    Y       XML        M    -    -   Y   Redeploy
@@ -1039,7 +1039,7 @@ public class TestHostConfigAutomaticDepl
      *  Y    Y    N    N       XML        M    Y    -   -   Redeploy
      *  Y    Y    N    Y       DIR        Y    Y    -   M     None
      *  Y    Y    N    Y       WAR        Y    M    -   -    Reload
-     *  Y    Y    N    Y       XML        M    Y    -   Y    Reload
+     *  Y    Y    N    Y       XML        M    Y    -   Y   Redeploy
      */
     @Test
     public void testModifyDirUpdateDir() throws Exception {
@@ -1237,7 +1237,7 @@ public class TestHostConfigAutomaticDepl
         tomcat.start();
         host.backgroundProcess();
 
-        // Remove the specified file
+        // Change the specified file
         switch (toModify) {
             case XML:
                 if (xml == null) {



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org