]> source.dussan.org Git - jgit.git/commit
Add an in-process pack transport for use in tests 34/42934/2
authorDave Borowitz <dborowitz@google.com>
Fri, 27 Feb 2015 23:08:50 +0000 (15:08 -0800)
committerDave Borowitz <dborowitz@google.com>
Sat, 28 Feb 2015 00:26:39 +0000 (16:26 -0800)
commit12a55c34753669365d9e644e592d9d8c10e742f1
tree3645792050648670ebd052b1c834364689850804
parent900d7da8abd0dd1d7f79aba8a2ead69158d38539
Add an in-process pack transport for use in tests

This allows for testing arbitrary sets of push/fetch hooks (e.g.
PreReceiveHook) without depending on either an external protocol (e.g.
HTTP) or the local filesystem.

Change-Id: I4ba2fff9c8a484f990dea05e14b0772deddb7411
org.eclipse.jgit.test/META-INF/MANIFEST.MF
org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/TestProtocolTest.java [new file with mode: 0644]
org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties
org.eclipse.jgit/src/org/eclipse/jgit/internal/JGitText.java
org.eclipse.jgit/src/org/eclipse/jgit/transport/TestProtocol.java [new file with mode: 0644]