Nimut / testing-framework

TYPO3 testing framework that provides base classes and configuration for PHPUnit tests
GNU General Public License v2.0
52 stars 25 forks source link

Inconsistency when importing an xml fixture #33

Open timohund opened 7 years ago

timohund commented 7 years ago

Hi,

thanks for this testing framework. Today i tried to use it in EXT:solr and allmost everything works out of the box.

I stumbled apon one issue with our fixtures. It seems the a database field from an xml fixture is getting lost in some cases. In our case we had the € sign in the fixture, also using the entity(€) did not work.

https://github.com/TYPO3-Solr/ext-solr/pull/1382/files#diff-8f6e673d6b81104401d07d2176003f42L472

For us it is not required to really import exactly this data, but with the core testing framework this seems to work (So the behaviour seems to be different at least).

What is also strange: It works fine on my VM but not on travis-ci.org.

IchHabRecht commented 7 years ago

Hi Timo,

Thank you for your report. Unfortunately I'm not able to verify the problem. I added your test scenario to my fork of the testing framework:

https://github.com/IchHabRecht/testing-framework/tree/check-database-import https://travis-ci.org/IchHabRecht/testing-framework/builds/271366997

Neither I found a broken Travis build for your repository that reported the mentioned issue. Would you mind to give me some more information about the failing build?