Repository: incubator-atlas
Updated Branches:
  refs/heads/0.8-incubating 8e198c21f -> 6f8ecd6f6


ATLAS-1670: fix for IT failures introduced due to ATLAS-1664

Signed-off-by: Madhan Neethiraj <mad...@apache.org>
(cherry picked from commit 94158e16e74c2bc5104b5a6018b221cb1de6e2ca)


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

Branch: refs/heads/0.8-incubating
Commit: 6f8ecd6f6c985623f527c6af776f81098bf45812
Parents: 8e198c2
Author: Sarath Subramanian <ssubraman...@hortonworks.com>
Authored: Sun Mar 19 23:37:24 2017 -0700
Committer: Madhan Neethiraj <mad...@apache.org>
Committed: Mon Mar 20 00:06:58 2017 -0700

----------------------------------------------------------------------
 .../org/apache/atlas/web/resources/EntityV2JerseyResourceIT.java    | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/6f8ecd6f/webapp/src/test/java/org/apache/atlas/web/resources/EntityV2JerseyResourceIT.java
----------------------------------------------------------------------
diff --git 
a/webapp/src/test/java/org/apache/atlas/web/resources/EntityV2JerseyResourceIT.java
 
b/webapp/src/test/java/org/apache/atlas/web/resources/EntityV2JerseyResourceIT.java
index 6531e08..9d5ff5a 100755
--- 
a/webapp/src/test/java/org/apache/atlas/web/resources/EntityV2JerseyResourceIT.java
+++ 
b/webapp/src/test/java/org/apache/atlas/web/resources/EntityV2JerseyResourceIT.java
@@ -463,7 +463,6 @@ public class EntityV2JerseyResourceIT extends 
BaseResourceIT {
         assertNotNull(createdHeader);
         assertNotNull(createdHeader.getGuid());
         hiveTableInstanceV2.setGuid(createdHeader.getGuid());
-        atlasClientV2.addClassifications(createdHeader.getGuid(), 
hiveTableInstanceV2.getClassifications());
         tableEntity = hiveTableInstanceV2;
         return hiveTableInstanceV2;
     }

Reply via email to