diff options
-rw-r--r-- | .gitattributes | 3 | ||||
-rwxr-xr-x | tests/html.t | 6 | ||||
-rwxr-xr-x | tests/it.t | 6 | ||||
-rwxr-xr-x | tests/itjs.t | 6 | ||||
-rwxr-xr-x | 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'; @@ -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'; |