[Erp5-report] r21681 - /erp5/trunk/products/ERP5/tests/testPackingList.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Jun 18 14:58:48 CEST 2008


Author: jerome
Date: Wed Jun 18 14:58:45 2008
New Revision: 21681

URL: http://svn.erp5.org?rev=21681&view=rev
Log:
fix indentation with \t

Modified:
    erp5/trunk/products/ERP5/tests/testPackingList.py

Modified: erp5/trunk/products/ERP5/tests/testPackingList.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testPackingList.py?rev=21681&r1=21680&r2=21681&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testPackingList.py (original)
+++ erp5/trunk/products/ERP5/tests/testPackingList.py Wed Jun 18 14:58:45 2008
@@ -140,7 +140,7 @@
     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(), \




More information about the Erp5-report mailing list