guide-me / GuideMe

an interactive story viewer
MIT License
4 stars 8 forks source link

Test failure on Linux #43

Closed Milaine closed 6 years ago

Milaine commented 6 years ago

after setting org.eclipse.swt to linux and checking everything was set correctly I started the maven test, results are these errors:

Tests in error: 
  test(org.guideme.guideme.readers.MilovanaHtmlReaderTest): org/apache/commons/lang/CharSetUtils
  description(org.guideme.guideme.HtmlGuideWriterReaderTest): org/apache/commons/collections/ExtendedProperties
  authorName(org.guideme.guideme.HtmlGuideWriterReaderTest): Could not initialize class org.apache.velocity.runtime.RuntimeSingleton
  pages(org.guideme.guideme.HtmlGuideWriterReaderTest): Could not initialize class org.apache.velocity.runtime.RuntimeSingleton
  title(org.guideme.guideme.HtmlGuideWriterReaderTest): Could not initialize class org.apache.velocity.runtime.RuntimeSingleton
  keywords(org.guideme.guideme.HtmlGuideWriterReaderTest): Could not initialize class org.apache.velocity.runtime.RuntimeSingleton
  thumbnail(org.guideme.guideme.HtmlGuideWriterReaderTest): Could not initialize class org.apache.velocity.runtime.RuntimeSingleton
  chapters(org.guideme.guideme.HtmlGuideWriterReaderTest): Could not initialize class org.apache.velocity.runtime.RuntimeSingleton
  authorUrl(org.guideme.guideme.HtmlGuideWriterReaderTest): Could not initialize class org.apache.velocity.runtime.RuntimeSingleton
  originalUrl(org.guideme.guideme.HtmlGuideWriterReaderTest): Could not initialize class org.apache.velocity.runtime.RuntimeSingleton

Tests run: 40, Failures: 0, Errors: 10, Skipped: 0

Does anyone recognize these errors? It's probably a quick fix

Eclipse Version 4.7.2 Java SDK 1.8 org.eclipse.swt 4.6.1 used Philo's 3.4 of GuideMe

philormand commented 6 years ago

The tests were something Takenaga was working on right at the start of the project. They have not been updated for a long time, so I wouldn't worry about them failing for the linux version, they mostly don't work for the windows version