[gnome-continuous-yocto/gnomeostree-3.28-rocko: 6058/8267] oeqa/core/case: fix typo on comment about exception name



commit de06dd1e497faa0df03e0099ef39e6d722e1c551
Author: Leonardo Sandoval <leonardo sandoval gonzalez linux intel com>
Date:   Fri May 26 15:37:49 2017 -0500

    oeqa/core/case: fix typo on comment about exception name
    
    (From OE-Core rev: 943a2a30e84660b412df4f1d60fb7e2e46764c50)
    
    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 |    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 d2dbf20..917a2aa 100644
--- a/meta/lib/oeqa/core/case.py
+++ b/meta/lib/oeqa/core/case.py
@@ -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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]