Revision 40767 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.impl/src/test/java/org/gvsig/fmap/dal/feature/FeatureSetTestParent.java

View differences:

FeatureSetTestParent.java
21 21
 * For any additional information, do not hesitate to contact us
22 22
 * at info AT gvsig.com, or visit our website www.gvsig.com.
23 23
 */
24
/*
25
 * AUTHORS (In addition to CIT):
26
 * 2008 {DiSiD Technologies}   {{Test indexed iterator retrieval}}
27
 */
28 24
package org.gvsig.fmap.dal.feature;
29 25

  
30 26
import junit.framework.TestCase;
......
134 130
    protected abstract FeatureSet createFeatureCollection(
135 131
            FeatureStore store,
136 132
            FeatureType ft) throws DataException;
137
}
133
}

Also available in: Unified diff