summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests/database_test.install
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2013-12-25 14:57:44 -0500
committerDavid Rothstein <drothstein@gmail.com>2013-12-25 14:57:44 -0500
commitcbabb1a24bf40e74363efbf0401ba8d37b8c9799 (patch)
tree6bee867bdb60e2ceacf02ca670026f7dd2bcdd83 /modules/simpletest/tests/database_test.install
parent6c89f3924e7e375e634b52f539520b9125789431 (diff)
downloadbrdo-cbabb1a24bf40e74363efbf0401ba8d37b8c9799.tar.gz
brdo-cbabb1a24bf40e74363efbf0401ba8d37b8c9799.tar.bz2
Issue #2056363 by yched, Sweetchuck, chx: INSERT INTO table SELECT * FROM ... not supported.
Diffstat (limited to 'modules/simpletest/tests/database_test.install')
-rw-r--r--modules/simpletest/tests/database_test.install3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/simpletest/tests/database_test.install b/modules/simpletest/tests/database_test.install
index 867d81323..11361151f 100644
--- a/modules/simpletest/tests/database_test.install
+++ b/modules/simpletest/tests/database_test.install
@@ -87,6 +87,9 @@ function database_test_schema() {
),
);
+ $schema['test_people_copy'] = $schema['test_people'];
+ $schema['test_people_copy']['description'] = 'A duplicate version of the test_people table, used for additional tests.';
+
$schema['test_one_blob'] = array(
'description' => 'A simple table including a BLOB field for testing BLOB behavior.',
'fields' => array(