Skip to content

Commit

Permalink
[TASK] Fixed issues in functional test case by replacing xml test dat…
Browse files Browse the repository at this point in the history
…asets with csv
  • Loading branch information
hojalatheef committed Feb 19, 2025
1 parent 7bcfe39 commit 87b2f8c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ protected function setUp(): void
{
parent::setUp();

$this->importDataSet(__DIR__ . '/../Fixtures/tx_clubdirectory_domain_model_club.xml');
$this->importDataSet(__DIR__ . '/../Fixtures/tx_maps2_domain_model_poicollection.xml');
$this->importCSVDataSet(__DIR__ . '/../Fixtures/tx_clubdirectory_domain_model_club.csv');
$this->importCSVDataSet(__DIR__ . '/../Fixtures/tx_maps2_domain_model_poicollection.csv');

$this->subject = new SetTitleOfPOIToClubTitleEventListener();
}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
"tx_clubdirectory_domain_model_club",,,,,,,,,,
,"uid","pid","tstamp","hidden","title","activity"
,1,1,1676388751,0,"Swimmingclub","Go swimming"
11 changes: 0 additions & 11 deletions Tests/Functional/Fixtures/tx_clubdirectory_domain_model_club.xml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
"tx_maps2_domain_model_poicollection",,,,,,,
,"uid","pid","tstamp","hidden","title","map_provider","collection_type"
,123,1,1676389796,0,"Postal Address","gm","point"
12 changes: 0 additions & 12 deletions Tests/Functional/Fixtures/tx_maps2_domain_model_poicollection.xml

This file was deleted.

0 comments on commit 87b2f8c

Please sign in to comment.