poa_comTesterHelper.narrow(readIOR("willRedirLocator.txt", orb));
// Ensure the repetetive calls are also redirected.
for (int i = 0; i < 5; i++)
{
String s = r.sayHello();
assertEquals("Redir with locator", "{redirection handler} 7 7 7 ", s);
}
}
protected void setUp() throws java.lang.Exception