summaryrefslogtreecommitdiffstats
path: root/xmlserializer
diff options
context:
space:
mode:
authorKevin Rocard <kevin.rocard@intel.com>2015-02-10 20:45:35 +0100
committerKevin Rocard <kevin.rocard@intel.com>2015-02-10 20:50:12 +0100
commit794fea64ed11b6c2b2604c3a0daa374c885f09d6 (patch)
tree7824cd7f46aa58a83633dfab8833f6ca5b26ddd3 /xmlserializer
parentf39078a6c340431a749ded1f69deb6c646de531c (diff)
downloadexternal_parameter-framework-794fea64ed11b6c2b2604c3a0daa374c885f09d6.zip
external_parameter-framework-794fea64ed11b6c2b2604c3a0daa374c885f09d6.tar.gz
external_parameter-framework-794fea64ed11b6c2b2604c3a0daa374c885f09d6.tar.bz2
Use minidom factory methods in xml coverage generator
The exportToXML was creating an minidom.Element using it's constructor, which is forbidden in the documentation: > Applications should not instantiate the classes themselves; they should use the creator functions available on the Document object. http://docs.python.org/library/xml.dom.minidom.html Since python 3.4 this method no longer works (private interface change) thus the xml coverage generation was broken. Fix by calling the recommended method Document.createElement. See bug: http://bugs.python.org/issue15290 Signed-off-by: Kevin Rocard <kevin.rocard@intel.com>
Diffstat (limited to 'xmlserializer')
0 files changed, 0 insertions, 0 deletions