summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-01-14 21:16:21 +0000
committerDries Buytaert <dries@buytaert.net>2009-01-14 21:16:21 +0000
commitd3df2ff356b0b5802e406de32bbe8727af3128b5 (patch)
treedb6df37d436e550f8523c21beda5c2b0f6bd251c /modules/simpletest/tests
parent534287b1bc054a4141855ce472d3c400af7d6784 (diff)
downloadbrdo-d3df2ff356b0b5802e406de32bbe8727af3128b5.tar.gz
brdo-d3df2ff356b0b5802e406de32bbe8727af3128b5.tar.bz2
- Patch #225562 by Jody Lynn et al: clean up of the taxonomy module SQL table namespace.
Diffstat (limited to 'modules/simpletest/tests')
-rw-r--r--modules/simpletest/tests/taxonomy_test.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/simpletest/tests/taxonomy_test.install b/modules/simpletest/tests/taxonomy_test.install
index 693101dd1..0369763d6 100644
--- a/modules/simpletest/tests/taxonomy_test.install
+++ b/modules/simpletest/tests/taxonomy_test.install
@@ -18,7 +18,7 @@ function taxonomy_test_schema() {
'unsigned' => TRUE,
'not null' => TRUE,
'default' => 0,
- 'description' => 'The {term_data}.tid of the term.',
+ 'description' => 'The {taxonomy_term_data}.tid of the term.',
),
'name' => array(
'type' => 'varchar',