Repository : http://git.fedorahosted.org/cgit/fedocal.git
On branch : master
commit 5805ba4b5bbe29b4ee20f01409959e3739140bd3 Author: Pierre-Yves Chibon pingou@pingoured.fr Date: Sat Nov 10 19:22:02 2012 +0100
Fix tests test_fedocallib
fedocal/tests/test_fedocallib.py | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/fedocal/tests/test_fedocallib.py b/fedocal/tests/test_fedocallib.py index 5018632..04444d3 100644 --- a/fedocal/tests/test_fedocallib.py +++ b/fedocal/tests/test_fedocallib.py @@ -50,8 +50,7 @@ from fedocallib.exceptions import UserNotAllowed, InvalidMeeting from tests import Modeltests, TODAY
RESULT_CALENDAR_HTML = '<table class="month">\n'\ -'<tr><th colspan="7" class="month"><a class="button" href="#"><'\ -'</a> November 2012 <a class="button" href="#">></a></th></tr>\n'\ +'<tr><th colspan="7" class="month"> November 2012 </th></tr>\n'\ '<tr><td class="noday"> </td><td class="noday"> </td><td '\ 'class="noday"> </td><td class="thu">1</td><td class="fri">2</td>'\ '<td class="sat">3</td><td class="sun">4</td></tr>\n'\
fedocal-devel@lists.fedorahosted.org