b.getArticleName());
String newname = "TESTUPDATE";
b.setArticleName(newname);
modification.markModified();
assertTrue("should be marked for update", modification.needsUpdate());
assertTrue("should not be marked for insert", !modification.needsInsert());
broker.beginTransaction();
broker.store(b, modification);
broker.commitTransaction();
b = null;