Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds configuration for running tests for arcgis js api 3.x.
Tests in
wicket-arcgis3-amd-spec.js
file were created based on tests fromwicket-gmap3-spec.js
.To run the tests execute:
It was necessary to put karma config in another config file to prevent conflict with google maps tests.
Interesting enough, some tests that works for google maps, won't work for arcgis. See the results below:
Standard Arcgis 3 WKT Test Cases:
√ should convert a Esri Point into a basic POINT string
√ should convert a Esri Polyline instance into a basic LINESTRING string
√ should convert a Esri Polygon instance into a basic POLYGON string
√ should convert an Esri Multipoint instances into a MULTIPOINT string
× should convert an Array of Esri Polyline instances into a MULTILINESTRING string
× should convert an Array of Esri Polygon instances into a MULTIPOLYGON string
√ should convert a Esri Polygon instance with a hole into a POLYGON string with the same hole
× should convert an Array of Esri Polygon instances, some with holes, into a MULTIPOLYGON string with the same hole