assertTrue("No User instance equivalent to u1_1 was found!", found);
}
public void testFindAllByForeignKeyFromSet() throws Exception {
ICommentPersistence comments = dbs.getDatabase1().comments();
comments.deleteAll();
Long userId = 1L;
Long otherUserId = 2L;
Comment c1 = comments.create("comment1", userId.intValue(), 1L, 0);
Comment c2 = comments.create("comment2", userId.intValue(), 1L, 0);
Comment c3 = comments.create("comment3", userId.intValue(), 1L, 0);