Commit 4c498185 by Ashutosh Mestry

ATLAS-2397: Fixed disabled test.

parent 5447608b
......@@ -192,7 +192,7 @@ public class UserProfileServiceTest {
}
}
@Test(dependsOnMethods = {"createsNewProfile", "savesMultipleQueriesForUser"}, enabled = false)
@Test(dependsOnMethods = {"createsNewProfile", "savesMultipleQueriesForUser"})
public void verifyQueryConversionFromJSON() throws AtlasBaseException {
List<AtlasUserSavedSearch> list = userProfileService.getSavedSearches("first-0");
......@@ -203,7 +203,7 @@ public class UserProfileServiceTest {
}
}
@Test(dependsOnMethods = {"createsNewProfile", "savesMultipleQueriesForUser"})
@Test(dependsOnMethods = {"createsNewProfile", "savesMultipleQueriesForUser", "verifyQueryConversionFromJSON"})
public void updateSearch() throws AtlasBaseException {
final String queryName = getIndexBasedQueryName(0);
String userName = getIndexBasedUserName(0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment