}
@Test
public void testWKT() throws Exception {
CoordinateReferenceSystem crs = CRS.decode("EPSG:" + CODE);
Formattable formattable = (Formattable) crs;
String wkt = formattable.toWKT(Citations.EPSG, 2);
final String lineSep=System.getProperty("line.separator", "\n");
String expected = "LOCAL_CS[\"Wildcard 2D cartesian plane in metric unit\", " +lineSep +
" LOCAL_DATUM[\"Unknown\", 0], " +lineSep +
" UNIT[\"m\", 1.0], " +lineSep +