Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wolf2019-03-14 18:50:33 +0000
committerThomas Wolf2019-03-21 18:13:41 +0000
commit45c1839348e50f1835a3f76e306af8d1a190d617 (patch)
tree4187d27bfb5b2e83f8cc3e1556f64388710677a5 /org.eclipse.egit.ui/META-INF/MANIFEST.MF
parentd6d779e8153605dd17c58f23194a81a22625f873 (diff)
downloadegit-45c1839348e50f1835a3f76e306af8d1a190d617.tar.gz
egit-45c1839348e50f1835a3f76e306af8d1a190d617.tar.xz
egit-45c1839348e50f1835a3f76e306af8d1a190d617.zip
Handle expected value in property testers
Derive all EGit property testers from AbstractPropertyTester and use its computeResult() method to match the computed value against the expected value. Replace negations of property tests in plugin.xml by value="false". Change-Id: I5b42653ee7fd60d49aa75cc39250eb30067c6490 Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
Diffstat (limited to 'org.eclipse.egit.ui/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.egit.ui/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.egit.ui/META-INF/MANIFEST.MF b/org.eclipse.egit.ui/META-INF/MANIFEST.MF
index c72ad381c4..6c48291c90 100644
--- a/org.eclipse.egit.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.egit.ui/META-INF/MANIFEST.MF
@@ -81,7 +81,7 @@ Export-Package: org.eclipse.egit.ui;version="5.4.0";x-friends:="org.eclipse.egit
org.eclipse.egit.ui.internal.credentials;version="5.4.0";x-internal:=true,
org.eclipse.egit.ui.internal.decorators;version="5.4.0";x-internal:=true,
org.eclipse.egit.ui.internal.dialogs;version="5.4.0";x-friends:="org.eclipse.egit.gitflow.ui",
- org.eclipse.egit.ui.internal.expressions;version="5.4.0";x-internal:=true,
+ org.eclipse.egit.ui.internal.expressions;version="5.4.0";x-friends:="org.eclipse.egit.gitflow.ui",
org.eclipse.egit.ui.internal.factories;version="5.4.0";x-internal:=true,
org.eclipse.egit.ui.internal.fetch;version="5.4.0";x-friends:="org.eclipse.mylyn.github.ui",
org.eclipse.egit.ui.internal.gerrit;version="5.4.0";x-internal:=true,

Back to the top