diff --git a/hapi-fhir-cli/hapi-fhir-cli-app/src/test/java/ValidateTest.java b/hapi-fhir-cli/hapi-fhir-cli-app/src/test/java/ValidateTest.java index e43c4295a70..0025053d860 100644 --- a/hapi-fhir-cli/hapi-fhir-cli-app/src/test/java/ValidateTest.java +++ b/hapi-fhir-cli/hapi-fhir-cli-app/src/test/java/ValidateTest.java @@ -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}); }