Przeglądaj źródła

DeathCertificateCommand Bootstrap test

Andrew Grant 4 miesięcy temu
rodzic
commit
0a33727663

+ 1 - 1
src/main/java/scot/carricksoftware/grants/bootstrap/DataLoadCertificates.java

@@ -90,7 +90,7 @@ public class DataLoadCertificates {
     private void loadDeathCertificates() {
         logger.debug("DataLoadCertificates::LoadDeathCertificates");
         DeathCertificateCommand deathCertificateCommand = new DeathCertificateCommandImpl();
-        deathCertificateCommand.setDeceased(personService.findById(1L));
+ //       deathCertificateCommand.setDeceased(personService.findById(1L));
         deathCertificateCommand.setFather(personService.findById(2L));
         deathCertificateCommand.setInformant(personService.findById(3L));
         deathCertificateCommand.setMother(personService.findById(4L));