summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Šplíchal <psplicha@redhat.com>2011-07-27 15:52:26 +0200
committerPetr Šplíchal <psplicha@redhat.com>2011-07-27 15:52:26 +0200
commit9eaf54202a3ce512be8a310b0ddb5fab61c0d040 (patch)
tree139f356c297704395951ef8f6f4c9d064dd6294b
parent2b32a6ebc99dbbbd1a840b29b1843ac8536d652c (diff)
downloadpython-nitrate-9eaf54202a3ce512be8a310b0ddb5fab61c0d040.tar.gz
python-nitrate-9eaf54202a3ce512be8a310b0ddb5fab61c0d040.tar.xz
python-nitrate-9eaf54202a3ce512be8a310b0ddb5fab61c0d040.zip
Nitrate: BZ#716499 fixed, re-enable product version update
-rw-r--r--Nitrate.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/Nitrate.py b/Nitrate.py
index ab7b30e..06bc31f 100644
--- a/Nitrate.py
+++ b/Nitrate.py
@@ -1584,8 +1584,7 @@ class TestPlan(Mutable):
hash["type"] = self.type.id
if self.parent is not None:
hash["parent"] = self.parent.id
- # Disabled until BZ#716499 is fixed
- # TODO hash["default_product_version"] = self.product.version.id
+ hash["default_product_version"] = self.product.version.id
log.info("Updating test plan " + self.identifier)
log.debug(pretty(hash))