Skip to content

Commit

Permalink
Add CollectionUtilTest to UnitTestSuite
Browse files Browse the repository at this point in the history
Change-Id: I36f632f0e0b8e6680d4fe16b30cf54e87ef01780
  • Loading branch information
Linary authored and zhoney committed Dec 17, 2018
1 parent 146e4bc commit 476bb78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/java/com/baidu/hugegraph/unit/UnitTestSuite.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
import com.baidu.hugegraph.unit.iterator.FlatMapperIteratorTest;
import com.baidu.hugegraph.unit.iterator.MapperIteratorTest;
import com.baidu.hugegraph.unit.util.BytesTest;
import com.baidu.hugegraph.unit.util.CollectionUtilTest;
import com.baidu.hugegraph.unit.util.HashUtilTest;
import com.baidu.hugegraph.unit.util.VersionUtilTest;

Expand All @@ -43,6 +44,7 @@
FlatMapperFilterIteratorTest.class,

BytesTest.class,
CollectionUtilTest.class,
HashUtilTest.class,
VersionUtilTest.class
})
Expand Down

0 comments on commit 476bb78

Please sign in to comment.