You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by al...@apache.org on 2020/03/20 21:27:02 UTC

[incubator-datasketches-cpp] 05/05: enable forgotten tests

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

alsay pushed a commit to branch hll_tests
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-cpp.git

commit a235618501ff86641b2172fd7f85f9b7fe90d751
Author: AlexanderSaydakov <Al...@users.noreply.github.com>
AuthorDate: Fri Mar 20 14:26:13 2020 -0700

    enable forgotten tests
---
 hll/test/IsomorphicTest.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hll/test/IsomorphicTest.cpp b/hll/test/IsomorphicTest.cpp
index a484612..e030900 100644
--- a/hll/test/IsomorphicTest.cpp
+++ b/hll/test/IsomorphicTest.cpp
@@ -62,6 +62,8 @@ class IsomorphicTest : public CppUnit::TestFixture {
   CPPUNIT_TEST_SUITE(IsomorphicTest);
   CPPUNIT_TEST(union_one_update_serialize_updatable);
   CPPUNIT_TEST(union_one_update_serialize_compact);
+  CPPUNIT_TEST(convert_back_and_forth_serialize_updatable);
+  CPPUNIT_TEST(convert_back_and_forth_serialize_compact);
   CPPUNIT_TEST_SUITE_END();
 
   // if lg_k >= 8, mode != SET!


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org