public void setup() {
smpl1 = iswf.fixtures.smpl1;
smpl1.setName("Fred Smith");
smpl1.setSize(108);
smpl1Adapter = iswf.remapAsPersistent(smpl1, RootOidDefault.deString("SMPL:1", new OidMarshaller()));
smpl2 = iswf.fixtures.smpl2;
smpl2.setName("John Brown");
iswf.remapAsPersistent(smpl2, RootOidDefault.deString("SMPL:2", new OidMarshaller()));
rfcg1 = iswf.fixtures.rfcg1;
rfcg1.setReference(smpl1);
rfcg1Adapter = iswf.remapAsPersistent(rfcg1, RootOidDefault.deString("RFCG:1", new OidMarshaller()));
prnt1 = iswf.fixtures.prnt1;
prnt1.getHomogeneousCollection().add(smpl1);
prnt1.getHomogeneousCollection().add(smpl2);
prnt1Adapter = iswf.remapAsPersistent(prnt1, RootOidDefault.deString("PRNT:1", new OidMarshaller()));
final Version version = SerialNumberVersion.create(2, "username", null);
context.checking(new Expectations() {
{