assertTrue(src2.readPropertyDirectly("toOneToFK") instanceof Fault);
// test that taking a snapshot does not trigger a fault, and generally works well
context.currentSnapshot(src2);
assertTrue(src2.readPropertyDirectly("toOneToFK") instanceof Fault);
}
public void testDelete() throws Exception {
ToOneFK2 src = context.newObject(ToOneFK2.class);
ToOneFK1 target = context.newObject(ToOneFK1.class);