Repository: atlas Updated Branches: refs/heads/master 57c0cffae -> 11c540d24
ATLAS-2399: RestUtilsTest enabled tests that were disabled. Signed-off-by: Ashutosh Mestry <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/atlas/commit/11c540d2 Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/11c540d2 Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/11c540d2 Branch: refs/heads/master Commit: 11c540d2495e4d7e241341ad17d6c602d01143f4 Parents: 57c0cff Author: Ashutosh Mestry <[email protected]> Authored: Tue May 1 16:29:07 2018 -0700 Committer: Ashutosh Mestry <[email protected]> Committed: Tue May 1 21:22:59 2018 -0700 ---------------------------------------------------------------------- webapp/src/test/java/org/apache/atlas/util/RestUtilsTest.java | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/atlas/blob/11c540d2/webapp/src/test/java/org/apache/atlas/util/RestUtilsTest.java ---------------------------------------------------------------------- diff --git a/webapp/src/test/java/org/apache/atlas/util/RestUtilsTest.java b/webapp/src/test/java/org/apache/atlas/util/RestUtilsTest.java index 0d4af1e..cb6719e 100644 --- a/webapp/src/test/java/org/apache/atlas/util/RestUtilsTest.java +++ b/webapp/src/test/java/org/apache/atlas/util/RestUtilsTest.java @@ -56,8 +56,7 @@ import org.testng.annotations.Test; */ public class RestUtilsTest { - @Test(enabled=false) - // FIXME: On conversion back to V1, reverse attribute name + @Test // "containingDatabase" // in tables attribute in "database" type is lost. See ATLAS-1528. public void testBidirectonalCompositeMappingConsistent() throws AtlasBaseException { @@ -73,8 +72,7 @@ public class RestUtilsTest { testV1toV2toV1Conversion(Arrays.asList(dbV1Type, tableV1Type), new boolean[] { true, false }); } - @Test(enabled=false) - // FIXME: On conversion back to V1, reverse attribute name + @Test // "containingDatabase" is lost // in "table" attribute in "database". See ATLAS-1528. public void testBidirectonalNonCompositeMappingConsistent() throws AtlasBaseException {
