summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authoruckelman <uckelman@nomic.net>2010-04-27 21:00:26 +0000
committeruckelman <uckelman@nomic.net>2010-04-27 21:00:26 +0000
commite9e3a025c034537ad4949474a0651eb84cd6e8fe (patch)
treea7c77d0dd54b0c45652baca01d79814cac08266c /test
parent3c056655ee82d9a301d9f21d6f7fcc6fc3bfd59f (diff)
Fixed misplaced right parenthesis.
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6771 67b53d14-2c14-4ace-a08f-0dab2b34000c
Diffstat (limited to 'test')
-rw-r--r--test/BridgeTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/BridgeTest.php b/test/BridgeTest.php
index 1707b36..46eaa2c 100644
--- a/test/BridgeTest.php
+++ b/test/BridgeTest.php
@@ -22,8 +22,8 @@ class BridgeTest extends PHPUnit_Framework_TestCase {
'message_id VARCHAR(255) NOT NULL, ' .
'in_reply_to VARCHAR(255), ' .
'time_stamp TIMESTAMP, ' .
- 'PRIMARY KEY (message_id)), ' .
- 'INDEX (post_id)'
+ 'PRIMARY KEY (message_id), ' .
+ 'INDEX (post_id))'
);
$this->db->exec(