[jboss-cvs] JBossAS SVN: r78844 - projects/jboss-deployers/trunk/deployers-vfs/src/test/java/org/jboss/test/deployers/vfs/structure/dir/test.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Sep 25 04:19:56 EDT 2008
Author: alesj
Date: 2008-09-25 04:19:56 -0400 (Thu, 25 Sep 2008)
New Revision: 78844
Modified:
projects/jboss-deployers/trunk/deployers-vfs/src/test/java/org/jboss/test/deployers/vfs/structure/dir/test/RealDirStructureUnitTestCase.java
Log:
Simple code move.
Modified: projects/jboss-deployers/trunk/deployers-vfs/src/test/java/org/jboss/test/deployers/vfs/structure/dir/test/RealDirStructureUnitTestCase.java
===================================================================
--- projects/jboss-deployers/trunk/deployers-vfs/src/test/java/org/jboss/test/deployers/vfs/structure/dir/test/RealDirStructureUnitTestCase.java 2008-09-25 08:18:52 UTC (rev 78843)
+++ projects/jboss-deployers/trunk/deployers-vfs/src/test/java/org/jboss/test/deployers/vfs/structure/dir/test/RealDirStructureUnitTestCase.java 2008-09-25 08:19:56 UTC (rev 78844)
@@ -59,7 +59,7 @@
KernelControllerContext dirContext = deploy(dirStructureBMD);
try
{
- VFSDeploymentUnit unit = assertDeploy("/structure/dir", file);
+ VFSDeploymentUnit unit = assertDeploy("/structure/dir", file);
try
{
assertNotNull(getBean("test:service=TestMessage"));
More information about the jboss-cvs-commits
mailing list