diff options
author | Aaron Bentley <abentley@panoramicfeedback.com> | 2005-05-18 16:53:32 +0000 |
---|---|---|
committer | Aaron Bentley <abentley@panoramicfeedback.com> | 2005-05-18 16:53:32 +0000 |
commit | 1cada35b2e3f63d53621f5db1af0c699351c3092 (patch) | |
tree | 4f38ed5b0908b62e4f4acb27c0af0c654b005e78 | |
parent | 68d24277a1fbd47e3e5af21594ed0f3401669b90 (diff) | |
download | bugseverywhere-1cada35b2e3f63d53621f5db1af0c699351c3092.tar.gz |
Fixed test case for new
-rw-r--r-- | becommands/new.py | 2 |
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 |