diff options
-rw-r--r-- | meta/lib/oeqa/core/case.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/core/case.py b/meta/lib/oeqa/core/case.py index d2dbf20f9e..917a2aa3f8 100644 --- a/meta/lib/oeqa/core/case.py +++ b/meta/lib/oeqa/core/case.py | |||
@@ -23,7 +23,7 @@ class OETestCase(unittest.TestCase): | |||
23 | 23 | ||
24 | # td_vars has the variables needed by a test class | 24 | # td_vars has the variables needed by a test class |
25 | # or test case instance, if some var isn't into td a | 25 | # or test case instance, if some var isn't into td a |
26 | # OEMissingVariable exception is raised | 26 | # OEQAMissingVariable exception is raised |
27 | td_vars = None | 27 | td_vars = None |
28 | 28 | ||
29 | @classmethod | 29 | @classmethod |