File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -214,10 +214,7 @@ namespace sparrow_ipc
214214
215215 sp::primitive_array<int > deserialized_ar = deserialize_primitive_array<int >(serialized_data);
216216
217- // CHECK_EQ(ar, deserialized_ar);
218-
219- compare_bitmap<int >(ar, deserialized_ar);
220- compare_metadata<int >(ar, deserialized_ar);
217+ compare_primitive_arrays<int >(ar, deserialized_ar);
221218 }
222219
223220 TEST_CASE (" Serialize and Deserialize primitive_array - with name and metadata" )
@@ -247,9 +244,6 @@ namespace sparrow_ipc
247244
248245 sp::primitive_array<int > deserialized_ar = deserialize_primitive_array<int >(serialized_data);
249246
250- // CHECK_EQ(ar, deserialized_ar);
251-
252- compare_bitmap<int >(ar, deserialized_ar);
253- compare_metadata<int >(ar, deserialized_ar);
247+ compare_primitive_arrays<int >(ar, deserialized_ar);
254248 }
255249}
You can’t perform that action at this time.
0 commit comments