Esri / military-tools-geoprocessing-toolbox

military-tools-geoprocessing-toolbox is a collection of models, scripts, and tools for use in ArcGIS for Desktop and ArcGIS Pro. This toolbox is one component that is a part of Military Tools.
Apache License 2.0
33 stars 14 forks source link

Bb 311 automated test retry #329

Closed BobBooth closed 6 years ago

BobBooth commented 6 years ago

Automated test for issue 311, the added code iterates on the output ring features, adding the Range values to a list. It then gets the set of unique values from that list (because if n input centers are used, you get n copies of each value), sorts and compares to the original input list of ranges.

BobBooth commented 6 years ago

@ACueva - please review and merge this update to the test, for issue 311. It ran correctly on Jenkins.

ACueva commented 6 years ago

Verified both in Jenkins and while working with @BobBooth