Skip to content
Snippets Groups Projects
Commit fd0bb84b authored by http://druler.com's avatar http://druler.com
Browse files

Issue #1926846 by podarok: Fixed Extending gmap.test.

parent 9e40d0a6
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment