← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 13815: Ad-hoc tool, testing capabilities

 

------------------------------------------------------------
revno: 13815
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2014-01-22 21:19:32 +0200
message:
  Ad-hoc tool, testing capabilities
added:
  tools/dhis-adhoc/src/test/
  tools/dhis-adhoc/src/test/java/
  tools/dhis-adhoc/src/test/resources/
modified:
  dhis-2/dhis-api/src/main/java/org/hisp/dhis/indicator/Indicator.java
  tools/dhis-adhoc/pom.xml


--
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/main/java/org/hisp/dhis/indicator/Indicator.java'
--- dhis-2/dhis-api/src/main/java/org/hisp/dhis/indicator/Indicator.java	2013-11-28 20:52:27 +0000
+++ dhis-2/dhis-api/src/main/java/org/hisp/dhis/indicator/Indicator.java	2014-01-22 19:19:32 +0000
@@ -138,10 +138,6 @@
         dataSet.getIndicators().remove( this );
     }
 
-    // -------------------------------------------------------------------------
-    // Logic
-    // -------------------------------------------------------------------------
-
     public void removeAllAttributeValues()
     {
         attributeValues.clear();

=== modified file 'tools/dhis-adhoc/pom.xml'
--- tools/dhis-adhoc/pom.xml	2013-10-22 12:29:31 +0000
+++ tools/dhis-adhoc/pom.xml	2014-01-22 19:19:32 +0000
@@ -45,6 +45,10 @@
       <groupId>org.hisp.dhis</groupId>
       <artifactId>dhis-support-system</artifactId>
     </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+    </dependency>
     
   </dependencies>
 </project>

=== added directory 'tools/dhis-adhoc/src/test'
=== added directory 'tools/dhis-adhoc/src/test/java'
=== added directory 'tools/dhis-adhoc/src/test/resources'