In TestDriver:
configuration = new Configuration();
serialization = new Serialization(configuration);in the constructor but then we allow people to set the configuration object without re-creating the Serialization object. Is this problematic? I am looking at MRUNIT-161 which will require the configuration object as well, but down in the Mock*Context classes. Brock -- Apache MRUnit - Unit testing MapReduce - http://incubator.apache.org/mrunit/
