Repository: atlas
Updated Branches:
  refs/heads/branch-0.8 d6bd99065 -> 360be1480


ATLAS-2905: Generate lineage information for process entities #2 fix test


Project: http://git-wip-us.apache.org/repos/asf/atlas/repo
Commit: http://git-wip-us.apache.org/repos/asf/atlas/commit/360be148
Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/360be148
Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/360be148

Branch: refs/heads/branch-0.8
Commit: 360be1480d8a5d3bf5b92b34f679bb0d407a963b
Parents: d6bd990
Author: Sarath Subramanian <[email protected]>
Authored: Wed Oct 3 12:19:04 2018 -0700
Committer: Sarath Subramanian <[email protected]>
Committed: Wed Oct 3 12:19:04 2018 -0700

----------------------------------------------------------------------
 .../org/apache/atlas/lineage/EntityLineageServiceTest.java     | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/atlas/blob/360be148/repository/src/test/java/org/apache/atlas/lineage/EntityLineageServiceTest.java
----------------------------------------------------------------------
diff --git 
a/repository/src/test/java/org/apache/atlas/lineage/EntityLineageServiceTest.java
 
b/repository/src/test/java/org/apache/atlas/lineage/EntityLineageServiceTest.java
index 202f20c..f3c26bd 100644
--- 
a/repository/src/test/java/org/apache/atlas/lineage/EntityLineageServiceTest.java
+++ 
b/repository/src/test/java/org/apache/atlas/lineage/EntityLineageServiceTest.java
@@ -214,10 +214,10 @@ public class EntityLineageServiceTest extends 
BaseRepositoryTest {
         return new Object[][]{
                 {"", null, 0, AtlasErrorCode.INSTANCE_GUID_NOT_FOUND},
                 {" ", null, 0, AtlasErrorCode.INSTANCE_GUID_NOT_FOUND},
-                {null, null, 0, AtlasErrorCode.INSTANCE_GUID_NOT_FOUND},
+                {null, null, 0, AtlasErrorCode.TYPE_NAME_NOT_FOUND},
                 {"invalidGuid", LineageDirection.OUTPUT, 6, 
AtlasErrorCode.INSTANCE_GUID_NOT_FOUND},
-                {entityGuid, null, -10, 
AtlasErrorCode.INSTANCE_LINEAGE_INVALID_PARAMS},
-                {entityGuid, null, 5, 
AtlasErrorCode.INSTANCE_LINEAGE_INVALID_PARAMS}
+                {entityGuid, null, -10, AtlasErrorCode.TYPE_NAME_NOT_FOUND},
+                {entityGuid, null, 5, AtlasErrorCode.TYPE_NAME_NOT_FOUND}
         };
     }
 

Reply via email to