fixed test

This commit is contained in:
Andreas Preikschat 2013-02-16 12:46:57 +01:00
parent a40defdeab
commit 434349b47d
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ class TestFormattingTags(TestCase):
# WHEN: Get the display tags.
FormattingTags.load_tags()
old_tags_list = FormattingTags.get_html_tags()
old_tags_list = copy.deepcopy(FormattingTags.get_html_tags())
FormattingTags.load_tags()
new_tags_list = FormattingTags.get_html_tags()