[jboss-cvs] JBossAS SVN: r87131 - projects/jboss-deployers/trunk/deployers-vfs/src/test/java/org/jboss/test/deployers/vfs/structure.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Apr 10 11:15:43 EDT 2009


Author: alesj
Date: 2009-04-10 11:15:43 -0400 (Fri, 10 Apr 2009)
New Revision: 87131

Modified:
   projects/jboss-deployers/trunk/deployers-vfs/src/test/java/org/jboss/test/deployers/vfs/structure/VFSStructureTestSuite.java
Log:
Add synch test to test suite.

Modified: projects/jboss-deployers/trunk/deployers-vfs/src/test/java/org/jboss/test/deployers/vfs/structure/VFSStructureTestSuite.java
===================================================================
--- projects/jboss-deployers/trunk/deployers-vfs/src/test/java/org/jboss/test/deployers/vfs/structure/VFSStructureTestSuite.java	2009-04-10 14:39:44 UTC (rev 87130)
+++ projects/jboss-deployers/trunk/deployers-vfs/src/test/java/org/jboss/test/deployers/vfs/structure/VFSStructureTestSuite.java	2009-04-10 15:15:43 UTC (rev 87131)
@@ -44,6 +44,7 @@
 import org.jboss.test.deployers.vfs.structure.war.test.WARStructureUnitTestCase;
 import org.jboss.test.deployers.vfs.structure.war.test.WARUnpackUnitTestCase;
 import org.jboss.test.deployers.vfs.structure.modified.test.MetaDataStructureModificationTestCase;
+import org.jboss.test.deployers.vfs.structure.modified.test.SynchModificationTestCase;
 
 /**
  * VFSStructureTestSuite.
@@ -83,6 +84,7 @@
       suite.addTest(DirStructureUnitTestCase.suite());
       suite.addTest(RealDirStructureUnitTestCase.suite());
       suite.addTest(MetaDataStructureModificationTestCase.suite());
+      suite.addTest(SynchModificationTestCase.suite());
 
       return suite;
    }




More information about the jboss-cvs-commits mailing list