Skip to content

Commit

Permalink
fixed broken test related to populating a non-abstract base class
Browse files Browse the repository at this point in the history
  • Loading branch information
craiggwilson committed Aug 9, 2010
1 parent 9b0e02b commit 1ff7ff6
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -41,6 +41,8 @@ public object BuildObject()
{
//we'll assume that this is the root class in the hierarchy.
_concreteEntityBuilder = new ConcreteClassMapBuilder(_classMap);
foreach (var pair in _properties)
_concreteEntityBuilder.AddProperty(pair.Key, pair.Value);
}

return _concreteEntityBuilder.BuildObject();
Expand Down

0 comments on commit 1ff7ff6

Please sign in to comment.