diff options
Diffstat (limited to 'tests/it_xml.t')
-rwxr-xr-x | tests/it_xml.t | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/it_xml.t b/tests/it_xml.t index 5651fbe..cfb95b2 100755 --- a/tests/it_xml.t +++ b/tests/it_xml.t @@ -3,8 +3,6 @@ # Tests for xml.class -require 'searchlib/search_test.class'; - function match($xmldata, $expected, $name, $prefix = "") { $classname = $prefix ? ($prefix . "_xml") : "it_xml"; |