Thread (13 messages) flat view 13 messages, 3 authors, 2016-06-15

Re: [PATCH] checkout: add a test for creating a new branch with regexp as a starting point

From: Dmitry V. Levin <hidden>
Date: 2016-06-15 22:49:13

Possibly related (same subject, not in this thread)

On Thu, Jul 29, 2010 at 11:07:20PM +0000, Ævar Arnfjörð Bjarmason wrote:
On Thu, Jul 29, 2010 at 22:01, Dmitry V. Levin wrote:
[...]
quoted
+test_expect_success setup '
+       echo a > a &&
+       git add a &&
+       test_tick &&
+       git commit -m first &&
+       echo b > b &&
+       git add b &&
+       test_tick &&
+       git commit -m second
+'
This should use test_commit (see t/README), but...
The peculiarity of this bug makes it impossible, because test_commit()
also creates a tag which spoils test conditions.
quoted
+test_expect_success checkout '
+       git checkout -b new_branch :/first
+'
+
+test_done
...it looks like this can just be added to the end of
t2018-checkout-branch.sh instead of creating a new test. Creating a
new file just for a single test for such a simple feature is a bit of
an overkill.
Well, I see no t2018-checkout-branch.sh yet.  What file do you suggest
appending?

On Fri, Jul 30, 2010 at 01:36:13AM +0200, Thomas Rast wrote:
It should also use test_expect_failure unless you expect to have a fix
soon, otherwise it would stop the test suite from running through.
Of course I'd like to have this bug fixed, but OK, let it be
test_expect_failure() for now.


-- 
ldv

Attachments

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help