[Erp5-report] r44506 lucas - in /erp5/trunk/bt5/erp5_user_tutorial_ui_test: PathTemplateIte...
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Mar 22 15:59:36 CET 2011
Author: lucas
Date: Tue Mar 22 15:59:36 2011
New Revision: 44506
URL: http://svn.erp5.org?rev=44506&view=rev
Log:
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.
Modified:
erp5/trunk/bt5/erp5_user_tutorial_ui_test/PathTemplateItem/portal_tests/user_tutorial_zuite/testHowToFullTextSearch.xml
erp5/trunk/bt5/erp5_user_tutorial_ui_test/PathTemplateItem/portal_tests/user_tutorial_zuite/testHowToInstanceI18N.xml
erp5/trunk/bt5/erp5_user_tutorial_ui_test/PathTemplateItem/portal_tests/user_tutorial_zuite/testHowToPersonAndOrganisationLinking.xml
erp5/trunk/bt5/erp5_user_tutorial_ui_test/PathTemplateItem/portal_tests/user_tutorial_zuite/testHowToSaleOrder.xml
erp5/trunk/bt5/erp5_user_tutorial_ui_test/bt/change_log
erp5/trunk/bt5/erp5_user_tutorial_ui_test/bt/revision
Modified: erp5/trunk/bt5/erp5_user_tutorial_ui_test/PathTemplateItem/portal_tests/user_tutorial_zuite/testHowToFullTextSearch.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_user_tutorial_ui_test/PathTemplateItem/portal_tests/user_tutorial_zuite/testHowToFullTextSearch.xml?rev=44506&r1=44505&r2=44506&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_user_tutorial_ui_test/PathTemplateItem/portal_tests/user_tutorial_zuite/testHowToFullTextSearch.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_user_tutorial_ui_test/PathTemplateItem/portal_tests/user_tutorial_zuite/testHowToFullTextSearch.xml [utf8] Tue Mar 22 15:59:36 2011
@@ -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
Modified: erp5/trunk/bt5/erp5_user_tutorial_ui_test/PathTemplateItem/portal_tests/user_tutorial_zuite/testHowToInstanceI18N.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_user_tutorial_ui_test/PathTemplateItem/portal_tests/user_tutorial_zuite/testHowToInstanceI18N.xml?rev=44506&r1=44505&r2=44506&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_user_tutorial_ui_test/PathTemplateItem/portal_tests/user_tutorial_zuite/testHowToInstanceI18N.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_user_tutorial_ui_test/PathTemplateItem/portal_tests/user_tutorial_zuite/testHowToInstanceI18N.xml [utf8] Tue Mar 22 15:59:36 2011
@@ -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
Modified: erp5/trunk/bt5/erp5_user_tutorial_ui_test/PathTemplateItem/portal_tests/user_tutorial_zuite/testHowToPersonAndOrganisationLinking.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_user_tutorial_ui_test/PathTemplateItem/portal_tests/user_tutorial_zuite/testHowToPersonAndOrganisationLinking.xml?rev=44506&r1=44505&r2=44506&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_user_tutorial_ui_test/PathTemplateItem/portal_tests/user_tutorial_zuite/testHowToPersonAndOrganisationLinking.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_user_tutorial_ui_test/PathTemplateItem/portal_tests/user_tutorial_zuite/testHowToPersonAndOrganisationLinking.xml [utf8] Tue Mar 22 15:59:36 2011
@@ -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
Modified: erp5/trunk/bt5/erp5_user_tutorial_ui_test/PathTemplateItem/portal_tests/user_tutorial_zuite/testHowToSaleOrder.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_user_tutorial_ui_test/PathTemplateItem/portal_tests/user_tutorial_zuite/testHowToSaleOrder.xml?rev=44506&r1=44505&r2=44506&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_user_tutorial_ui_test/PathTemplateItem/portal_tests/user_tutorial_zuite/testHowToSaleOrder.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_user_tutorial_ui_test/PathTemplateItem/portal_tests/user_tutorial_zuite/testHowToSaleOrder.xml [utf8] Tue Mar 22 15:59:36 2011
@@ -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
Modified: erp5/trunk/bt5/erp5_user_tutorial_ui_test/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_user_tutorial_ui_test/bt/change_log?rev=44506&r1=44505&r2=44506&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_user_tutorial_ui_test/bt/change_log [utf8] (original)
+++ erp5/trunk/bt5/erp5_user_tutorial_ui_test/bt/change_log [utf8] Tue Mar 22 15:59:36 2011
@@ -1,4 +1,7 @@
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.
Modified: erp5/trunk/bt5/erp5_user_tutorial_ui_test/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_user_tutorial_ui_test/bt/revision?rev=44506&r1=44505&r2=44506&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_user_tutorial_ui_test/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_user_tutorial_ui_test/bt/revision [utf8] Tue Mar 22 15:59:36 2011
@@ -1 +1 @@
-752
\ No newline at end of file
+753
\ No newline at end of file
More information about the Erp5-report
mailing list