@Test
public void corbaloccall1()
throws Exception
{
org.omg.CORBA.Object o = setup.getClientOrb().string_to_object(remoteCorbaloc);
GSLoadBalancer sr = GSLoadBalancerHelper.narrow(o);
assertTrue (sr.greeting("1").indexOf("LOCAL") == -1);
assertTrue (server.greeting("2").indexOf("LOCAL") != -1);
}