From b562ffc9c7ed5ce63a55c182d74783360bbeef60 Mon Sep 17 00:00:00 2001 From: Petr Šplíchal Date: Mon, 9 Jul 2012 14:55:57 +0200 Subject: Forgotten 'notes' in the list of test case attributes --- source/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/api.py') 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: -- cgit