Github user jgrzebyta commented on the issue:
https://github.com/apache/any23/pull/38
@lewismc What is your command line for test? When I use `mvn clean test` I
cannot reproduce the error.
For the particular test my output is:
```
cd /home/jacek/NetBeansProjects/any23/core;
JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
M2_HOME=/home/jacek/opt/apache-maven-3.3.9
/home/jacek/opt/apache-maven-3.3.9/bin/mvn
-Dtest=org.apache.any23.extractor.html.EmbeddedJSONLDExtractorTest surefire:test
Running NetBeans Compile On Save execution. Phase execution is skipped and
output directories of dependency projects (with Compile on Save turned on) will
be used instead of their jar artifacts.
Scanning for projects...
------------------------------------------------------------------------
Building Apache Any23 :: Core 2.1-SNAPSHOT
------------------------------------------------------------------------
--- maven-surefire-plugin:2.19.1:test (default-cli) @ apache-any23-core ---
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.any23.extractor.html.EmbeddedJSONLDExtractorTest
[2017-06-20 22:15:45,403] INFO 0[main] -
org.apache.any23.rdf.PopularPrefixes.getPrefixes(PopularPrefixes.java:45) -
Loading prefixes from /org/apache/any23/prefixes/prefixes.properties
[2017-06-20 22:15:45,419] INFO 16[main] -
org.apache.any23.extractor.SingleDocumentExtraction.run(SingleDocumentExtraction.java:220)
- Processing http://bob.example.com/
[2017-06-20 22:15:59,387] INFO 13984[main] -
org.apache.any23.extractor.SingleDocumentExtraction.run(SingleDocumentExtraction.java:220)
- Processing http://bob.example.com/
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.969 sec
- in org.apache.any23.extractor.html.EmbeddedJSONLDExtractorTest
Results :
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
------------------------------------------------------------------------
BUILD SUCCESS
------------------------------------------------------------------------
Total time: 19.251 s
Finished at: 2017-06-20T22:16:01+01:00
Final Memory: 15M/303M
------------------------------------------------------------------------
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---