/**
* Test the non-standard customer address change transaction
*/
public void testCustomerAddressChange() throws SQLException
{
SimpleNonStandardOperations nsops = getNSOps();
for (int i = 0; i < 20; i++)
nsops.customerAddressChange(1);
nsops.close();
}