Author: gnichols Date: 2010-12-15 17:03:19 +0000 (Wed, 15 Dec 2010) New Revision: 690
Modified: trunk/v7/deviceclassdocument.py Log: 659789 - Enhance command set for better usability and control of testing
Modified: trunk/v7/deviceclassdocument.py =================================================================== --- trunk/v7/deviceclassdocument.py 2010-12-15 17:02:51 UTC (rev 689) +++ trunk/v7/deviceclassdocument.py 2010-12-15 17:03:19 UTC (rev 690) @@ -135,7 +135,7 @@ self.setAttribute(testElement, Attributes.device_class, test.getDeviceClass()) self.setAttribute(testElement, Attributes.device_bus, test.getDeviceBus()) self.setAttribute(testElement, Attributes.name, test.Name()) - self.setAttribute(testElement, Attributes.interactive, test.Interactive()) + self.setAttribute(testElement, Attributes.priority, test.Priority()) self.setAttribute(testElement, Attributes.mandatory, test.getMandatory()) self.setAttribute(testElement, Attributes.source, test.getSource()) self.element.appendChild(testElement)
v7-commits@lists.stg.fedorahosted.org