summaryrefslogtreecommitdiff
path: root/testsuite.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2012-12-13 14:14:08 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2012-12-13 14:14:08 +0100
commitd80409002cf3c3fc64d86268decf802ce542db5f (patch)
tree76185d0e3eb7e1e718f4abd276b5363c85689f4e /testsuite.py
parent5dcdfc27b61c8141e0e93941ebd92cce655c8133 (diff)
Rename 'Kempty' to 'empty'.
Diffstat (limited to 'testsuite.py')
-rw-r--r--testsuite.py4
1 files changed, 2 insertions, 2 deletions
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")