Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5-Boxiang
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
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
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Hamza
erp5-Boxiang
Commits
c7a4b1ef
Commit
c7a4b1ef
authored
Jun 13, 2011
by
Gabriel Monnerat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix testWebSection_getDocumentUrl
parent
27509ec9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
bt5/erp5_web_ung_theme/TestTemplateItem/testUNG.py
bt5/erp5_web_ung_theme/TestTemplateItem/testUNG.py
+2
-2
bt5/erp5_web_ung_theme/bt/revision
bt5/erp5_web_ung_theme/bt/revision
+1
-1
No files found.
bt5/erp5_web_ung_theme/TestTemplateItem/testUNG.py
View file @
c7a4b1ef
...
...
@@ -271,11 +271,11 @@ class TestUNG(ERP5TypeTestCase):
self
.
stepTic
()
kw
=
dict
(
brain
=
web_illustration
)
url
=
self
.
portal
.
WebSection_getDocumentUrl
(
**
kw
)
pattern
=
"^http.*
\
/we
b
_page_module
\
/[
0
-9]+
\
/We
b
Illustration_viewEditor
\
?edi
t
able_mode
\
:i
n
t
\
=
1
"
pattern
=
"^http.*
\
/we
b
_page_module
\
/[
0
-9]+
\
?edi
t
able_mode
\
:i
n
t
\
=
1
"
self
.
assertNotEquals
(
re
.
search
(
pattern
,
url
),
None
)
kw
=
dict
(
brain
=
web_page
)
url
=
self
.
portal
.
WebSection_getDocumentUrl
(
**
kw
)
pattern
=
"^http.*
\
/we
b
_page_module
\
/[
0
-9]+
\
/We
b
Page_viewEditor
\
?edi
t
able_mode
\
:i
n
t
\
=
1
"
pattern
=
"^http.*
\
/we
b
_page_module
\
/[
0
-9]+
\
?edi
t
able_mode
\
:i
n
t
\
=
1
"
self
.
assertNotEquals
(
re
.
search
(
pattern
,
url
),
None
,
url
)
def
testBase_updateCalendarEventList
(
self
):
...
...
bt5/erp5_web_ung_theme/bt/revision
View file @
c7a4b1ef
369
\ No newline at end of file
370
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