Commit ca30e3cd authored by Lucas Carvalho's avatar Lucas Carvalho

Changed the date format from 'Thu, Aug 2009 15:26 PM' to 'Thu, 20 Aug 2009 15:26 PM'.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28529 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1cb6e352
......@@ -750,7 +750,7 @@ class TestCommerce(ERP5TypeTestCase):
formated_date = sale_order.SaleOrder_getFormattedCreationDate()
formated_price = sale_order.SaleOrder_getFormattedTotalPrice()
self.assertEqual(sale_order.getCreationDate().strftime('%a, %b %Y %H:%M %p'), formated_date)
self.assertEqual(sale_order.getCreationDate().strftime('%a, %d %b %Y %H:%M %p'), formated_date)
self.assertEqual('%s %s' %('20.0', sale_order.getPriceCurrencyTitle()), formated_price)
def test_16_getSelectedShippingResource(self, quiet=0, run=run_all_test):
......
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