Revision 35133 branches/dal_time_support/libraries/libFMap_dal/src-test/org/gvsig/fmap/dal/feature/BaseTestFeatureStore.java

View differences:

BaseTestFeatureStore.java
617 617
		// Sorted
618 618
		FeatureAttributeDescriptor attr = getFirstAttributeOfType(store
619 619
				.getDefaultFeatureType(), new int[] { DataTypes.INT,
620
				DataTypes.LONG, DataTypes.STRING });
620
				DataTypes.LONG, DataTypes.STRING, DataTypes.DOUBLE });
621 621
		{
622 622
			// asure that attr is in query attributes
623 623
			boolean attrFound = false;

Also available in: Unified diff