jgit/org.eclipse.jgit.test/tst/org/eclipse/jgit/transport
Matthias Sohn 85ac3c5996 Use new protocol version constants
Change-Id: Icd6b876e392c55a7322a990ac7f618250b732b4b
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2020-11-30 16:54:16 +01:00
..
http Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
AtomicPushTest.java Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
BasePackConnectionTest.java Add support for reading symrefs from pack capabilities 2020-11-26 21:14:08 +01:00
BundleWriterTest.java Replace ExpectedException which was deprecated in junit 4.13 2020-01-24 15:46:08 +09:00
DaemonTest.java Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
HMACSHA1NonceGeneratorTest.java Add tests for HMACSHA1NonceGenerator 2015-06-15 10:32:09 -04:00
HttpAuthTest.java Enable and fix "Statement unnecessarily nested within else clause" warnings 2019-10-17 10:20:14 +09:00
HttpConfigTest.java Override config http.userAgent from environment GIT_HTTP_USER_AGENT 2020-10-06 19:03:36 -04:00
HttpConfigUriPathTest.java Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
NetRCTest.java Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 2018-09-04 10:53:10 +09:00
ObjectIdMatcher.java Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
PackParserTest.java Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
PacketLineInTest.java PacketLineInTest: test for END and DELIM being distinguishable 2020-11-30 13:02:18 +01:00
PacketLineOutTest.java Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
PostUploadHookChainTest.java Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
PreUploadHookChainTest.java Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
ProtocolV0ParserTest.java Do not send empty blob in response to blob:none filter 2020-07-29 21:04:20 -07:00
ProtocolV2HookChainTest.java Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
ProtocolV2ParserTest.java Do not send empty blob in response to blob:none filter 2020-07-29 21:04:20 -07:00
PushCertificateIdentTest.java Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
PushCertificateParserTest.java transport: Merge BaseReceivePack into ReceivePack 2019-11-13 15:57:04 -08:00
PushCertificateStoreTest.java Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
PushConfigTest.java Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
PushConnectionTest.java Improve error message when receive.maxCommandBytes is exceeded 2020-06-29 08:57:42 +09:00
PushOptionsTest.java Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
PushProcessTest.java Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
ReachableCommitRequestValidatorTest.java Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
ReachableCommitTipRequestValidatorTest.java Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
ReceivePackAdvertiseRefsHookTest.java Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
ReceivePackTest.java transport: Merge BaseReceivePack into ReceivePack 2019-11-13 15:57:04 -08:00
RefAdvertiserTest.java Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
RefSpecTest.java Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
RemoteConfigTest.java Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
RequestValidatorTestCase.java Replace ExpectedException which was deprecated in junit 4.13 2020-01-24 15:46:08 +09:00
SideBandOutputStreamTest.java Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
SpiTransport.java Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
TestProtocolTest.java Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
TipRequestValidatorTest.java Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
TransportHttpTest.java Support "http.userAgent" and "http.extraHeader" from the git config 2020-09-26 23:42:38 +02:00
TransportTest.java Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
URIishTest.java Fix human name for local .bundle files 2020-04-21 07:46:50 +02:00
UploadPackReachabilityTest.java Replace ExpectedException which was deprecated in junit 4.13 2020-01-24 15:46:08 +09:00
UploadPackRefSortingForReachabilityTest.java Replace deprecated junit assertion methods with hamcrest 2020-01-22 18:16:17 +01:00
UploadPackTest.java Use new protocol version constants 2020-11-30 16:54:16 +01:00
WalkEncryptionTest.java Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00