Commit e5b4eb9f authored by Lucas Carvalho's avatar Lucas Carvalho

- renamed SaleOrder_viewAsWebConfirm to SaleOrder_viewConfirmAsWeb

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28808 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 901187ca
......@@ -617,7 +617,7 @@ class TestCommerce(ERP5TypeTestCase):
# but it should work if the user is authenticated
self.changeUser('customer')
self.portal.SaleOrder_confirmShopping()
self.assertTrue(urllib.quote("SaleOrder_viewAsWebConfirm") in
self.assertTrue(urllib.quote("SaleOrder_viewConfirmAsWeb") in
request.RESPONSE.getHeader('location'))
def test_11_deleteShoppingCartItem(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