---
** [tickets:#7581] TestSVNRepo.test_log fails with svn 1.8**
**Status:** open
**Milestone:** forge-jul-25
**Created:** Tue Jul 22, 2014 06:54 PM UTC by Dave Brondsema
**Last Updated:** Tue Jul 22, 2014 06:54 PM UTC
**Owner:** nobody
`forgesvn.tests.model.test_repository:TestSVNRepo.test_log` fails with svn 1.8.
It returns size -1 instead of size 0
~~~~
File "/vagrant/allura/ForgeSVN/forgesvn/tests/model/test_repository.py", line
320, in test_log
'size': 0}])
AssertionError: Lists differ: [{'parents': [5], 'refs': ['HE... != [{'size': 0,
'parents': [5], '...
First differing element 0:
{'parents': [5], 'refs': ['HEAD'], 'committed': {'date':
datetime.datetime(2013, 11, 8, 13, 38, 11, 152821), 'name': u'coldmind',
'email': ''}, 'message': u'', 'rename_details': {}, 'id': 6, 'authored':
{'date': datetime.datetime(2013, 11, 8, 13, 38, 11, 152821), 'name':
u'coldmind', 'email': ''}, 'size': -1}
{'size': 0, 'parents': [5], 'committed': {'date': datetime.datetime(2013, 11,
8, 13, 38, 11, 152821), 'name': u'coldmind', 'email': ''}, 'refs': ['HEAD'],
'rename_details': {}, 'message': u'', 'authored': {'date':
datetime.datetime(2013, 11, 8, 13, 38, 11, 152821), 'name': u'coldmind',
'email': ''}, 'id': 6}
Diff is 2782 characters long. Set self.maxDiff to None to see it.
~~~~
---
Sent from sourceforge.net because [email protected] is subscribed to
https://sourceforge.net/p/allura/tickets/
To unsubscribe from further messages, a project admin can change settings at
https://sourceforge.net/p/allura/admin/tickets/options. Or, if this is a
mailing list, you can unsubscribe from the mailing list.