Skip to content

Commit

Permalink
MAGETWO-59258: [Github] Override module-directory/etc/zip_codes.xml o…
Browse files Browse the repository at this point in the history
…nly the last code of a country gets included #6694
  • Loading branch information
Stanislav Idolov committed Oct 21, 2016
1 parent 7d531df commit 15b0842
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function testRead()
$this->assertArrayHasKey('pattern_2', $result['NL']);

$this->assertEquals('test1', $result['NL']['pattern_1']['example']);
$this->assertEquals('^[0-9]{4}[a-zA-Z]{2}$', $result['NL']['pattern_1']['pattern']);
$this->assertEquals('^[0-9]{4}\s[a-zA-Z]{2}$', $result['NL']['pattern_1']['pattern']);

$this->assertEquals('test2', $result['NL']['pattern_2']['example']);
$this->assertEquals('^[0-5]{4}[a-z]{2}$', $result['NL']['pattern_2']['pattern']);
Expand Down

0 comments on commit 15b0842

Please sign in to comment.