]> code.ossystems Code Review - openembedded-core.git/commitdiff
oeqa/core/case: fix typo on comment about exception name
authorLeonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Fri, 26 May 2017 20:37:49 +0000 (15:37 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 30 May 2017 09:15:22 +0000 (10:15 +0100)
Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/core/case.py

index d2dbf20f9eee0b114e44813db531c6e0afd1b3c4..917a2aa3f8dfcc6f5a20fdbd9e9d5b78bc71103f 100644 (file)
@@ -23,7 +23,7 @@ class OETestCase(unittest.TestCase):
 
     # td_vars has the variables needed by a test class
     # or test case instance, if some var isn't into td a
-    # OEMissingVariable exception is raised
+    # OEQAMissingVariable exception is raised
     td_vars = None
 
     @classmethod