Browse Source

Merge branch 'stable-4.7'

* stable-4.7:
  PushConnectionTest#limitCommandBytes: Increase maxCommandBytes

Change-Id: I354f46475ee96eb3b31abd303b5df2f3023fcf75
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
stable-4.8
David Pursehouse 8 years ago
parent
commit
cab9dee333
  1. 2
      org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/PushConnectionTest.java

2
org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/PushConnectionTest.java

@ -184,7 +184,7 @@ public class PushConnectionTest {
updates.put(rru.getRemoteName(), rru); updates.put(rru.getRemoteName(), rru);
} }
server.getConfig().setInt("receive", null, "maxCommandBytes", 170); server.getConfig().setInt("receive", null, "maxCommandBytes", 180);
try (Transport tn = testProtocol.open(uri, client, "server"); try (Transport tn = testProtocol.open(uri, client, "server");
PushConnection connection = tn.openPush()) { PushConnection connection = tn.openPush()) {
try { try {

Loading…
Cancel
Save