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

sidmishra pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git

commit 4e34fec07fd6070a06fbd89b964bb358776a5d5d
Author: Ashutosh Mestry <[email protected]>
AuthorDate: Wed Apr 24 22:28:43 2019 -0700

    ATLAS-3168: PatchFx: Unit test fixes and optimization.
    
    (cherry picked from commit 982123e46f88b6777ba07bc9d6b21068f9495863)
---
 .../atlas/repository/migration/TypesWithCollectionsFinderTest.java      | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/repository/src/test/java/org/apache/atlas/repository/migration/TypesWithCollectionsFinderTest.java
 
b/repository/src/test/java/org/apache/atlas/repository/migration/TypesWithCollectionsFinderTest.java
index f871d5b..d380059 100644
--- 
a/repository/src/test/java/org/apache/atlas/repository/migration/TypesWithCollectionsFinderTest.java
+++ 
b/repository/src/test/java/org/apache/atlas/repository/migration/TypesWithCollectionsFinderTest.java
@@ -56,6 +56,8 @@ public class TypesWithCollectionsFinderTest extends 
MigrationBaseAsserts {
     public void fetchAll() {
         Map<String, Map<String, List<String>>> typeAttrMap = 
TypesWithCollectionsFinder.getVertexPropertiesForCollectionAttributes(typeRegistry);
 
+        assertTrue(typeAttrMap.size() >= 19);
+
         assertProperties(typeAttrMap, "__AtlasUserProfile", "ARRAY", 
"__AtlasUserProfile.savedSearches");
 
         assertProperties(typeAttrMap, "Process", "ARRAY", "Process.inputs");

Reply via email to