[izpack-changes] r1815 - izpack-src/trunk/src/tests/com/izforge/izpack

noreply at berlios.de noreply at berlios.de
Fri Apr 20 20:41:19 CEST 2007


Author: aikebah
Date: 2007-04-20 20:41:06 +0200 (Fri, 20 Apr 2007)
New Revision: 1815

Modified:
   izpack-src/trunk/src/tests/com/izforge/izpack/Bin_Langpacks_InstallerTest.java
Log:
added the new Farsi langpack to the langpack test

Modified: izpack-src/trunk/src/tests/com/izforge/izpack/Bin_Langpacks_InstallerTest.java
===================================================================
--- izpack-src/trunk/src/tests/com/izforge/izpack/Bin_Langpacks_InstallerTest.java	2007-04-19 20:08:13 UTC (rev 1814)
+++ izpack-src/trunk/src/tests/com/izforge/izpack/Bin_Langpacks_InstallerTest.java	2007-04-20 18:41:06 UTC (rev 1815)
@@ -164,6 +164,17 @@
         this.checkLangpack("eng.xml");
     }
 /**
+ * Checks the Farsi language pack for missing / superfluous translations
+ * @throws Exception Forwarded Exception for the LocaleDatabase contructor, FileInputStream constructor or TreeMap containsKey method
+ * 
+ * @see com.izforge.izpack.LocaleDatabase#LocaleDatabase(java.io.InputStream)
+ * @see java.io.FileInputStream#FileInputStream(java.lang.String)
+ * @see java.util.TreeMap#containsKey(java.lang.Object)
+ */
+    public void testFa() throws Exception{
+        this.checkLangpack("fa.xml");
+    }
+/**
  * Checks the Finnish language pack for missing / superfluous translations
  * @throws Exception Forwarded Exception for the LocaleDatabase contructor, FileInputStream constructor or TreeMap containsKey method
  * 




More information about the izpack-changes mailing list