Unnamed paste
pasted by Unknown [options]
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | $ git diff diff --git a/src/test/java/hudson/plugins/git/browser/BrowserChooserTest.java b/src/test/java/hudson/plugins/git/browser/BrowserChooserTest.java index 281740e..574bb75 100644 --- a/src/test/java/hudson/plugins/git/browser/BrowserChooserTest.java +++ b/src/test/java/hudson/plugins/git/browser/BrowserChooserTest.java @@ -55,6 +55,10 @@ public class BrowserChooserTest extends TestCase { testExistingBrowser(GitWeb.class); } + public void testCGit() throws IOException { + testExistingBrowser(CGit.class); + } + public void testNonExistingBrowser() throws IOException { final JSONObject json = readJson(); try { |