AbstractIdentifiedObjectTest changes for revisions 6381:6382

This contribution does not exist anymore in SIS.

Command line:

svn diff --extensions "--unified --ignore-space-change --ignore-all-space --ignore-eol-style" -r6381:6382 https://svn.osgeo.org/geotools/trunk/modules/library/referencing/src/test/java/org/geotools/referencing/IdentifiedObjectTest.java
Revision 6381Revision 6382
 * Test WKT formatting of transforms backed by matrix.
 */
public void testMatrix() {
    final Formatter  formatter = new Formatter(null);
    final GeneralMatrix matrix = new GeneralMatrix(4);
    matrix.setElement(0,2,  4);
    matrix.setElement(1,0, -2);
 * Test WKT formatting of transforms backed by matrix.
 */
public void testMatrix() {
    final org.geotools.referencing.wkt.Formatter  formatter = new  org.geotools.referencing.wkt.Formatter(null);
    final GeneralMatrix matrix = new GeneralMatrix(4);
    matrix.setElement(0,2,  4);
    matrix.setElement(1,0, -2);