From 6772ae4d0de720c79686e4107c67eeb72f62bbb5 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 16 Apr 2011 13:17:45 -0400 Subject: [PATCH] Fix doctest after Valtteri's import-xml patch. --- libbe/bug.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libbe/bug.py b/libbe/bug.py index 122c81a..adccf21 100644 --- a/libbe/bug.py +++ b/libbe/bug.py @@ -359,7 +359,7 @@ class Bug (settings_object.SavedSettingsObject): >>> bugB.xml(show_comments=True) == xml True >>> bugB.explicit_attrs # doctest: +NORMALIZE_WHITESPACE - ['severity', 'status', 'creator', 'created', 'summary'] + ['severity', 'status', 'creator', 'time', 'summary'] >>> len(list(bugB.comments())) 3 """ -- 2.26.2