Issue Type: Bug Bug
Affects Versions: 9.1
Assignee: Unassigned
Components: cql
Created: 02/Oct/13 2:40 AM
Description:

Here is a junit test to verify this:

final FilterFactory2 filterFactory2 = CommonFactoryFinder.getFilterFactory2();
final Filter javaFilter = filterFactory2.less(
filterFactory2.divide(filterFactory2.property("population"), filterFactory2.literal(2)),
filterFactory2.divide(filterFactory2.property("pop2000"), filterFactory2.literal(2))
);

assertEquals("population/2<pop2000/2", ECQL.toCQL(javaFilter).replace(" ", ""));

Project: GeoTools
Priority: Minor Minor
Reporter: Jesse Eichar
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
_______________________________________________
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to