[svn] Unset svn:executable property.

This commit is contained in:
mtortonesi 2007-06-14 08:59:23 -07:00
parent 0690ad6354
commit 227d03c803
24 changed files with 9 additions and 9 deletions

0
tests/HTTPServer.pm Executable file → Normal file
View File

18
tests/HTTPTest.pm Executable file → Normal file
View File

@ -15,18 +15,18 @@ my $VERSION = 0.01;
my %_attr_data = ( # DEFAULT
);
sub _default_for
{
my ($self, $attr) = @_;
sub _default_for
{
my ($self, $attr) = @_;
return $_attr_data{$attr} if exists $_attr_data{$attr};
return $self->SUPER::_default_for($attr);
}
return $self->SUPER::_default_for($attr);
}
sub _standard_keys
{
sub _standard_keys
{
my ($self) = @_;
($self->SUPER::_standard_keys(), keys %_attr_data);
}
($self->SUPER::_standard_keys(), keys %_attr_data);
}
}

0
tests/Test--spider-fail.px Executable file → Normal file
View File

0
tests/Test--spider-r.px Executable file → Normal file
View File

0
tests/Test--spider.px Executable file → Normal file
View File

0
tests/Test-E-k-K.px Executable file → Normal file
View File

0
tests/Test-E-k.px Executable file → Normal file
View File

0
tests/Test-HTTP-Content-Disposition-1.px Executable file → Normal file
View File

0
tests/Test-HTTP-Content-Disposition-2.px Executable file → Normal file
View File

0
tests/Test-HTTP-Content-Disposition.px Executable file → Normal file
View File

0
tests/Test-N-current.px Executable file → Normal file
View File

0
tests/Test-N-old.px Executable file → Normal file
View File

0
tests/Test-N.px Executable file → Normal file
View File

0
tests/Test-O-nonexisting.px Executable file → Normal file
View File

0
tests/Test-O.px Executable file → Normal file
View File

0
tests/Test-Restrict-Lowercase.px Executable file → Normal file
View File

0
tests/Test-Restrict-Uppercase.px Executable file → Normal file
View File

0
tests/Test-c-full.px Executable file → Normal file
View File

0
tests/Test-c-partial.px Executable file → Normal file
View File

0
tests/Test-c.px Executable file → Normal file
View File

0
tests/Test-nonexisting-quiet.px Executable file → Normal file
View File

0
tests/Test-noop.px Executable file → Normal file
View File

0
tests/Test-np.px Executable file → Normal file
View File

0
tests/Test.pm Executable file → Normal file
View File