mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-03-24 17:09:03 +00:00
Fix test
This commit is contained in:
parent
eabf0039ba
commit
9a4612105c
@ -13,12 +13,13 @@ public class ValidateTest {
|
||||
|
||||
@Test
|
||||
public void testValidateLocalProfile() {
|
||||
String profilePath = ValidateTest.class.getResource("/uslab-patient.profile.xml").getFile();
|
||||
// String profilePath = ValidateTest.class.getResource("/uslab-patient.profile.xml").getFile();
|
||||
String resourcePath = ValidateTest.class.getResource("/patient-uslab-example1.xml").getFile();
|
||||
ourLog.info(profilePath);
|
||||
// ourLog.info(profilePath);
|
||||
ourLog.info(resourcePath);
|
||||
|
||||
App.main(new String[] {"validate", "-p", "-n", resourcePath, "-l", profilePath});
|
||||
// App.main(new String[] {"validate", "-p", "-n", resourcePath, "-l", profilePath});
|
||||
App.main(new String[] {"validate", "-p", "-n", resourcePath});
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user