Skip to content
Snippets Groups Projects
Commit 7c2c58b3 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

remove web

parent 7610e8d9
No related branches found
No related tags found
1 merge request!793Test Web Service
......@@ -100,18 +100,6 @@ class NshmTestUtils {
}
nshmModel.exec.shutdown();
var context = Micronaut
.build("--model=nshms/" + String.format("%s-%s", nshm.nshmInfo.repo, nshm.nshmInfo.year))
.mainClass(Application.class)
.start();
for (NamedLocation location : nshm.locations()) {
LOGGER.info("Location: " + location.toString());
compareWebCurves(nshm, location, dataPath);
}
context.close();
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment