Revision: 1f005811683d
Branch: default
Author:
mic...@franzin.net
Date: Fri Feb 14 15:51:57 2014 UTC
Log: Added Malta country.
http://code.google.com/p/parancoe/source/detail?r=1f005811683d
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
Wed Dec 11 10:58:18 2013 UTC
+++ /plugins/parancoe-plugin-world/src/main/resources/fixtures/Country.yml
Fri Feb 14 15:51:57 2014 UTC
@@ -401,6 +401,13 @@
localName: Македонија
englishName: Macedonia
continent: *Continent-Europe
+- &Country-MT
+ isoCode: MT
+ languageIsoCode: mt
+ languageVariant: null
+ localName: Malta
+ englishName: Malta
+ continent: *Continent-Europe
- &Country-MX
isoCode: MX
languageIsoCode: es
=======================================
---
/plugins/parancoe-plugin-world/src/test/java/org/parancoe/plugins/world/SanityTest.java
Wed Dec 11 10:58:18 2013 UTC
+++
/plugins/parancoe-plugin-world/src/test/java/org/parancoe/plugins/world/SanityTest.java
Fri Feb 14 15:51:57 2014 UTC
@@ -68,7 +68,7 @@
public void testCountrySize() {
List<Country> countries = countryDao.findAll();
- assertSize(90, countries);
+ assertSize(91, countries);
}
public void testContinentFindByName() {