aboutsummaryrefslogtreecommitdiffstats
path: root/becommands/assign.py
diff options
context:
space:
mode:
authorAaron Bentley <aaron.bentley@utoronto.ca>2006-04-01 14:14:55 -0500
committerAaron Bentley <aaron.bentley@utoronto.ca>2006-04-01 14:14:55 -0500
commit28da7287b32e070034b8c093938effeedb2eb54e (patch)
tree73ef5dd00ed463e5a3b7a8fcba92305712445567 /becommands/assign.py
parent9e774f72d807c509ed0fbb47bbd07a6fe5ea7464 (diff)
downloadbugseverywhere-28da7287b32e070034b8c093938effeedb2eb54e.tar.gz
Fixed test suite for the unicode switch
Diffstat (limited to 'becommands/assign.py')
-rw-r--r--becommands/assign.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/becommands/assign.py b/becommands/assign.py
index d682130..f3db6aa 100644
--- a/becommands/assign.py
+++ b/becommands/assign.py
@@ -31,7 +31,7 @@ def execute(args):
True
>>> execute(("a", "someone"))
>>> dir.get_bug("a").assigned
- 'someone'
+ u'someone'
>>> execute(("a","none"))
>>> dir.get_bug("a").assigned is None
True