summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Šplíchal <psplicha@redhat.com>2012-07-09 14:55:57 +0200
committerPetr Šplíchal <psplicha@redhat.com>2012-07-09 14:56:16 +0200
commitb562ffc9c7ed5ce63a55c182d74783360bbeef60 (patch)
tree88eb849969cf5a66b6439e2dafce532e7569ee38
parent80a93c3534a5c3b3568ffbd118fd02f15fa8eb89 (diff)
downloadpython-nitrate-b562ffc9c7ed5ce63a55c182d74783360bbeef60.tar.gz
python-nitrate-b562ffc9c7ed5ce63a55c182d74783360bbeef60.tar.xz
python-nitrate-b562ffc9c7ed5ce63a55c182d74783360bbeef60.zip
Forgotten 'notes' in the list of test case attributes
-rw-r--r--source/api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/api.py b/source/api.py
index 6c1dfb3..708aad3 100644
--- a/source/api.py
+++ b/source/api.py
@@ -2870,7 +2870,7 @@ class TestCase(Mutable):
# Prepare attributes, check test case hash, initialize
self._attributes = """arguments author automated autoproposed bugs
- category components manual plans priority product script
+ category components manual notes plans priority product script
sortkey status summary tags tester testplans time""".split()
testcasehash = kwargs.get("testcasehash")
if testcasehash: