* current test (refer to the description of this method in the
* parent class).
*/
public void setup(QAConfig sysConfig) throws Exception {
super.setup(sysConfig);
proxy = new LookupSimulatorProxy(null,new ServiceID(1,2));
discardStr = new String("attempt to discard a registrar that "
+"DOES NOT EXIST in the managed set of "
+"registrars ...");
}//end setup