Revision 18621 trunk/libraries/libFMap/src-test/com/iver/cit/gvsig/fmap/core/rendering/TestILegend.java

View differences:

TestILegend.java
49 49
import com.hardcode.gdbms.engine.instruction.FieldNotFoundException;
50 50
import com.iver.cit.gvsig.fmap.core.symbols.SimpleFillSymbol;
51 51
import com.iver.cit.gvsig.fmap.layers.XMLException;
52
import com.iver.cit.gvsig.fmap.rendering.DotDensityLegend;
53
import com.iver.cit.gvsig.fmap.rendering.GraduatedSymbolLegend;
54 52
import com.iver.cit.gvsig.fmap.rendering.IClassifiedVectorLegend;
55 53
import com.iver.cit.gvsig.fmap.rendering.ILegend;
56
import com.iver.cit.gvsig.fmap.rendering.IVectorialIntervalLegend;
57 54
import com.iver.cit.gvsig.fmap.rendering.IVectorLegend;
55
import com.iver.cit.gvsig.fmap.rendering.IVectorialIntervalLegend;
58 56
import com.iver.cit.gvsig.fmap.rendering.IVectorialUniqueValueLegend;
59
import com.iver.cit.gvsig.fmap.rendering.ProportionalSymbolsLegend;
60
import com.iver.cit.gvsig.fmap.rendering.QuantityByCategoryLegend;
61 57
import com.iver.cit.gvsig.fmap.rendering.SingleSymbolLegend;
62 58
import com.iver.cit.gvsig.fmap.rendering.VectorialIntervalLegend;
63 59
import com.iver.cit.gvsig.fmap.rendering.VectorialUniqueValueLegend;
......
72 68
	 private static ArrayList classesToTest;
73 69
	 transient private ILegend[] legends;
74 70

  
75

  
76

  
77

  
78 71
	 private static ArrayList getClassesToTest() {
79 72
	        if (classesToTest == null) {
80 73
	            classesToTest = new ArrayList();
81 74

  
82
	          TestILegend.addLegendToTest(QuantityByCategoryLegend.class);
83 75
	          TestILegend.addLegendToTest(VectorialIntervalLegend.class);
84
	          TestILegend.addLegendToTest(GraduatedSymbolLegend.class);
85 76
	          TestILegend.addLegendToTest(VectorialUniqueValueLegend.class);
86
	          TestILegend.addLegendToTest(DotDensityLegend.class);
87
	          TestILegend.addLegendToTest(ProportionalSymbolsLegend.class);
88 77
	          TestILegend.addLegendToTest(SingleSymbolLegend.class);
89 78

  
79
//	          TestILegend.addLegendToTest(QuantityByCategoryLegend.class);
80
//	          TestILegend.addLegendToTest(DotDensityLegend.class);
81
//	          TestILegend.addLegendToTest(ProportionalSymbolsLegend.class);
82
//	          TestILegend.addLegendToTest(GraduatedSymbolLegend.class);
90 83

  
91 84

  
92 85
	        }

Also available in: Unified diff