From: "Shawn O. Pearce" <spearce@spearce.org>
To: Charles O'Farrell <charleso@charleso.org>
Cc: git@vger.kernel.org
Subject: Re: [JGIT PATCH 3/4] Added test for RefUpdate branch deletion
Date: Fri, 22 Aug 2008 16:26:18 -0700 [thread overview]
Message-ID: <20080822232618.GQ3483@spearce.org> (raw)
In-Reply-To: <1219445147-6801-4-git-send-email-charleso@charleso.org>
Charles O'Farrell <charleso@charleso.org> wrote:
> +public class RefUpdateTest extends RepositoryTestCase {
> +
> + public void testDeleteHead() throws IOException {
> + final RefUpdate ref = updateRef(Constants.HEAD);
> + delete(ref, Result.NOT_ATTEMPTED, true, false);
> + }
> +}
So I see you didn't run the unit tests before emailing. ;-)
I squashed this into the patch I am replying to:
diff --git a/org.spearce.jgit.test/tst/org/spearce/jgit/lib/RefUpdateTest.java b/org.spearce.jgit.test/tst/org/spearce/jgit/lib/RefUpdateTest.java
index 62a60c3..1ade2ef 100644
--- a/org.spearce.jgit.test/tst/org/spearce/jgit/lib/RefUpdateTest.java
+++ b/org.spearce.jgit.test/tst/org/spearce/jgit/lib/RefUpdateTest.java
@@ -72,7 +72,7 @@ public void testLooseDelete() throws IOException {
public void testDeleteHead() throws IOException {
final RefUpdate ref = updateRef(Constants.HEAD);
- delete(ref, Result.NOT_ATTEMPTED, true, false);
+ delete(ref, Result.REJECTED_CURRENT_BRANCH, true, false);
}
public void testLogDeleted() throws IOException {
Otherwise the series looks good. Compiles. Passes tests.
Tests look correct. Thanks!
--
Shawn.
next prev parent reply other threads:[~2008-08-22 23:27 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-22 22:45 [JGIT PATCH 0/4] Branch deletion testing and bug fixes Charles O'Farrell
2008-08-22 22:45 ` [JGIT PATCH 1/4] Ensured that RefUpdate cannot delete current branch Charles O'Farrell
2008-08-22 22:45 ` [JGIT PATCH 2/4] Fixed bug where RefUpdate didn't delete identical HEAD branch Charles O'Farrell
2008-08-22 22:45 ` [JGIT PATCH 3/4] Added test for RefUpdate branch deletion Charles O'Farrell
2008-08-22 22:45 ` [JGIT PATCH 4/4] Added extra javadoc for delete to significant RefUpdate results Charles O'Farrell
2008-08-22 23:26 ` Shawn O. Pearce [this message]
2008-08-22 23:28 ` [JGIT PATCH 3/4] Added test for RefUpdate branch deletion Robin Rosenberg
2008-08-22 23:31 ` Shawn O. Pearce
2008-08-22 23:22 ` [JGIT PATCH 1/4] Ensured that RefUpdate cannot delete current branch Shawn O. Pearce
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080822232618.GQ3483@spearce.org \
--to=spearce@spearce.org \
--cc=charleso@charleso.org \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.