felixcheung closed pull request #3249: [ZEPPELIN-3898] Adding repo in testDelRepo so test can run by itself URL: https://github.com/apache/zeppelin/pull/3249
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/zeppelin-interpreter/src/test/java/org/apache/zeppelin/dep/DependencyResolverTest.java b/zeppelin-interpreter/src/test/java/org/apache/zeppelin/dep/DependencyResolverTest.java index 7ccc7dfb06..1dbe94b892 100644 --- a/zeppelin-interpreter/src/test/java/org/apache/zeppelin/dep/DependencyResolverTest.java +++ b/zeppelin-interpreter/src/test/java/org/apache/zeppelin/dep/DependencyResolverTest.java @@ -66,6 +66,7 @@ public void testAddRepo() { @Test public void testDelRepo() { + resolver.addRepo("securecentral", "https://repo1.maven.org/maven2", false); int reposCnt = resolver.getRepos().size(); resolver.delRepo("securecentral"); resolver.delRepo("badId"); ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services