Re: [PATCH] t9814: Guarantee only one source exists in git-p4 copy tests

2015-04-04 Thread Junio C Hamano
Luke Diamand writes: > On 30/03/15 04:03, Junio C Hamano wrote: >> Vitor Antunes writes: >> >>> * Modify source file (file2) before copying the file. >>> * Check that only file2 is the source in the output of "p4 filelog". >>> * Remove all "case" statements and replace them simple tests to check

Re: [PATCH] t9814: Guarantee only one source exists in git-p4 copy tests

2015-04-04 Thread Luke Diamand
On 30/03/15 04:03, Junio C Hamano wrote: Vitor Antunes writes: * Modify source file (file2) before copying the file. * Check that only file2 is the source in the output of "p4 filelog". * Remove all "case" statements and replace them simple tests to check that source is "file2". Signed-off

Re: [PATCH] t9814: Guarantee only one source exists in git-p4 copy tests

2015-03-31 Thread Luke Diamand
I'm on holiday this week, so I'll not get a chance to look at these properly until next week. Luke On 30 March 2015 at 04:03, Junio C Hamano wrote: > Vitor Antunes writes: > >> * Modify source file (file2) before copying the file. >> * Check that only file2 is the source in the output of "p4 f

Re: [PATCH] t9814: Guarantee only one source exists in git-p4 copy tests

2015-03-29 Thread Junio C Hamano
Vitor Antunes writes: > * Modify source file (file2) before copying the file. > * Check that only file2 is the source in the output of "p4 filelog". > * Remove all "case" statements and replace them simple tests to check that > source is "file2". > > Signed-off-by: Vitor Antunes > --- I am no