127128129130131132133134135136137
row.copyFrom(pkKey, null); assertTrue (!row.keyEmpty()); HKey hKey = row.ancestorHKey(customers); assertNotNull (hKey); assertTrue(hKey.segments() == 1); assertTrue(hKey.value(0).getInt64() == 1); } @Test public void testCopyFromItem() {