EsriOceans / btm

Benthic Terrain Modeler
http://resources.arcgis.com/en/communities/oceans/
Mozilla Public License 2.0
27 stars 7 forks source link

Wizard doesn't function in signed add-in #41

Closed scw closed 11 years ago

scw commented 11 years ago

When using the signed add-in, the wizard stops functioning, reporting 'Failed to open the toolbox btm model.tbx'. It looks as if the signing process munges the toolbox name, replacing the space with a URL-encoded version, '%20'.

scw commented 11 years ago

I've verified the only file affected is 'btm model.tbx', no other files contain spaces. Reinstalling the .esriaddin is insufficient; must also bump the version number.

This issue reported by Morgan Omdal and Liza Hoos.

scw commented 11 years ago

Also added a test case to the testing suite to make sure the .tbx is found as expected.