Opened 16 years ago

Closed 16 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:

  1. Construct a MgFeatureQueryOptions object.
  1. 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 (1)

comment:1 by trevorwekel, 16 years ago

Resolution: fixed
Status: newclosed

Patch submitted by Jessica Cao

http://trac.osgeo.org/mapguide/changeset/2697

Note: See TracTickets for help on using tickets.