[jboss-cvs] JBossAS SVN: r101460 - branches/JBPAPP_5_0/testsuite/src/main/org/jboss/test/deployers/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 25 05:16:45 EST 2010


Author: emuckenhuber
Date: 2010-02-25 05:16:44 -0500 (Thu, 25 Feb 2010)
New Revision: 101460

Modified:
   branches/JBPAPP_5_0/testsuite/src/main/org/jboss/test/deployers/test/AbstractDeployTestBase.java
Log:
JBPAPP-2151


Modified: branches/JBPAPP_5_0/testsuite/src/main/org/jboss/test/deployers/test/AbstractDeployTestBase.java
===================================================================
--- branches/JBPAPP_5_0/testsuite/src/main/org/jboss/test/deployers/test/AbstractDeployTestBase.java	2010-02-25 10:15:23 UTC (rev 101459)
+++ branches/JBPAPP_5_0/testsuite/src/main/org/jboss/test/deployers/test/AbstractDeployTestBase.java	2010-02-25 10:16:44 UTC (rev 101460)
@@ -73,7 +73,7 @@
  
    static boolean isIgnoreRemove()
    {
-      return isWindoze == false;
+      return isWindoze;
    }
    
    




More information about the jboss-cvs-commits mailing list