|
@@ -79,8 +79,8 @@ public class DataLoadCertificatesBirthCertificatesTest {
|
|
|
assertEquals(certificateSourceMock, captor.getValue().getCertificateSource());
|
|
assertEquals(certificateSourceMock, captor.getValue().getCertificateSource());
|
|
|
assertEquals(newBornMock, captor.getValue().getNewBorn());
|
|
assertEquals(newBornMock, captor.getValue().getNewBorn());
|
|
|
assertEquals(Sex.MALE, captor.getValue().getSex());
|
|
assertEquals(Sex.MALE, captor.getValue().getSex());
|
|
|
- assertEquals("25/01/1953 01:01",captor.getValue().getWhenBorn());
|
|
|
|
|
- assertEquals("Edinburgh",captor.getValue().getUntrackedWhereBorn());
|
|
|
|
|
|
|
+ assertEquals("25/01/1953 01:01", captor.getValue().getWhenBorn());
|
|
|
|
|
+ assertEquals("Edinburgh", captor.getValue().getUntrackedWhereBorn());
|
|
|
assertEquals(fatherMock, captor.getValue().getFather());
|
|
assertEquals(fatherMock, captor.getValue().getFather());
|
|
|
assertEquals("Untracked Father", captor.getValue().getUntrackedFather());
|
|
assertEquals("Untracked Father", captor.getValue().getUntrackedFather());
|
|
|
assertEquals(motherMock, captor.getValue().getMother());
|
|
assertEquals(motherMock, captor.getValue().getMother());
|
|
@@ -89,6 +89,4 @@ public class DataLoadCertificatesBirthCertificatesTest {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
}
|
|
}
|