diff options
author | Thomas Wolf <thomas.wolf@paranor.ch> | 2021-10-13 22:21:52 +0200 |
---|---|---|
committer | Thomas Wolf <thomas.wolf@paranor.ch> | 2021-11-04 10:54:36 -0400 |
commit | c6d48ab2f8ac776eb0eb8b385a869d9c0ab9dbf8 (patch) | |
tree | f3f0829b4d3436c2865208cb744eb1c5bf26ae43 /org.eclipse.jgit/META-INF/MANIFEST.MF | |
parent | 634302d2da74226cff9f78e121ad5b8216c476e6 (diff) | |
download | jgit-c6d48ab2f8ac776eb0eb8b385a869d9c0ab9dbf8.tar.gz jgit-c6d48ab2f8ac776eb0eb8b385a869d9c0ab9dbf8.zip |
[test] test OpenSshConfigFile directly, not via the JSch config
This is a prerequisite for removing the JSch support bundle; otherwise
OpenSshConfigFile would be left without tests.
Copy OpenSshConfigTest from the JSch support bundle and adapt all tests
to perform the equivalent checks on OpenSshConfigFile directly. Add a
new lookupDefault() method to the SshConfigStore interface and implement
it so that it behaves the same and the tests work identically.
Change-Id: I046abd9197a8484003e77005024e5d973456f1a3
Diffstat (limited to 'org.eclipse.jgit/META-INF/MANIFEST.MF')
-rw-r--r-- | org.eclipse.jgit/META-INF/MANIFEST.MF | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.jgit/META-INF/MANIFEST.MF b/org.eclipse.jgit/META-INF/MANIFEST.MF index a6f9e48141..590567fe7b 100644 --- a/org.eclipse.jgit/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit/META-INF/MANIFEST.MF @@ -111,7 +111,8 @@ Export-Package: org.eclipse.jgit.annotations;version="6.0.0", org.eclipse.jgit.test", org.eclipse.jgit.internal.transport.ssh;version="6.0.0"; x-friends:="org.eclipse.jgit.ssh.apache, - org.eclipse.jgit.ssh.jsch", + org.eclipse.jgit.ssh.jsch, + org.eclipse.jgit.test", org.eclipse.jgit.lib;version="6.0.0"; uses:="org.eclipse.jgit.transport, org.eclipse.jgit.util.sha1, |