// todo enable these when field to fk is implemented
public void Xtest12_CMPMappedToForeignKeyColumn() throws Exception {
resetDB();
beginTransaction();
try {
LicenseLocal license = findLicense(11);
Integer field3 = license.getPoints();
assertEquals(license.getPerson().getPrimaryKey(), field3);
} finally {
completeTransaction();
}
}