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

generate actual

parent c02b5e93
No related branches found
No related tags found
1 merge request!793Test Web Service
......@@ -147,7 +147,10 @@ class NshmTestUtils {
Map<String, XySequence> actual = dataPath.isPresent()
? readExpected(nshmModel, location, dataPath) : generateActual(nshmModel, location);
Map<String, XySequence> webActual =
HazardServiceUtils.generateActual(location, nshmModel.nshm.imts());
HazardServiceUtils.generateActual(
location,
nshmModel.nshm.imts(),
nshmModel.nshm.nshmInfo.repo);
Map<String, XySequence> expected = readExpected(nshmModel, location, Optional.empty());
for (String key : actual.keySet()) {
......
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