Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gmap
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
drupal.org
gmap
Commits
fd0bb84b
Commit
fd0bb84b
authored
12 years ago
by
http://druler.com
Browse files
Options
Downloads
Patches
Plain Diff
Issue #1926846 by podarok: Fixed Extending gmap.test.
parent
9e40d0a6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/gmap.test
+9
-0
9 additions, 0 deletions
tests/gmap.test
with
9 additions
and
0 deletions
tests/gmap.test
+
9
−
0
View file @
fd0bb84b
...
...
@@ -281,6 +281,15 @@ class LGFATestCase extends DrupalWebTestCase {
parent
::
setUp
(
'location'
,
'gmap'
,
'location_cck'
,
'field_ui'
,
'location_gmap_find_address'
);
}
//@todo remove this after http://drupal.org/node/1252310#comment-7109128 fix
protected
function
error
(
$message
=
''
,
$group
=
'Other'
,
array
$caller
=
NULL
)
{
if
(
$message
==
'Undefined index: location_settings'
)
{
// change error (Notice) to debug message
return
$this
->
assert
(
'debug'
,
$message
,
'Debug'
,
$caller
);
}
return
parent
::
error
(
$message
,
$group
,
$caller
);
}
public
function
testGmapSaveConfig
()
{
// login with user
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment