Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Trutz2011-04-10 22:25:14 +0000
committerChristian Trutz2011-04-10 22:25:14 +0000
commitfaa3199eeccbf8be7c870ea57ecff57b5453af2d (patch)
tree8d2aec5566df42719dcf521151537a0a540a8513 /org.eclipse.mylyn.github.tests/META-INF
parent052abaf070d99db240665456da9af53765438173 (diff)
downloadegit-github-faa3199eeccbf8be7c870ea57ecff57b5453af2d.tar.gz
egit-github-faa3199eeccbf8be7c870ea57ecff57b5453af2d.tar.xz
egit-github-faa3199eeccbf8be7c870ea57ecff57b5453af2d.zip
Not null unit tests for IssueService#getIssue
Change-Id: I1e22682fa36f81ec25ccb9aabf872a4c010ce520 Signed-off-by: Christian Trutz <christian.trutz@gmail.com>
Diffstat (limited to 'org.eclipse.mylyn.github.tests/META-INF')
-rw-r--r--org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF7
1 files changed, 5 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF
index 2076b5bc..b30a2264 100644
--- a/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF
@@ -10,6 +10,9 @@ Require-Bundle: org.junit4;bundle-version="4.5.0",
org.eclipse.jface.text;bundle-version="3.5.0",
org.eclipse.mylyn.tasks.ui;bundle-version="3.2.0",
org.eclipse.equinox.security;bundle-version="1.0.100",
- org.eclipse.mylyn.tasks.core
+ org.eclipse.mylyn.tasks.core,
+ org.eclipse.core.runtime;bundle-version="3.5.0"
Bundle-Vendor: Eclipse EGit
-Import-Package: com.google.gson;version="1.6.0"
+Import-Package: com.google.gson;version="1.6.0",
+ org.mockito;version="1.8.4",
+ org.mockito.runners;version="1.8.4"

Back to the top