Ticket #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:
1. Construct a MgFeatureQueryOptions? object.
2. 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
Change History
Note: See
TracTickets for help on using
tickets.
