git-p4: Add simple test case for branch import
authorVitor Antunes <vitor.hda@gmail.com>
Thu, 18 Aug 2011 23:44:06 +0000 (00:44 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 23 Aug 2011 04:09:05 +0000 (21:09 -0700)
commit7ca97f6ecc66f1d70ca126edd33b6a3065c914f7
tree5c3e999b518eb7cc8982d5d238589c966d6a71bf
parent7199cf131c5420b631f8402498f17ec42cdb3b3a
git-p4: Add simple test case for branch import

Create a basic branch structure in P4 and clone it with git-p4.
Also, make an update on P4 side and check if git-p4 imports it correctly.
The branch structure is created in such a way that git-p4 will fail to import
updates if patch "git-p4: Correct branch base depot path detection" is not
applied.

Signed-off-by: Vitor Antunes <vitor.hda@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9800-git-p4.sh