From e56cf1a41d7da88138555a4bddd8f1a82dcba1cb Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Wed, 13 Jun 2012 15:40:01 +0200 Subject: [PATCH] enable all unit tests for hg log command --- .../test/java/sonia/scm/repository/spi/HgLogCommandTest.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/scm-plugins/scm-hg-plugin/src/test/java/sonia/scm/repository/spi/HgLogCommandTest.java b/scm-plugins/scm-hg-plugin/src/test/java/sonia/scm/repository/spi/HgLogCommandTest.java index e9bdddf315..90c504bb80 100644 --- a/scm-plugins/scm-hg-plugin/src/test/java/sonia/scm/repository/spi/HgLogCommandTest.java +++ b/scm-plugins/scm-hg-plugin/src/test/java/sonia/scm/repository/spi/HgLogCommandTest.java @@ -33,7 +33,6 @@ package sonia.scm.repository.spi; //~--- non-JDK imports -------------------------------------------------------- -import org.junit.Ignore; import org.junit.Test; import sonia.scm.repository.Changeset; @@ -85,7 +84,6 @@ public class HgLogCommandTest extends AbstractHgCommandTestBase * @throws RepositoryException */ @Test - @Ignore public void testGetAllByPath() throws IOException, RepositoryException { LogCommandRequest request = new LogCommandRequest(); @@ -177,7 +175,6 @@ public class HgLogCommandTest extends AbstractHgCommandTestBase * @throws RepositoryException */ @Test - @Ignore public void testGetRange() throws IOException, RepositoryException { LogCommandRequest request = new LogCommandRequest();