The contents of the fixture testReplication_Local_3_p2_StateTests_smallInsert_immediateStopMaster_DISABLED() in test ReplicationRun_Local_3_p2 are commented out, which results in an attempt to call teardown, i.e. org.apache.derby.drda.NetworkServerControl shutdown while there is no server started, and (because without a server there is no serverclasspath set) with -cp null. Then we attempt to view output of that call.
I was wondering if it would be better to just comment out the entire fixture? Thx, Myrna
