Maslosoft / Mangan

MongoDB Object Persister/ODM
https://maslosoft.com/mangan/
Other
5 stars 0 forks source link

Add test case for embedded class change from external source #67

Closed pmaselkowski closed 8 years ago

pmaselkowski commented 8 years ago

Scenario:

  1. Class has free embedding field
  2. Embedded class: HtmlBlock
  3. In JSON change this to: ContactForm
  4. Set this from JsonArray or SafeArray
  5. Save Expected: Embedded type should be ContactForm Current: Embedded type is still HtmlBlock