testing-framework icon indicating copy to clipboard operation
testing-framework copied to clipboard

Inconsistency when importing an xml fixture

Open timohund opened this issue 7 years ago • 1 comments

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.

timohund avatar Jun 30 '17 13:06 timohund

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?

IchHabRecht avatar Sep 03 '17 11:09 IchHabRecht