aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/command/target.py
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2010-01-21 12:52:24 -0500
committerW. Trevor King <wking@drexel.edu>2010-01-21 12:52:24 -0500
commite531ce31bd50db83919864fe3738914126337e91 (patch)
treecc61ea64f0a44f76260d9e3713ac1f25f1da9e21 /libbe/command/target.py
parent268cf3260b21f44c14c4b819ef7dc41db8b0c6cf (diff)
downloadbugseverywhere-e531ce31bd50db83919864fe3738914126337e91.tar.gz
Ajdust Target tests for cached BugDir.uuids() implementation
Diffstat (limited to 'libbe/command/target.py')
-rw-r--r--libbe/command/target.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbe/command/target.py b/libbe/command/target.py
index 4bfe82e..6bb348f 100644
--- a/libbe/command/target.py
+++ b/libbe/command/target.py
@@ -46,6 +46,7 @@ class Target (libbe.command.Command):
>>> ui.io.stdout = StringIO.StringIO()
>>> ret = ui.run(cmd, {'resolve':True}, ['tomorrow'])
>>> output = ui.io.get_stdout().strip()
+ >>> bd.flush_reload()
>>> target = bd.bug_from_uuid(output)
>>> print target.summary
tomorrow