Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Trutz2011-05-12 14:15:16 +0000
committerChristian Trutz2011-05-12 19:36:26 +0000
commit8d67bad3b63edd9b4ac99c1af7f69041715b7c59 (patch)
treeb28e3502ca89e553bf287fa56deaf5ca5e0a3861 /org.eclipse.egit.github.core.tests/src/org/eclipse/egit/github/core/tests/IssueTest.java
parent0d93fc473545becca69c0595289ac472afaea68f (diff)
downloadegit-github-8d67bad3b63edd9b4ac99c1af7f69041715b7c59.tar.gz
egit-github-8d67bad3b63edd9b4ac99c1af7f69041715b7c59.tar.xz
egit-github-8d67bad3b63edd9b4ac99c1af7f69041715b7c59.zip
Unit tests cleanup.
Change-Id: I7b2b0b29824a1cc2354eda9a23d67228810833da Signed-off-by: Christian Trutz <christian.trutz@gmail.com>
Diffstat (limited to 'org.eclipse.egit.github.core.tests/src/org/eclipse/egit/github/core/tests/IssueTest.java')
-rw-r--r--[-rwxr-xr-x]org.eclipse.egit.github.core.tests/src/org/eclipse/egit/github/core/tests/IssueTest.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.egit.github.core.tests/src/org/eclipse/egit/github/core/tests/IssueTest.java b/org.eclipse.egit.github.core.tests/src/org/eclipse/egit/github/core/tests/IssueTest.java
index 9b27e701..53e2114b 100755..100644
--- a/org.eclipse.egit.github.core.tests/src/org/eclipse/egit/github/core/tests/IssueTest.java
+++ b/org.eclipse.egit.github.core.tests/src/org/eclipse/egit/github/core/tests/IssueTest.java
@@ -23,7 +23,6 @@ import org.mockito.runners.MockitoJUnitRunner;
/**
* Unit tests for {@link Issue}
*/
-@SuppressWarnings("restriction")
@RunWith(MockitoJUnitRunner.class)
public class IssueTest {

Back to the top