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/ScaledColorSpaceTest.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 |
28500 | 2007-12-24 | desruisseaux | Added a new GridGeometry implementation (ImageGeometry) has a lightweight placeholder for 'gridRange' as a Rectangle and 'gridToCRS' as an AffineTransform. Used by TileBuilder. |
27575 | 2007-10-22 | desruisseaux | Converted Java source files from ISO-LATIN-1 encoding to UTF-8 (GEOT-1516). |
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) |
11910 | 2005-03-09 | desruisseaux | Moved GridCoverage 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 |
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 |
1399 | 2002-08-09 | desruisseaux | Added test for ScaledColorSpace |