From 227d03c80379c269eaf7ee57da711f22d13b33b8 Mon Sep 17 00:00:00 2001 From: mtortonesi Date: Thu, 14 Jun 2007 08:59:23 -0700 Subject: [PATCH] [svn] Unset svn:executable property. --- tests/HTTPServer.pm | 0 tests/HTTPTest.pm | 18 +++++++++--------- tests/Test--spider-fail.px | 0 tests/Test--spider-r.px | 0 tests/Test--spider.px | 0 tests/Test-E-k-K.px | 0 tests/Test-E-k.px | 0 tests/Test-HTTP-Content-Disposition-1.px | 0 tests/Test-HTTP-Content-Disposition-2.px | 0 tests/Test-HTTP-Content-Disposition.px | 0 tests/Test-N-current.px | 0 tests/Test-N-old.px | 0 tests/Test-N.px | 0 tests/Test-O-nonexisting.px | 0 tests/Test-O.px | 0 tests/Test-Restrict-Lowercase.px | 0 tests/Test-Restrict-Uppercase.px | 0 tests/Test-c-full.px | 0 tests/Test-c-partial.px | 0 tests/Test-c.px | 0 tests/Test-nonexisting-quiet.px | 0 tests/Test-noop.px | 0 tests/Test-np.px | 0 tests/Test.pm | 0 24 files changed, 9 insertions(+), 9 deletions(-) mode change 100755 => 100644 tests/HTTPServer.pm mode change 100755 => 100644 tests/HTTPTest.pm mode change 100755 => 100644 tests/Test--spider-fail.px mode change 100755 => 100644 tests/Test--spider-r.px mode change 100755 => 100644 tests/Test--spider.px mode change 100755 => 100644 tests/Test-E-k-K.px mode change 100755 => 100644 tests/Test-E-k.px mode change 100755 => 100644 tests/Test-HTTP-Content-Disposition-1.px mode change 100755 => 100644 tests/Test-HTTP-Content-Disposition-2.px mode change 100755 => 100644 tests/Test-HTTP-Content-Disposition.px mode change 100755 => 100644 tests/Test-N-current.px mode change 100755 => 100644 tests/Test-N-old.px mode change 100755 => 100644 tests/Test-N.px mode change 100755 => 100644 tests/Test-O-nonexisting.px mode change 100755 => 100644 tests/Test-O.px mode change 100755 => 100644 tests/Test-Restrict-Lowercase.px mode change 100755 => 100644 tests/Test-Restrict-Uppercase.px mode change 100755 => 100644 tests/Test-c-full.px mode change 100755 => 100644 tests/Test-c-partial.px mode change 100755 => 100644 tests/Test-c.px mode change 100755 => 100644 tests/Test-nonexisting-quiet.px mode change 100755 => 100644 tests/Test-noop.px mode change 100755 => 100644 tests/Test-np.px mode change 100755 => 100644 tests/Test.pm diff --git a/tests/HTTPServer.pm b/tests/HTTPServer.pm old mode 100755 new mode 100644 diff --git a/tests/HTTPTest.pm b/tests/HTTPTest.pm old mode 100755 new mode 100644 index 7274adc6..885850d0 --- a/tests/HTTPTest.pm +++ b/tests/HTTPTest.pm @@ -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); + } } diff --git a/tests/Test--spider-fail.px b/tests/Test--spider-fail.px old mode 100755 new mode 100644 diff --git a/tests/Test--spider-r.px b/tests/Test--spider-r.px old mode 100755 new mode 100644 diff --git a/tests/Test--spider.px b/tests/Test--spider.px old mode 100755 new mode 100644 diff --git a/tests/Test-E-k-K.px b/tests/Test-E-k-K.px old mode 100755 new mode 100644 diff --git a/tests/Test-E-k.px b/tests/Test-E-k.px old mode 100755 new mode 100644 diff --git a/tests/Test-HTTP-Content-Disposition-1.px b/tests/Test-HTTP-Content-Disposition-1.px old mode 100755 new mode 100644 diff --git a/tests/Test-HTTP-Content-Disposition-2.px b/tests/Test-HTTP-Content-Disposition-2.px old mode 100755 new mode 100644 diff --git a/tests/Test-HTTP-Content-Disposition.px b/tests/Test-HTTP-Content-Disposition.px old mode 100755 new mode 100644 diff --git a/tests/Test-N-current.px b/tests/Test-N-current.px old mode 100755 new mode 100644 diff --git a/tests/Test-N-old.px b/tests/Test-N-old.px old mode 100755 new mode 100644 diff --git a/tests/Test-N.px b/tests/Test-N.px old mode 100755 new mode 100644 diff --git a/tests/Test-O-nonexisting.px b/tests/Test-O-nonexisting.px old mode 100755 new mode 100644 diff --git a/tests/Test-O.px b/tests/Test-O.px old mode 100755 new mode 100644 diff --git a/tests/Test-Restrict-Lowercase.px b/tests/Test-Restrict-Lowercase.px old mode 100755 new mode 100644 diff --git a/tests/Test-Restrict-Uppercase.px b/tests/Test-Restrict-Uppercase.px old mode 100755 new mode 100644 diff --git a/tests/Test-c-full.px b/tests/Test-c-full.px old mode 100755 new mode 100644 diff --git a/tests/Test-c-partial.px b/tests/Test-c-partial.px old mode 100755 new mode 100644 diff --git a/tests/Test-c.px b/tests/Test-c.px old mode 100755 new mode 100644 diff --git a/tests/Test-nonexisting-quiet.px b/tests/Test-nonexisting-quiet.px old mode 100755 new mode 100644 diff --git a/tests/Test-noop.px b/tests/Test-noop.px old mode 100755 new mode 100644 diff --git a/tests/Test-np.px b/tests/Test-np.px old mode 100755 new mode 100644 diff --git a/tests/Test.pm b/tests/Test.pm old mode 100755 new mode 100644 -- 2.39.2