*/
public class GML2ParsingUtilsTest extends TestCase {
public void testCRS() throws Exception {
NodeImpl node = new NodeImpl(null);
AttributeImpl att = new AttributeImpl(null);
att.setName("srsName");
NodeImpl attNode = new NodeImpl(att);
attNode.setValue(new URI("EPSG:4326"));
node.addAttribute(attNode);