Opened 17 years ago
Closed 17 years ago
#363 closed defect (fixed)
Expected MgInvalidArgumentException is not thrown in MgFeatureQueryOptions::AddFeatureProperty() when adding an empty property name.
Reported by: | jessicacao | Owned by: | Tom Fukushima |
---|---|---|---|
Priority: | medium | Milestone: | 2.0 |
Component: | General | Version: | |
Severity: | major | Keywords: | MgFeatureQueryOptions::AddFeatureProperty |
Cc: | Trevor Wekel | External ID: | 985087 |
Description
Expected MgInvalidArgumentException is not thrown in MgFeatureQueryOptions::AddFeatureProperty() when adding an empty property name.
Step to recur:
- Construct a MgFeatureQueryOptions object.
- Call AddFeatureProperty() with an empty string as argument.
Sample code:
MgFeatureQueryOptions featQueryOpt = new MgFeatureQueryOptions();
MgInvalidArgumentException expected.
featQueryOpt.AddFeatureProperty("");
Expect result: MgInvalidArgumentException
Actual result: No exception thrown
Note:
See TracTickets
for help on using tickets.
Patch submitted by Jessica Cao
http://trac.osgeo.org/mapguide/changeset/2697