summaryrefslogtreecommitdiff
path: root/modules/field/field.test
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-09-21 07:56:09 +0000
committerDries Buytaert <dries@buytaert.net>2009-09-21 07:56:09 +0000
commitef33d44f66202a8d558fbefcb9346ed5752f92c4 (patch)
treeaef126a57132f100a82f03565ebf1146842b0e10 /modules/field/field.test
parenta32c8ecfffb62cdb70f23a7a094c64a2b9503802 (diff)
downloadbrdo-ef33d44f66202a8d558fbefcb9346ed5752f92c4.tar.gz
brdo-ef33d44f66202a8d558fbefcb9346ed5752f92c4.tar.bz2
- Patch #556018 by Damien Tournoud, dereine | sun: rename drupal_to_js() and drupal_json() for consistency and readability.
Diffstat (limited to 'modules/field/field.test')
-rw-r--r--modules/field/field.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/field/field.test b/modules/field/field.test
index 34a561392..9d770076f 100644
--- a/modules/field/field.test
+++ b/modules/field/field.test
@@ -1405,7 +1405,7 @@ class FieldFormTestCase extends FieldTestCase {
$this->drupalPost(NULL, $edit, $submit);
unset($this->additionalCurlOptions[CURLOPT_URL]);
- // The response is drupal_json, so we need to undo some escaping.
+ // The response is drupal_json_output, so we need to undo some escaping.
$commands = json_decode(str_replace(array('\x3c', '\x3e', '\x26'), array("<", ">", "&"), $this->drupalGetContent()));
// The JSON response will be two AJAX commands. The first is a settings