You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ma...@apache.org on 2015/02/25 08:28:19 UTC

svn commit: r1662173 - in /tika/trunk/tika-parsers/src/test/resources/test-properties: StringsConfig-full.properties StringsConfig-partial.properties

Author: mattmann
Date: Wed Feb 25 07:28:19 2015
New Revision: 1662173

URL: http://svn.apache.org/r1662173
Log:
Updated tests for TIKA-1541 simple strings parser from Guiseppe Totaro.

Added:
    tika/trunk/tika-parsers/src/test/resources/test-properties/StringsConfig-full.properties
    tika/trunk/tika-parsers/src/test/resources/test-properties/StringsConfig-partial.properties

Added: tika/trunk/tika-parsers/src/test/resources/test-properties/StringsConfig-full.properties
URL: http://svn.apache.org/viewvc/tika/trunk/tika-parsers/src/test/resources/test-properties/StringsConfig-full.properties?rev=1662173&view=auto
==============================================================================
--- tika/trunk/tika-parsers/src/test/resources/test-properties/StringsConfig-full.properties (added)
+++ tika/trunk/tika-parsers/src/test/resources/test-properties/StringsConfig-full.properties Wed Feb 25 07:28:19 2015
@@ -0,0 +1,18 @@
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+# 
+#     http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+ 
+stringsPath=/opt/strings
+minLength=3
+encoding=BIGENDIAN_16_BIT
+timeout=60
\ No newline at end of file

Added: tika/trunk/tika-parsers/src/test/resources/test-properties/StringsConfig-partial.properties
URL: http://svn.apache.org/viewvc/tika/trunk/tika-parsers/src/test/resources/test-properties/StringsConfig-partial.properties?rev=1662173&view=auto
==============================================================================
--- tika/trunk/tika-parsers/src/test/resources/test-properties/StringsConfig-partial.properties (added)
+++ tika/trunk/tika-parsers/src/test/resources/test-properties/StringsConfig-partial.properties Wed Feb 25 07:28:19 2015
@@ -0,0 +1,16 @@
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+# 
+#     http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+encoding=BIGENDIAN_16_BIT
+timeout=60
\ No newline at end of file