aboutsummaryrefslogtreecommitdiffstats
path: root/becommands/new.py
diff options
context:
space:
mode:
Diffstat (limited to 'becommands/new.py')
-rw-r--r--becommands/new.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/becommands/new.py b/becommands/new.py
index f16306d..7bd2382 100644
--- a/becommands/new.py
+++ b/becommands/new.py
@@ -27,12 +27,12 @@ def execute(args):
Created bug with ID a
>>> bug = list(dir.list())[0]
>>> bug.summary
- 'this is a test'
+ u'this is a test'
>>> bug.creator = os.environ["LOGNAME"]
>>> bug.time <= int(time.time())
True
>>> bug.severity
- 'minor'
+ u'minor'
>>> bug.target == None
True
>>> tests.clean_up()