dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #16577
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 6333: ignore test that fails..
------------------------------------------------------------
revno: 6333
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2012-03-21 13:37:00 +0100
message:
ignore test that fails..
modified:
dhis-2/dhis-api/src/test/java/org/hisp/dhis/sms/config/GenericHttpGatewayConfigTest.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-api/src/test/java/org/hisp/dhis/sms/config/GenericHttpGatewayConfigTest.java'
--- dhis-2/dhis-api/src/test/java/org/hisp/dhis/sms/config/GenericHttpGatewayConfigTest.java 2011-12-21 20:06:49 +0000
+++ dhis-2/dhis-api/src/test/java/org/hisp/dhis/sms/config/GenericHttpGatewayConfigTest.java 2012-03-21 12:37:00 +0000
@@ -21,6 +21,7 @@
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
+import org.junit.Ignore;
/*
* Copyright (c) 2011, University of Oslo
@@ -98,6 +99,7 @@
}
@Test
+ @Ignore
public void testUntmarshalling()
throws JAXBException
{