Paul Cochrane wrote:
On 03/09/07, Gabor Szabo <[EMAIL PROTECTED]> wrote:
Can someone explain, please why are there tests that need a version
control system? It sounds strange to me.
Hrm, after further investigations only t/distro/file_metadata.t uses
svn/svk directly. This test checks to make sure that the svn
properties are correctly set for files in the parrot repository.
Hence the need for a version control system.
Do these mentions of svn apply to this problem?
t/codingstd/copyright.t:90: " svn log C<filename> | grep 'lines'
| tail -n 1"
t/codingstd/perlcritic.t:81: if ( -d $_ and $_ eq '.svn' ) {
t/perl/Parrot_IO.t:162:ok( $f->has_svn_id(), 'has_svn_id' );
t/perl/Parrot_IO.t:165:#ok($f->svn_id() =~ /File.pm,v/, 'svn_id');