88899091929394959697
public void testCustomerAddressChange() throws SQLException { SimpleNonStandardOperations nsops = getNSOps(); for (int i = 0; i < 20; i++) nsops.customerAddressChange(1); nsops.close(); } }
90919293949596979899