Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
Merge branch 'pu/cw/tweakMKeyData' into '2022.11'
Browse files Browse the repository at this point in the history
tweak(Tinebase): better municipality test data

See merge request tine20/tine20!1764
  • Loading branch information
corneliusweiss committed Feb 23, 2022
2 parents 358dc60 + 9179e54 commit d81a076
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tine20/Tinebase/MunicipalityKey/ImportTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function testXlsImport()
$definition = 'tinebase_import_municipalitykey';
$result = $this->_doImport([], $definition);

$this->assertEquals(15, $result['totalcount'], print_r($result, true));
$this->assertEquals(23, $result['totalcount'], print_r($result, true));
$this->assertEquals(0, $result['failcount'], print_r($result, true));
$record = $result['results']->getFirstRecord();
$this->assertEquals('Schleswig-Holstein',
Expand Down
Binary file modified tests/tine20/Tinebase/MunicipalityKey/files/gemeindeNr2.xlsx
Binary file not shown.

0 comments on commit d81a076

Please sign in to comment.