Skip to content

Commit

Permalink
TRUNK-6028 HibernateOrderDAOTest pass on MySQL
Browse files Browse the repository at this point in the history
  • Loading branch information
dkayiwa committed Sep 22, 2022
1 parent 02ac73e commit b92be3f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ public void saveOrderGroup_shouldSaveOrderGroup() {
}
});

newOrderGroup.setPatient(order.getPatient());
newOrderGroup.setEncounter(order.getEncounter());

OrderGroup savedOrderGroup = dao.saveOrderGroup(newOrderGroup);
assertNotNull(savedOrderGroup.getOrderGroupId(), "OrderGroup gets saved");

Expand Down

0 comments on commit b92be3f

Please sign in to comment.