Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
138
Merge Requests
138
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
erp5
Commits
5c045b97
Commit
5c045b97
authored
Nov 13, 2023
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ui_test: remove testUpdateFromSvn
This test is disabled and we don't use svn anymore
parent
c633ecef
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
178 deletions
+0
-178
bt5/erp5_ui_test/PathTemplateItem/portal_tests/business_template_zuite/testUpdateFromSvn.xml
...ortal_tests/business_template_zuite/testUpdateFromSvn.xml
+0
-62
bt5/erp5_ui_test/PathTemplateItem/portal_tests/business_template_zuite/testUpdateFromSvn.zpt
...ortal_tests/business_template_zuite/testUpdateFromSvn.zpt
+0
-116
No files found.
bt5/erp5_ui_test/PathTemplateItem/portal_tests/business_template_zuite/testUpdateFromSvn.xml
deleted
100644 → 0
View file @
c633ecef
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"ZopePageTemplate"
module=
"Products.PageTemplates.ZopePageTemplate"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
_bind_names
</string>
</key>
<value>
<object>
<klass>
<global
name=
"_reconstructor"
module=
"copy_reg"
/>
</klass>
<tuple>
<global
name=
"NameAssignments"
module=
"Shared.DC.Scripts.Bindings"
/>
<global
name=
"object"
module=
"__builtin__"
/>
<none/>
</tuple>
<state>
<dictionary>
<item>
<key>
<string>
_asgns
</string>
</key>
<value>
<dictionary>
<item>
<key>
<string>
name_subpath
</string>
</key>
<value>
<string>
traverse_subpath
</string>
</value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</state>
</object>
</value>
</item>
<item>
<key>
<string>
content_type
</string>
</key>
<value>
<string>
text/html
</string>
</value>
</item>
<item>
<key>
<string>
expand
</string>
</key>
<value>
<int>
0
</int>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
testUpdateFromSvn
</string>
</value>
</item>
<item>
<key>
<string>
output_encoding
</string>
</key>
<value>
<string>
utf-8
</string>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<unicode></unicode>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
bt5/erp5_ui_test/PathTemplateItem/portal_tests/business_template_zuite/testUpdateFromSvn.zpt
deleted
100644 → 0
View file @
c633ecef
<html
xmlns:tal=
"http://xml.zope.org/namespaces/tal"
xmlns:metal=
"http://xml.zope.org/namespaces/metal"
>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=UTF-8"
>
<title>
Test Update From Svn (expected failure)
</title>
</head>
<body>
<table
cellpadding=
"1"
cellspacing=
"1"
border=
"1"
>
<thead>
<tr><td
rowspan=
"1"
colspan=
"3"
>
Test update from svn (You
must have checkout a copy of test_core in your svn dir) (expected failure)
</td></tr>
</thead><tbody>
<tal:block
tal:condition=
"python: context.TestTool_getSkinName()!='Mobile'"
>
<tal:block
metal:use-macro=
"here/BTZuite_CommonTemplate/macros/init"
/>
<tr>
<td>
open
</td>
<td>
${base_url}/portal_templates/TemplateTool_viewUpdateRepositoryBusinessTemplateListDialog
</td>
<td></td>
</tr>
<tr>
<td>
clickAndWait
</td>
<td>
Base_callDialogMethod:method
</td>
<td></td>
</tr>
<tr>
<td>
assertTextPresent
</td>
<td>
Business templates updated successfully.
</td>
<td></td>
</tr>
<tr>
<td>
open
</td>
<td>
${base_url}/portal_templates/TemplateTool_callViewInstallRepositoryBusinessTemplateListDialog
</td>
<td></td>
</tr>
<tr>
<td>
click
</td>
<td>
//tr[@class='listbox-data-line-5 DataB']//input[@type='checkbox']
</td>
<td></td>
</tr>
<tr>
<td>
clickAndWait
</td>
<td>
Base_callDialogMethod:method
</td>
<td></td>
</tr>
<tr>
<td>
clickAndWait
</td>
<td>
Base_callDialogMethod:method
</td>
<td></td>
</tr>
<tr>
<td>
assertTextPresent
</td>
<td>
Business Template test_core installed
</td>
<td></td>
</tr>
<tr>
<td>
open
</td>
<td>
${base_url}/foo_module/Zuite_waitForActivities
</td>
<td></td>
</tr>
<tr>
<td>
assertTextPresent
</td>
<td>
Done.
</td>
<td></td>
</tr>
<tr>
<td>
open
</td>
<td>
${base_url}/portal_templates/view
</td>
<td></td>
</tr>
<tr>
<td>
type
</td>
<td>
listbox_title
</td>
<td>
test_core
</td>
</tr>
<tr>
<td>
clickAndWait
</td>
<td>
hidden_button
</td>
<td></td>
</tr>
<!--
XXX (Ivan): Disable Revert & Update Business Template from VCS as this requires respective
proper "Working Copy List" settings in preferences (otherwise Unauthorized is raised and UI test run is blocked).
As tests are executed under SlapOS environment this is still not properly defined how to do.
-->
<!--
<tr>
<td>clickAndWait</td>
<td>link=Installed</td>
<td></td>
</tr>
<tr>
<td>selectAndWait</td>
<td>select_action</td>
<td>label=Revert & Update Business Template from VCS</td>
</tr>
<tr>
<td>clickAndWait</td>
<td>dialog_submit_button</td>
<td></td>
</tr>
-->
<tr>
<td>
open
</td>
<td
tal:content=
"string: ${here/portal_url}/foo_module/BTZuite_reset?end=1"
/>
<td></td>
</tr>
<tr>
<td>
assertTextPresent
</td>
<td>
Reset Successfully.
</td>
<td></td>
</tr>
</tal:block>
</body>
</html>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment