summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/tests
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/tests')
-rw-r--r--bitbake/lib/bb/tests/data.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/tests/data.py b/bitbake/lib/bb/tests/data.py
index ba30d12806..0903ba7cc3 100644
--- a/bitbake/lib/bb/tests/data.py
+++ b/bitbake/lib/bb/tests/data.py
@@ -465,7 +465,7 @@ class Serialize(unittest.TestCase):
465 os.remove(tmpfilename) 465 os.remove(tmpfilename)
466 466
467 self.assertEqual(d, newd) 467 self.assertEqual(d, newd)
468 self.assertEqual(newd.getVar('HELLO', True), 'world') 468 self.assertEqual(newd.getVar('HELLO'), 'world')
469 self.assertEqual(newd.getVarFlag('HELLO', 'other'), 'planet') 469 self.assertEqual(newd.getVarFlag('HELLO', 'other'), 'planet')
470 470
471 471