summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-11-21 15:53:39 -0500
committerNed Batchelder <ned@nedbatchelder.com>2009-11-21 15:53:39 -0500
commitccdd17ba27fcc1c715b18cb9f7573f1a4e45d998 (patch)
tree68dc7fe58157fec02cf07dab01da142473d987be
parent98061a5b4dbd83e0ccd84303d8e075ce640440d8 (diff)
downloadpython-coveragepy-ccdd17ba27fcc1c715b18cb9f7573f1a4e45d998.tar.gz
Broke a test when I renamed the debug output line.
-rw-r--r--test/test_cmdline.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_cmdline.py b/test/test_cmdline.py
index cedcec1..21639cd 100644
--- a/test/test_cmdline.py
+++ b/test/test_cmdline.py
@@ -355,7 +355,7 @@ class NewCmdLineTest(CmdLineTest):
self.command_line("debug sys")
out = self.stdout()
assert "version:" in out
- assert "data_file:" in out
+ assert "data_path:" in out
def testErase(self):
self.cmd_executes_same("erase", "-e")