198199200201202203204205206207208
/** * Bug 4424 2013-03-16 */ public void test16() { try { Surrogate k = new SurrogateImpl((DatabaseBackend)db, DBObjectType.CHRONICLE, id(42)); db.getProperty(k); expectException(); } catch (Exception e) { assertException(e, D.D02102); }