Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Fix erroneous 'unit-test' group
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Dec 19, 2012
1 parent 6ac2827 commit b15d1c5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Expand Up @@ -67,7 +67,7 @@
* @author Patrick Huang <a
* href="mailto:pahuang@redhat.com">pahuang@redhat.com</a>
*/
@Test(groups = "unit-test")
@Test(groups = "unit-tests")
public class TransMemoryMergePresenterTest
{
private TransMemoryMergePresenter presenter;
Expand Down
Expand Up @@ -38,7 +38,7 @@
/**
* @author Patrick Huang <a href="mailto:pahuang@redhat.com">pahuang@redhat.com</a>
*/
@Test(groups = "unit-test")
@Test(groups = "unit-tests")
public class GetTranslationHistoryHandlerTest
{
private GetTranslationHistoryHandler handler;
Expand Down
Expand Up @@ -41,7 +41,7 @@
import static org.mockito.Matchers.eq;
import static org.mockito.Mockito.verify;

@Test(groups = "unit-test")
@Test(groups = "unit-tests")
public class ReplaceTextHandlerTest
{
public static final boolean CASE_INSENSITIVE = false;
Expand Down
Expand Up @@ -68,7 +68,7 @@
/**
* @author Patrick Huang <a href="mailto:pahuang@redhat.com">pahuang@redhat.com</a>
*/
@Test(groups = "unit-test")
@Test(groups = "unit-tests")
public class TransMemoryMergeHandlerTest
{
TransMemoryMergeHandler handler;
Expand Down
Expand Up @@ -48,7 +48,7 @@
/**
* @author Patrick Huang <a href="mailto:pahuang@redhat.com">pahuang@redhat.com</a>
*/
@Test(groups = "unit-test")
@Test(groups = "unit-tests")
public class TransMemoryMergeStatusResolverTest
{
TransMemoryMergeStatusResolver resolver;
Expand Down

0 comments on commit b15d1c5

Please sign in to comment.