summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Schneider2007-02-09 14:01:13 +0000
committerChristian Schneider2007-02-09 14:01:13 +0000
commit475378e805eea388e93166dc4e36c184a5922fa8 (patch)
treea9cf4c74f602ea04354ceb10d01750f14b2e2840
parent05deab1128a4c7168f377e3f9a9e51a38f38d0e9 (diff)
downloaditools-475378e805eea388e93166dc4e36c184a5922fa8.tar.gz
itools-475378e805eea388e93166dc4e36c184a5922fa8.tar.bz2
itools-475378e805eea388e93166dc4e36c184a5922fa8.zip
Fix SVN properties on tests
-rw-r--r--.gitattributes3
-rwxr-xr-xtests/html.t6
-rwxr-xr-xtests/it.t6
-rwxr-xr-xtests/itjs.t6
-rwxr-xr-xtests/xml.t6
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';