@Test
public void testCircularFactory() throws Exception
{
ServiceReference<FactoryClient> sr = bundle.getBundleContext().getServiceReference( FactoryClient.class );
FactoryClient fc = bundle.getBundleContext().getService( sr );
for ( String message: log.foundWarnings() )
{
TestCase.fail( "unexpected warning or error logged: " + message );
}