aboutsummaryrefslogtreecommitdiffstats
path: root/becommands
diff options
context:
space:
mode:
authorAaron Bentley <abentley@panoramicfeedback.com>2005-05-18 16:53:32 +0000
committerAaron Bentley <abentley@panoramicfeedback.com>2005-05-18 16:53:32 +0000
commit1cada35b2e3f63d53621f5db1af0c699351c3092 (patch)
tree4f38ed5b0908b62e4f4acb27c0af0c654b005e78 /becommands
parent68d24277a1fbd47e3e5af21594ed0f3401669b90 (diff)
downloadbugseverywhere-1cada35b2e3f63d53621f5db1af0c699351c3092.tar.gz
Fixed test case for new
Diffstat (limited to 'becommands')
-rw-r--r--becommands/new.py2
1 files changed, 1 insertions, 1 deletions
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