From: Andy Whitcroft <apw@shadowen.org>
To: git@vger.kernel.org, Junio C Hamano <gitster@pobox.com>
Subject: [PATCH] push mirroring update test titles
Date: Mon, 12 Nov 2007 15:48:02 +0000 [thread overview]
Message-ID: <20071112154802.GK301@shadowen.org> (raw)
Fix up the test titles which are incorrectly in the negative.
Signed-off-by: Andy Whitcroft <apw@shadowen.org>
---
This probabally should be folded down into the
current tests patch. If you want me to do that
and resubmit, yell at me.
t/t5517-push-mirror.sh | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/t/t5517-push-mirror.sh b/t/t5517-push-mirror.sh
index 0fc6778..ed3fec1 100755
--- a/t/t5517-push-mirror.sh
+++ b/t/t5517-push-mirror.sh
@@ -31,7 +31,7 @@ mk_repo_pair () {
# BRANCH tests
-test_expect_success 'push mirror does not create new branches' '
+test_expect_success 'push mirror creates new branches' '
mk_repo_pair &&
(
@@ -45,7 +45,7 @@ test_expect_success 'push mirror does not create new branches' '
'
-test_expect_success 'push mirror does not update existing branches' '
+test_expect_success 'push mirror updates existing branches' '
mk_repo_pair &&
(
@@ -61,7 +61,7 @@ test_expect_success 'push mirror does not update existing branches' '
'
-test_expect_success 'push mirror does not force update existing branches' '
+test_expect_success 'push mirror force updates existing branches' '
mk_repo_pair &&
(
@@ -79,7 +79,7 @@ test_expect_success 'push mirror does not force update existing branches' '
'
-test_expect_success 'push mirror does not remove branches' '
+test_expect_success 'push mirror removes branches' '
mk_repo_pair &&
(
@@ -97,7 +97,7 @@ test_expect_success 'push mirror does not remove branches' '
'
-test_expect_success 'push mirror does not add, update and remove branches together' '
+test_expect_success 'push mirror adds, updates and removes branches together' '
mk_repo_pair &&
(
@@ -125,7 +125,7 @@ test_expect_success 'push mirror does not add, update and remove branches togeth
# TAG tests
-test_expect_success 'push mirror does not create new tags' '
+test_expect_success 'push mirror creates new tags' '
mk_repo_pair &&
(
@@ -140,7 +140,7 @@ test_expect_success 'push mirror does not create new tags' '
'
-test_expect_success 'push mirror does not update existing tags' '
+test_expect_success 'push mirror updates existing tags' '
mk_repo_pair &&
(
@@ -158,7 +158,7 @@ test_expect_success 'push mirror does not update existing tags' '
'
-test_expect_success 'push mirror does not force update existing tags' '
+test_expect_success 'push mirror force updates existing tags' '
mk_repo_pair &&
(
@@ -179,7 +179,7 @@ test_expect_success 'push mirror does not force update existing tags' '
'
-test_expect_success 'push mirror does not remove tags' '
+test_expect_success 'push mirror removes tags' '
mk_repo_pair &&
(
@@ -197,7 +197,7 @@ test_expect_success 'push mirror does not remove tags' '
'
-test_expect_success 'push mirror does not add, update and remove tags together' '
+test_expect_success 'push mirror adds, updates and removes tags together' '
mk_repo_pair &&
(
reply other threads:[~2007-11-12 15:48 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20071112154802.GK301@shadowen.org \
--to=apw@shadowen.org \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).