Fixed test case for new
authorAaron Bentley <abentley@panoramicfeedback.com>
Wed, 18 May 2005 16:53:32 +0000 (16:53 +0000)
committerAaron Bentley <abentley@panoramicfeedback.com>
Wed, 18 May 2005 16:53:32 +0000 (16:53 +0000)
becommands/new.py

index df97236265f59b2427b3011b59d23249a7e7ebe6..f16306d1051347c4661eb6cc29336cccb139acb4 100644 (file)
@@ -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