assertSame( camera, camera2 );
}
@Test
public void testGeolocationIsSingleton() {
TabrisClient client = new TabrisClientImpl();
Geolocation geolocation = client.getService( Geolocation.class );
Geolocation geolocation2 = client.getService( Geolocation.class );
assertSame( geolocation, geolocation2 );
}