assertEquals(13D, cLoaded.getRadius(), 0D);
}
@Test @Ignore("waiting on SERVER-1470 bug; dbref is not included from query on upsert")
public void testInsertWithRef() throws Exception {
Pic pic = new Pic();
pic.name = "fist";
Key<Pic> picKey = ds.save(pic);
//test with Key<Pic>
UpdateResults<ContainsPic> res = ds.updateFirst(