aboutsummaryrefslogtreecommitdiffstats
path: root/tests/session/fixtures
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2011-03-18 03:15:40 +0100
committerAndreas Fischer <bantu@phpbb.com>2011-03-19 23:20:41 +0100
commitd36f78b9f1c7fc0c52a36d95510be1d8e2361f5d (patch)
treeae4dfe9e97c00ec7e93c83194873ee4da8c59e06 /tests/session/fixtures
parent34929033b48a3f5f61d7d793b815f723c8e94a34 (diff)
downloadforums-d36f78b9f1c7fc0c52a36d95510be1d8e2361f5d.tar
forums-d36f78b9f1c7fc0c52a36d95510be1d8e2361f5d.tar.gz
forums-d36f78b9f1c7fc0c52a36d95510be1d8e2361f5d.tar.bz2
forums-d36f78b9f1c7fc0c52a36d95510be1d8e2361f5d.tar.xz
forums-d36f78b9f1c7fc0c52a36d95510be1d8e2361f5d.zip
[ticket/10082] session_id is CHAR(32) not VARCHAR(32), so give them a CHAR(32).
This fixes session unit tests on PostgreSQL in particular. PHPBB3-10082
Diffstat (limited to 'tests/session/fixtures')
-rw-r--r--tests/session/fixtures/sessions_full.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/session/fixtures/sessions_full.xml b/tests/session/fixtures/sessions_full.xml
index 4559a08c55..bf6fc65997 100644
--- a/tests/session/fixtures/sessions_full.xml
+++ b/tests/session/fixtures/sessions_full.xml
@@ -22,13 +22,13 @@
<column>session_ip</column>
<column>session_browser</column>
<row>
- <value>anon_session</value>
+ <value>anon_session00000000000000000000</value>
<value>1</value>
<value>127.0.0.1</value>
<value>anonymous user agent</value>
</row>
<row>
- <value>bar_session</value>
+ <value>bar_session000000000000000000000</value>
<value>4</value>
<value>127.0.0.1</value>
<value>user agent</value>