From: Aaron Bentley Date: Wed, 18 May 2005 16:53:32 +0000 (+0000) Subject: Fixed test case for new X-Git-Tag: 1.0.0~288 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1cada35b2e3f63d53621f5db1af0c699351c3092;p=be.git Fixed test case for new --- diff --git a/becommands/new.py b/becommands/new.py index df97236..f16306d 100644 --- a/becommands/new.py +++ b/becommands/new.py @@ -23,7 +23,7 @@ def execute(args): >>> dir = tests.bug_arch_dir() >>> os.chdir(dir.dir) >>> names.uuid = lambda: "a" - >>> execute (("this is a test",)) + >>> execute (["this is a test",]) Created bug with ID a >>> bug = list(dir.list())[0] >>> bug.summary