Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

add geojson regression tests for java method look up from JNI #12354

Merged
merged 1 commit into from
Jul 13, 2018

Conversation

tobrun
Copy link
Member

@tobrun tobrun commented Jul 10, 2018

Closes #12345 , this PR ensures the convert method is called on the related c++ files and as result makes sure that the java related method is executed from JNI.

@tobrun tobrun added the Android Mapbox Maps SDK for Android label Jul 10, 2018
@tobrun tobrun self-assigned this Jul 10, 2018
@tobrun tobrun requested a review from LukasPaczos July 10, 2018 10:18
@tobrun tobrun force-pushed the tvn-geojson-methodlookup-test branch from 7471413 to 4100fe1 Compare July 10, 2018 12:02
)
);
mapboxMap.addLayer(new SymbolLayer("test-id", "test-id"));
assertNotNull(mapboxMap);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need these assertions in all the test cases?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are a remains of an initial test, removed with c1148a5

@tobrun tobrun force-pushed the tvn-geojson-methodlookup-test branch from 4100fe1 to c1148a5 Compare July 11, 2018 14:39
@tobrun tobrun merged commit c6e43fa into master Jul 13, 2018
@tobrun tobrun deleted the tvn-geojson-methodlookup-test branch July 13, 2018 09:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Android Mapbox Maps SDK for Android
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants