Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tests for arcgis js api 3.x. #158

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cancastilho
Copy link
Contributor

Adds configuration for running tests for arcgis js api 3.x.
Tests in wicket-arcgis3-amd-spec.js file were created based on tests from wicket-gmap3-spec.js.

To run the tests execute:

npm install
karma start karma.arcgis3.conf.js

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant