From d80409002cf3c3fc64d86268decf802ce542db5f Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Thu, 13 Dec 2012 14:14:08 +0100 Subject: Rename 'Kempty' to 'empty'. --- testsuite.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuite.py') diff --git a/testsuite.py b/testsuite.py index 4aa1425..7b8a82c 100644 --- a/testsuite.py +++ b/testsuite.py @@ -842,7 +842,7 @@ def run_selftests(): print "Testing get_defconfig_filename()..." - c = kconfiglib.Config("Kconfiglib/tests/Kempty") + c = kconfiglib.Config("Kconfiglib/tests/empty") verify(c.get_defconfig_filename() is None, "get_defconfig_filename() should be None with no defconfig_list " "symbol") @@ -871,7 +871,7 @@ def run_selftests(): print "Testing get_mainmenu_text()..." - c = kconfiglib.Config("Kconfiglib/tests/Kempty") + c = kconfiglib.Config("Kconfiglib/tests/empty") verify(c.get_mainmenu_text() is None, "An empty Kconfig should not have a mainmenu text") -- cgit v1.2.3