Commit 6eda0d6a authored by Lucas Carvalho's avatar Lucas Carvalho

22-03-2011 lucas

- Fixed tests titles by adding the prefix How-to. It will be easier to identify where such tests comes from in case of failure.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44506 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0536f940
......@@ -40,14 +40,14 @@
xmlns:metal="http://xml.zope.org/namespaces/metal">\n
<head>\n
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">\n
<title>Full Text Search</title>\n
<title>How-To Full Text Search</title>\n
</head>\n
<body tal:define="configuration python: here.Zuite_getHowToInfo();\n
search_name_string python: configuration[\'full_text_person_title\'];\n
search_organisation_string python: configuration[\'full_text_organisation_title\'];">\n
<table cellpadding="1" cellspacing="1" border="1">\n
<thead>\n
<tr><td rowspan="1" colspan="3">Full Text Search</td></tr>\n
<tr><td rowspan="1" colspan="3">How-To Full Text Search</td></tr>\n
</thead><tbody>\n
\n
<span metal:use-macro="container/Zuite_viewTestMacroLibrary/macros/init_test_environment">init</span>\n
......
......@@ -40,12 +40,12 @@
xmlns:metal="http://xml.zope.org/namespaces/metal">\n
<head>\n
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">\n
<title>I18n</title>\n
<title>How-To Instance I18n</title>\n
</head>\n
<body>\n
<table cellpadding="1" cellspacing="1" border="1">\n
<thead>\n
<tr><td rowspan="1" colspan="3">I18n</td></tr>\n
<tr><td rowspan="1" colspan="3">How-To Instance I18n</td></tr>\n
</thead><tbody>\n
\n
<span metal:use-macro="container/Zuite_viewTestMacroLibrary/macros/init_test_environment">init</span>\n
......
......@@ -40,12 +40,12 @@
xmlns:metal="http://xml.zope.org/namespaces/metal">\n
<head>\n
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">\n
<title>How-to Person & Org. Linking</title>\n
<title>How-to Person and Organisation linking</title>\n
</head>\n
<body>\n
<table cellpadding="1" cellspacing="1" border="1">\n
<thead>\n
<tr><td rowspan="1" colspan="3">Person and Organisation linking</td></tr>\n
<tr><td rowspan="1" colspan="3">How-to Person and Organisation linking</td></tr>\n
</thead><tbody>\n
\n
<span metal:use-macro="container/Zuite_viewTestMacroLibrary/macros/init_test_environment">init</span>\n
......
......@@ -40,7 +40,7 @@
xmlns:metal="http://xml.zope.org/namespaces/metal">\n
<head>\n
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">\n
<title>The 4 How-to related to Sales</title>\n
<title>How-to Sale Order / Packing List / Invoices / Payment</title>\n
</head>\n
<body>\n
<table cellpadding="1" cellspacing="1" border="1">\n
......
22-03-2011 lucas
- Fixed tests titles by adding the prefix How-to. It will be easier to identify where such tests comes from in case of failure.
22-03-2011 lucas
- Make the test testHowToInstanceI18N independent of ERP5 front page.
- Fixed the listbox element name.
......
752
\ No newline at end of file
753
\ No newline at end of file
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