← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 999: Re-enabled the tests in i18n-db

 

------------------------------------------------------------
revno: 999
committer: Lars Helge Oeverland larshelge@xxxxxxxxx
branch nick: trunk
timestamp: Sun 2009-11-08 22:54:59 +0100
message:
  Re-enabled the tests in i18n-db
modified:
  dhis-2/dhis-i18n/dhis-i18n-db/src/test/java/org/hisp/dhis/i18n/I18nServiceTest.java


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription.
=== modified file 'dhis-2/dhis-i18n/dhis-i18n-db/src/test/java/org/hisp/dhis/i18n/I18nServiceTest.java'
--- dhis-2/dhis-i18n/dhis-i18n-db/src/test/java/org/hisp/dhis/i18n/I18nServiceTest.java	2009-10-31 01:31:57 +0000
+++ dhis-2/dhis-i18n/dhis-i18n-db/src/test/java/org/hisp/dhis/i18n/I18nServiceTest.java	2009-11-08 21:54:59 +0000
@@ -84,7 +84,6 @@
     // -------------------------------------------------------------------------
 
     @Test
-    @Ignore
     public void testUpdateTranslation()
         throws Exception
     {
@@ -155,7 +154,6 @@
     }
 
     @Test
-    @Ignore
     public void testAddObject()
         throws Exception
     {
@@ -199,7 +197,6 @@
     }
 
     @Test
-    @Ignore
     public void testVerify()
         throws Exception
     {
@@ -251,7 +248,6 @@
     }
 
     @Test
-    @Ignore
     public void testGetAvailableLocales()
         throws Exception
     {
@@ -277,7 +273,6 @@
     }
 
     @Test
-    @Ignore
     public void testAddTranslation()
         throws Exception
     {
@@ -295,7 +290,6 @@
     }
 
     @Test
-    @Ignore
     public void testSetToFallback()
         throws Exception
     {