diff options
Diffstat (limited to 'tests/attachment/fixtures/resync.xml')
-rw-r--r-- | tests/attachment/fixtures/resync.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/attachment/fixtures/resync.xml b/tests/attachment/fixtures/resync.xml index 132f62382c..d15f6d17f9 100644 --- a/tests/attachment/fixtures/resync.xml +++ b/tests/attachment/fixtures/resync.xml @@ -6,12 +6,16 @@ <column>in_message</column> <column>is_orphan</column> <column>attach_comment</column> + <column>physical_filename</column> + <column>thumbnail</column> <row> <value>1</value> <value>1</value> <value>0</value> <value>0</value> <value>foo</value> + <value>foo</value> + <value>0</value> </row> <row> <value>1</value> @@ -19,6 +23,17 @@ <value>1</value> <value>0</value> <value>foo2</value> + <value>foo2</value> + <value>0</value> + </row> + <row> + <value>1</value> + <value>1</value> + <value>1</value> + <value>0</value> + <value>foo2</value> + <value>foo2</value> + <value>1</value> </row> </table> <table name="phpbb_posts"> |