Commit ab696283 authored by Aurel's avatar Aurel

add bt5 that contains user tutorials tests & activate them

parent 5ec2f886
erp5_configurator_standard
erp5_ui_test_core
erp5_run_my_doc
\ No newline at end of file
681
\ No newline at end of file
682
\ No newline at end of file
......@@ -56,9 +56,15 @@
"""\n
test_list = []\n
count = 0\n
portal = context.getPortalObject()\n
for url in url_list:\n
count += 1\n
test_list.append((context.Zuite_urlRead(url, safe_return=1), \'%s %s\' % (count, url)),)\n
if "http" not in url:\n
# local content\n
data = portal.restrictedTraverse(url).TestPage_viewSeleniumTest()\n
else:\n
data = context.Zuite_urlRead(url, safe_return=1)\n
test_list.append((data, \'%s %s\' % (count, url)),)\n
\n
return context.Zuite_createAndLaunchSeleniumTest(test_list=test_list,\n
zuite_id=zuite_id)\n
......
66
\ No newline at end of file
67
\ No newline at end of file
30-12-2013 aurel
- Initial release
\ No newline at end of file
This bt5 contains user documentation
\ No newline at end of file
Copyright 2013, Nexedi SA
\ No newline at end of file
This bt5 contains user documentation
\ No newline at end of file
Creative Common Attribution NonCommercial ShareAlike
\ No newline at end of file
None
\ No newline at end of file
1
\ No newline at end of file
test_page_module/developer-Test.Page.Sample
test_page_module/user-HowTo.Change.Language-TESTONLY
test_page_module/user-Howto.Create.and.Manage.Products
test_page_module/user-Howto.Create.A.Payment
test_page_module/user-Howto.Create.Bank.Account
test_page_module/user-Howto.Create.Campaigns
test_page_module/user-Howto.Create.Organisations
test_page_module/user-Howto.Create.Outgoing.Events
test_page_module/user-Howto.Create.Outgoing.Events/**
test_page_module/user-Howto.Create.Persons
test_page_module/user-Howto.Create.Persons/**
test_page_module/user-Howto.Create.Sale.Orders
test_page_module/user-Howto.Create.Trade.Conditions
test_page_module/user-Howto.Create.Trade.Conditions/**
test_page_module/user-Howto.Generate.Report
test_page_module/user-Howto.Link.Persons.and.Organisations
test_page_module/user-Howto.Manage.Invoices
test_page_module/user-Howto.Manage.Invoices/**
test_page_module/user-Howto.Manage.Packing.Lists
test_page_module/user-Howto.Manage.Packing.Lists/**
test_page_module/user-Howto.Manage.Support.Request
test_page_module/user-Howto.Manage.Support.Request/**
test_page_module/user-Howto.Post.Outgoing.Events
test_page_module/user-HowTo.Use.FullText.Search-TESTONLY
This diff is collapsed.
erp5_user_tutorial
\ No newline at end of file
5.4.7
\ No newline at end of file
......@@ -117,6 +117,10 @@ my_organisation.setRole(\'supplier\')\n
my_organisation.setGroup(\'my_group\')\n
my_organisation.validate()\n
\n
bank_account = my_organisation.newContent(portal_type="Bank Account",\n
title=howto_dict["sale_howto_bank_account_title"],\n
reference=howto_dict["sale_howto_bank_account_reference"],)\n
\n
organisation = portal.organisation_module.newContent(portal_type=\'Organisation\',\n
title=howto_dict[\'sale_howto_organisation2_title\'],\n
corporate_name=howto_dict[\'sale_howto_organisation2_title\'])\n
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
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