Click on the commit message for inspecting the diff
and how the code has been rewritten.
Command line:
svn log -r31996:1 https://svn.osgeo.org/geotools/trunk/modules/library/coverage/src/test/java/org/geotools/coverage/CategoryTest.java
Rev. | Date | Author | Message |
---|---|---|---|
30836 | 2008-07-01 | desruisseaux | Best effort in an attempt to bring a little bit of order in the coverage test bazar. A lonely test file moved to the sample-data module. Operation tests moved to the processing package. A few utility methods consolidated in base classes ending in "TestBase.java". Removed redundancy introduced by copy-and-paste. Merged the two occurences of ImageWorkerTest. Examples of coverages provided in a more "Java collection" way. Comparaison of values performed with "assertEquals(a,b)" rather than "assertTrue(a==b)" so we know what was the expected value in case of failure. Tests upgrated to JUnit 4 framework. |
30643 | 2008-06-12 | acuster | Copyright headers: lib/coverage, this time with feeling (and the el in Toolkit) |
30541 | 2008-06-06 | acuster | Copyright review: update headers on lib/coverage |
30258 | 2008-05-08 | acuster | Reshuffle the top level repo: drop uDig, move up trunk, tags, and branches. |
30257 | 2008-05-08 | acuster | Move trunk/gt/ directory contents up to trunk/ and drop gt |
29826 | 2008-04-07 | desruisseaux | More support for PixelOrientation in GridGeometry construction and queries. A side effect of this work is the refactoring of GridGeometry2D translation method into a separated PixelTranslation class. |
29052 | 2008-02-01 | desruisseaux | More information in GridCoverage2D.toString(). Attempt to enable "Piecewise" JAI operation when converting from packed to geophysics (not finished). Bug fix in Resampler2D when the only work to do is a Crop. |
28922 | 2008-01-24 | acuster | Bump the (at)since version to 2.5 since WKTParser was cut from 2.4 |
28540 | 2007-12-29 | acuster | Hide buttons which are not yet used |
27847 | 2007-11-12 | desruisseaux | Replaced some references to 'org.geotools.util' by references to 'org.geotools.util.logging'. Removed the old classes to make sure that there is no more accidental references. Note that the old classes will not be removed from the 2.4 branch. |
27575 | 2007-10-22 | desruisseaux | Converted Java source files from ISO-LATIN-1 encoding to UTF-8 (GEOT-1516). |
22997 | 2006-11-26 | desruisseaux | Replaced the use of some deprecated methods (MonolineFormatter.initGeotools --> Logging.forceMonolineConsoleOutput; Utilities.unexpectedException --> Logging.unexpectedException; GeneralEnvelope.getCoordinateReferenceSystem --> Envelope.getCoordinateReferenceSystem). |
22327 | 2006-10-23 | desruisseaux | GEOT-982: regroup 'module', 'plugin', 'ext' and 'unsupported' in a common directory. |
22317 | 2006-10-22 | desruisseaux | Reorganisation of directory tree structure (GEOT-982) phase 3: moved 'test' to 'src/test/java'. |
20970 | 2006-08-11 | jgarnett | IP review.txt updated, along with headers |
17672 | 2006-01-19 | desruisseaux | Added @source tag. |
17660 | 2006-01-18 | desruisseaux | Fixed SVN attributes, including the addition of URL attribute. |
16572 | 2005-11-02 | desruisseaux | Moved coverage implementation to its own module (GEOT-745) |
11698 | 2005-02-28 | desruisseaux | Moved tests from legacy to main module |
11004 | 2005-02-02 | desruisseaux | Fixed wrong encoding in legacy/test |
10894 | 2005-01-31 | dzwiers | moved legacy |
10822 | 2005-01-28 | dzwiers | moving tests |
10796 | 2005-01-28 | dzwiers | imports cleaned |
6275 | 2004-05-31 | jgarnett | fixed format test problem |
6255 | 2004-05-31 | desruisseaux | Bug fix for horizontal and vertical line colinear with an axis |
6238 | 2004-05-28 | desruisseaux | Replaced org.geotools.[...].TransformException by org.opengis.[...].TransformException |
5900 | 2004-05-23 | jgarnett | gcs-coverage moved to main |
5843 | 2004-05-23 | jgarnett | Test directory now assumed to be junit |
5774 | 2004-05-23 | jgarnett | geotools-src serves as the start of our new module directory (the data access modules will escape off to plugin directory soon) |
5769 | 2004-05-23 | jgarnett | Project renamed to gt |
5619 | 2004-05-13 | (no author) | Move repository under gt. |
2858 | 2003-05-13 | desruisseaux | Added PMC owner to copyright notice |
1281 | 2002-07-26 | desruisseaux | Finished SampleDimension implementation |
1240 | 2002-07-24 | desruisseaux | Updated for the API change |
1217 | 2002-07-23 | desruisseaux | Tests for the new version of org.geotools.cv package |
1139 | 2002-07-17 | desruisseaux | First implementation of a test suite for GCS |