Author: rlaidlaw Date: Sat Jul 7 01:42:12 2012 New Revision: 1358488 URL: http://svn.apache.org/viewvc?rev=1358488&view=rev Log: SIS-48: added basic junit tests for geometry classes in sis-core
Modified: incubator/sis/trunk/CHANGES.txt Modified: incubator/sis/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/incubator/sis/trunk/CHANGES.txt?rev=1358488&r1=1358487&r2=1358488&view=diff ============================================================================== --- incubator/sis/trunk/CHANGES.txt (original) +++ incubator/sis/trunk/CHANGES.txt Sat Jul 7 01:42:12 2012 @@ -3,6 +3,9 @@ Apache SIS Change Log Release 0.3-incubating - Current Development +* SIS-48: added some basic junit tests for the core geometry classes in + sis-core - LatLon, LatLonRect and LatLonPointRadius (rlaidlaw) + * SIS-49: updated for loop in getCircularRegionApproximation of LatLonPointRadius to prevent ArrayIndexOutOfBoundsException, ArithmeticException (rlaidlaw)