projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68d2427
)
Fixed test case for new
author
Aaron Bentley
<abentley@panoramicfeedback.com>
Wed, 18 May 2005 16:53:32 +0000
(16:53 +0000)
committer
Aaron Bentley
<abentley@panoramicfeedback.com>
Wed, 18 May 2005 16:53:32 +0000
(16:53 +0000)
becommands/new.py
patch
|
blob
|
history
diff --git
a/becommands/new.py
b/becommands/new.py
index df97236265f59b2427b3011b59d23249a7e7ebe6..f16306d1051347c4661eb6cc29336cccb139acb4 100644
(file)
--- 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