mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-03-09 14:33:32 +00:00
Fix tests
This commit is contained in:
parent
6fcf2df8b4
commit
236dfe586f
@ -93,7 +93,7 @@ public class ETagServerHl7OrgTest {
|
||||
|
||||
Header cl = status.getFirstHeader(Constants.HEADER_LAST_MODIFIED_LOWERCASE);
|
||||
assertNotNull(cl);
|
||||
assertEquals("Sun, 25 Nov 2012 02:34:47 GMT", cl.getValue());
|
||||
assertEquals("Sun, 25 Nov 2012 02:34:45 GMT", cl.getValue());
|
||||
}
|
||||
|
||||
@Before
|
||||
|
Loading…
x
Reference in New Issue
Block a user