File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414# See the License for the specific language governing permissions and
1515# limitations under the License.
1616
17- __version__ = "1.14.2 "
17+ __version__ = "1.15 "
1818
1919try :
2020 __import__ ('pkg_resources' ).declare_namespace (__name__ )
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ def test_remote_pdf(self):
3131 def test_remote_html (self ):
3232 'parse remote HTML'
3333 self .assertTrue (tika .parser .from_file (
34- 'http ://philadelphia.pa.gegov.com/_templates/551/RetailFood/_report_full.cfm?inspectionID=8B2C8CA4-8039-EC2C-F94DBD247613E5CC&domainID=551&userID=0 ' ))
34+ 'https ://www.nasa.gov/index.html ' ))
3535 def test_remote_mp3 (self ):
3636 'parese remote mp3'
3737 self .assertTrue (tika .parser .from_file (
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ def make_content_disposition_header(fn):
152152log .setLevel (logging .INFO )
153153
154154Windows = True if platform .system () == "Windows" else False
155- TikaVersion = os .getenv ('TIKA_VERSION' , '1.14 ' )
155+ TikaVersion = os .getenv ('TIKA_VERSION' , '1.15 ' )
156156TikaJarPath = tempfile .gettempdir ()
157157TikaFilesPath = tempfile .gettempdir ()
158158TikaServerLogFilePath = log_path
You can’t perform that action at this time.
0 commit comments