intvsteve / VINTage

Various Intellivision-related projects, including the LTO Flash! User Interface application.
GNU General Public License v2.0
3 stars 1 forks source link

Fix ProgramDescription.Copy() #282

Closed intvsteve closed 5 years ago

intvsteve commented 5 years ago

Failed to make deep copy of XmlVendor. Renamed XmlVendorName to XmlVendor. Added test code for XmlVendor. Added validation that MetadataString members were actually deep copied, not shallow-copied.