public void testResolvePrefixWithoutLeadingSlashAndWithoutTrailingSlash()
{
MessageHolder mh = new DefaultMessageHolder();
LocatorStrategy ls = new PrefixedClasspathLocatorStrategy( "assemblies" );
Location location = ls.resolve( "empty.xml", mh );
assertNotNull( location );
assertEquals( 0, mh.size() );
}