From 475378e805eea388e93166dc4e36c184a5922fa8 Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Fri, 9 Feb 2007 14:01:13 +0000 Subject: Fix SVN properties on tests --- .gitattributes | 3 --- tests/html.t | 6 ++---- tests/it.t | 6 ++---- tests/itjs.t | 6 ++---- tests/xml.t | 6 ++---- 5 files changed, 8 insertions(+), 19 deletions(-) diff --git a/.gitattributes b/.gitattributes index ca022fd..9c7115f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,2 @@ * text=auto !eol itjs/error.gif -text -tests/html.t -text -tests/itjs.t -text -tests/xml.t -text diff --git a/tests/html.t b/tests/html.t index 95d615c..3bc603b 100755 --- a/tests/html.t +++ b/tests/html.t @@ -1,9 +1,7 @@ #!/www/server/bin/php -qC <?php -# -# $Id$ -# -# some tests for itools/html.class + +# Tests for html.class require 'searchlib/search_test.class'; diff --git a/tests/it.t b/tests/it.t index 65ac0b9..9ae2a5c 100755 --- a/tests/it.t +++ b/tests/it.t @@ -1,9 +1,7 @@ #!/www/server/bin/php -qC <?php -# -# $Id$ -# -# some tests for itools/it.class + +# Tests for it.class require 'searchlib/search_test.class'; diff --git a/tests/itjs.t b/tests/itjs.t index 8cbf90c..7fa6b03 100755 --- a/tests/itjs.t +++ b/tests/itjs.t @@ -1,9 +1,7 @@ #!/www/server/bin/php -qC <?php -# -# $Id$ -# -# Tests for itools/itjs.class: itjs::serialize() + +# Tests for itjs.class, currently only itjs::serialize() require 'searchlib/search_test.class'; diff --git a/tests/xml.t b/tests/xml.t index d127fd8..8e72a77 100755 --- a/tests/xml.t +++ b/tests/xml.t @@ -1,9 +1,7 @@ #!/www/server/bin/php -qC <?php -# -# $Id$ -# -# Tests for itools/xml.class + +# Tests for xml.class require 'searchlib/search_test.class'; -- cgit v1.2.3