Revision 46277 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.api/src/test/java/org/gvsig/fmap/dal/feature/DummyFetureStore.java

View differences:

DummyFetureStore.java
957 957
    public List<FeatureReference> getEditedFeaturesNotValidated() {
958 958
        return Collections.EMPTY_LIST;
959 959
    }
960

  
961
    @Override
962
    public boolean isFeatureSelectionEmpty() {
963
        return false;
964
    }
965

  
966
    @Override
967
    public boolean isFeatureSelectionAvailable() {
968
        return true;
969
    }
960 970
    
961 971
}

Also available in: Unified diff