Revision 40596 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.remoteclient/src/test/java/org/gvsig/remoteclient/wfs/wfs_1_0_0/WFSProtocolHandlerTest1_0_0.java

View differences:

WFSProtocolHandlerTest1_0_0.java
26 26
import java.io.File;
27 27

  
28 28
import junit.framework.TestCase;
29
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
30
 *
31
 * Copyright (C) 2004 IVER T.I. and Generalitat Valenciana.
32
 *
33
 * This program is free software; you can redistribute it and/or
34
 * modify it under the terms of the GNU General Public License
35
 * as published by the Free Software Foundation; either version 2
36
 * of the License, or (at your option) any later version.
37
 *
38
 * This program is distributed in the hope that it will be useful,
39
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
40
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
41
 * GNU General Public License for more details.
42
 *
43
 * You should have received a copy of the GNU General Public License
44
 * along with this program; if not, write to the Free Software
45
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307,USA.
46
 *
47
 * For more information, contact:
48
 *
49
 *  Generalitat Valenciana
50
 *   Conselleria d'Infraestructures i Transport
51
 *   Av. Blasco Ib??ez, 50
52
 *   46010 VALENCIA
53
 *   SPAIN
54
 *
55
 *      +34 963862235
56
 *   gvsig@gva.es
57
 *      www.gvsig.gva.es
58
 *
59
 *    or
60
 *
61
 *   IVER T.I. S.A
62
 *   Salamanca 50
63
 *   46005 Valencia
64
 *   Spain
65
 *
66
 *   +34 963163400
67
 *   dac@iver.es
68
 */
69
/* CVS MESSAGES:
70
 *
71
 * $Id: WFSProtocolHandlerTest1_0_0.java 34026 2010-11-08 13:06:02Z jpiera $
72
 * $Log$
73
 * Revision 1.2  2006-10-10 12:52:28  jorpiell
74
 * Soporte para features complejas.
75
 *
76
 * Revision 1.1  2006/08/10 12:00:49  jorpiell
77
 * Primer commit del driver de Gml
78
 *
79
 * Revision 1.3  2006/05/23 13:23:13  jorpiell
80
 * Se ha cambiado el final del bucle de parseado y se tiene en cuenta el online resource
81
 *
82
 * Revision 1.2  2006/04/20 16:39:16  jorpiell
83
 * A?adida la operacion de describeFeatureType y el parser correspondiente.
84
 *
85
 * Revision 1.1  2006/04/19 12:51:35  jorpiell
86
 * A?adidas algunas de las clases del servicio WFS
87
 *
88
 *
89
 */
90 29
/**
91 30
 * @author Jorge Piera Llodr? (piera_jor@gva.es)
92 31
 */

Also available in: Unified diff