Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
xmlsitemap
Commits
bc2ff6e7
Commit
bc2ff6e7
authored
Apr 30, 2010
by
Dave Reid
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
by Dave Reid: Fixed another test failure.
parent
7e899523
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
xmlsitemap.test
xmlsitemap.test
+1
-1
No files found.
xmlsitemap.test
View file @
bc2ff6e7
...
...
@@ -646,7 +646,7 @@ class XMLSitemapFunctionalTest extends XMLSitemapTestHelper {
function
testBaseURL
()
{
$edit
=
array
(
'xmlsitemap_base_url'
=>
''
);
$this
->
drupalPost
(
'admin/config/search/xmlsitemap/settings'
,
$edit
,
t
(
'Save configuration'
));
$this
->
assertText
(
t
(
'
B
ase URL field is required.'
));
$this
->
assertText
(
t
(
'
Default b
ase URL field is required.'
));
$edit
=
array
(
'xmlsitemap_base_url'
=>
'invalid'
);
$this
->
drupalPost
(
'admin/config/search/xmlsitemap/settings'
,
$edit
,
t
(
'Save configuration'
));
...
...
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