* [PATCH] push mirroring update test titles
@ 2007-11-12 15:48 Andy Whitcroft
0 siblings, 0 replies; only message in thread
From: Andy Whitcroft @ 2007-11-12 15:48 UTC (permalink / raw)
To: git, Junio C Hamano
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 &&
(
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2007-11-12 15:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-12 15:48 [PATCH] push mirroring update test titles Andy Whitcroft
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).