matecat / MateCat-Filters

Convert any file to XLIFF and back with perfectly preserved formatting! Super easy API, plenty of supported formats and advanced segmentation.
http://filters.matecat.com
GNU Lesser General Public License v3.0
45 stars 32 forks source link

Failed tests #3

Closed LLCampos closed 8 years ago

LLCampos commented 8 years ago

Hi, When I run the tests on this project there are some failures.

Results :

Failed tests: 
  ExtractOriginalFileResourceTest.testOriginalSuccess:53 expected:<200> but was:<500>
  GenerateDerivedFileResourceTest.testDeriveSuccess:55 expected:<200> but was:<500>
  ConvertToXliffResourceTest.testConvertSuccess:58 expected:<200> but was:<500>

Tests in error: 
  XliffProcessorTest.testGetOriginalFile:26 » ExceptionInInitializer
  XliffProcessorTest.testGetDerivedFile:47 » NoClassDefFound Could not initializ (..)
 (...)

Tests run: 53, Failures: 3, Errors: 29, Skipped: 0

But everything seems ok when testing manually: I can turn the server on and make requests to it.

(I'm new to Maven so I could be doing something wrong)

giusilvano commented 8 years ago

Hi LLCampos,

Sorry for the late response. Anyway I can't reproduce your issue.

Have you already solved it somehow or you are still experiencing it?

giusilvano commented 8 years ago

Dear LLCampos,

I close the issue due to inactivity, but feel free to reply me if you still need help with this.

Thank you!

LLCampos commented 8 years ago

Probably I'm doing something wrong. I know zero about Maven. But thanks!