- Timestamp:
- 07/23/09 21:47:41 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/MapFish/client/mfbase/mapfish/tests/core/Protocol/MapFish.html
r2729 r2731 107 107 }; 108 108 protocol.filterAdapter(options); 109 t.eq(options.params.b ox, bbox,110 "filterAdapter sets correct b ox param if passed a BBOX filter");109 t.eq(options.params.bbox, bbox, 110 "filterAdapter sets correct bbox param if passed a BBOX filter"); 111 111 t.eq(options.filter, undefined, 112 112 "filterAdapter deletes filter if passed a BBOX filter"); … … 197 197 198 198 protocol.filterAdapter(options); 199 t.eq(options.params.b ox, "0,0,10,10",200 "filterAdapter sets correct b ox param if passed a Logical filter containing a BBOX");199 t.eq(options.params.bbox, "0,0,10,10", 200 "filterAdapter sets correct bbox param if passed a Logical filter containing a BBOX"); 201 201 t.eq(options.filter, undefined, 202 202 "filterAdapter deletes filter");
