You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.
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.
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.
The text was updated successfully, but these errors were encountered:
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?
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.
The text was updated successfully, but these errors were encountered: