mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 14:36:12 +02:00
tea/Tests/Functional/Command/Fixtures/Database/ExistingTeas.csv
Daniel Siepmann 50ff004199 Fix broken functional test
SQLite does reset the UID autoincrement during deletion.
That way the assertions do not match.
We now use a different set up and remove the uids from assertions.

That way we still ensure that the imported data is removed and new data
is imported. We do not need to care about UID.
2024-08-20 08:56:13 +02:00

4 lines
186 B
Text

"tx_tea_domain_model_tea"
,"uid","pid","title","description","deleted"
,1,1,"Darjeeling","Which already existed in the system",0
,2,1,"Earl Grey","Which already existed in the system",0