Still seeing a failure on Winz in Deployers -- after VFS3.0.0.CR3 update:
-------------------------------------------------------------------------------
Test set: org.jboss.test.deployers.vfs.classloader.test.InMemoryClasesUnitTestCase
-------------------------------------------------------------------------------
Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec <<<
FAILURE!
testHostNameCreator(org.jboss.test.deployers.vfs.classloader.test.InMemoryClasesUnitTestCase)
Time elapsed: 0.01 sec <<< FAILURE!
junit.framework.ComparisonFailure: null expected:<file:/[]in-memory-test-class...>
but
was:<file:/[C:/development/Projects/jboss-deployers-trunk/deployers-vfs/]in-memory-test-class...>
at junit.framework.Assert.assertEquals(Assert.java:81)
at junit.framework.Assert.assertEquals(Assert.java:87)
at
org.jboss.test.deployers.vfs.classloader.test.InMemoryClasesUnitTestCase.testHostNameCreator(InMemoryClasesUnitTestCase.java:128)
It might as well be a test problem,
but just to know how to make this consistent in the future.