You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@baremaps.apache.org by bc...@apache.org on 2023/01/13 16:35:49 UTC

[incubator-baremaps] branch simplify-geometries updated (e78bd46c -> da5630b2)

This is an automated email from the ASF dual-hosted git repository.

bchapuis pushed a change to branch simplify-geometries
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git


    from e78bd46c Fix sonar cloud issues
     add da5630b2 Improve test coverage

No new revisions were added by this update.

Summary of changes:
 .../apache/baremaps/collection/IndexedDataMap.java |   6 +-
 .../baremaps/collection/MemoryAlignedDataMap.java  |   2 +-
 ...endStoreTest.java => AppendOnlyBufferTest.java} |   2 +-
 .../apache/baremaps/collection/DataMapTest.java    | 152 +++++++++++++++++++++
 .../apache/baremaps/collection/LongMapTest.java    |  54 --------
 5 files changed, 157 insertions(+), 59 deletions(-)
 rename baremaps-core/src/test/java/org/apache/baremaps/collection/{AppendStoreTest.java => AppendOnlyBufferTest.java} (98%)
 create mode 100644 baremaps-core/src/test/java/org/apache/baremaps/collection/DataMapTest.java
 delete mode 100644 baremaps-core/src/test/java/org/apache/baremaps/collection/LongMapTest.java