Revision: 95f2f23bd984
Branch: default
Author:
mic...@franzin.net
Date: Wed Dec 11 10:58:18 2013 UTC
Log: Added San Marino (credits to Michele Franzin).
http://code.google.com/p/parancoe/source/detail?r=95f2f23bd984
Modified:
/plugins/parancoe-plugin-world/src/main/resources/fixtures/Country.yml
/plugins/parancoe-plugin-world/src/test/java/org/parancoe/plugins/world/SanityTest.java
=======================================
--- /plugins/parancoe-plugin-world/src/main/resources/fixtures/Country.yml
Thu Apr 26 14:55:31 2012 UTC
+++ /plugins/parancoe-plugin-world/src/main/resources/fixtures/Country.yml
Wed Dec 11 10:58:18 2013 UTC
@@ -541,6 +541,13 @@
localName: Sénégal
englishName: Senegal
continent: *Continent-Africa
+- &Country-SM
+ isoCode: SM
+ languageIsoCode: it
+ languageVariant: null
+ localName: San Marino
+ englishName: San Marino
+ continent: *Continent-Europe
- &Country-SK
isoCode: SK
languageIsoCode: sk
=======================================
---
/plugins/parancoe-plugin-world/src/test/java/org/parancoe/plugins/world/SanityTest.java
Thu Apr 26 14:55:31 2012 UTC
+++
/plugins/parancoe-plugin-world/src/test/java/org/parancoe/plugins/world/SanityTest.java
Wed Dec 11 10:58:18 2013 UTC
@@ -68,7 +68,7 @@
public void testCountrySize() {
List<Country> countries = countryDao.findAll();
- assertSize(89, countries);
+ assertSize(90, countries);
}
public void testContinentFindByName() {