Repository: incubator-atlas
Updated Branches:
  refs/heads/master 160b28740 -> 94158e16e


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

Signed-off-by: Madhan Neethiraj <mad...@apache.org>


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

Branch: refs/heads/master
Commit: 94158e16e74c2bc5104b5a6018b221cb1de6e2ca
Parents: 160b287
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:02:07 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/94158e16/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