]> source.dussan.org Git - jgit.git/commit
Remove pointless setOldObjectId in test 18/918/2
authorShawn O. Pearce <spearce@spearce.org>
Tue, 22 Jun 2010 23:18:22 +0000 (16:18 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 23 Jun 2010 23:54:14 +0000 (16:54 -0700)
commita5aec660eb47a461bfd669da0cf5e84dbb69370c
tree820a77438f0223411550b5ff4368f819806bbdd2
parent66e5895eb41398542e5fcf8d4b38fbe4b9405452
Remove pointless setOldObjectId in test

Setting this value is pointless, because its automatically set
by the refs.newUpdate call that created the update operation.
The API is protected by default, because application level code,
including this test, should not be calling it.

Change-Id: I8867a4e8007892e2bd44a05d7dec619081081943
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/RefUpdateTest.java