Commit 987a0dd7 authored by Jérome Perrin's avatar Jérome Perrin

fix indentation with \t


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21681 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9f0556db
......@@ -140,7 +140,7 @@ class TestPackingListMixin(TestOrderMixin):
self.assertEquals(packing_list.getSource(), order.getSource())
self.assertEquals(packing_list.getDestination(), order.getDestination())
self.assertEquals(packing_list.getDestinationSection(), \
order.getDestinationSection())
order.getDestinationSection())
self.assertEquals(packing_list.getSourceSection(), \
order.getSourceSection())
self.assertEquals(packing_list.getSourceDecision(), \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment