| Source path: hg/ src/ kml/ testsuite/ unittests.py Download zip | tar.gz |
|
|
|
|
Change log
faa2c5f08073
by Rob Shinn <rob.shinn>
on Oct 6, 2010
Diff
update docstring of testsuite.unittests.cloneTest to reflect recently surfaced bugs in lists containing object instances.
| Go to: |
Project members,
sign in to write a code review
Older revisions
649963d981e2
by Rob Shinn <rob.shinn>
on Oct 6, 2010
Diff
- fixed major bugs in Feature relating to child tags leaking into the parent. - finally added parsing in Feature.parseKMLNode for all support elements of Feature
d2e44bcdccea
by Rob Shinn <rob.shinn>
on Oct 5, 2010
Diff
fix bug found in kml.Container relating to self.children where new instances of subclasses would get data leaked through from previous instances.