Removing commments from wiki_contents fixtures, since the db column was removed as well
This commit is contained in:
parent
00c1852d7d
commit
08cad02541
34
test/fixtures/wiki_contents.yml
vendored
34
test/fixtures/wiki_contents.yml
vendored
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
wiki_contents_001:
|
wiki_contents_001:
|
||||||
text: |-
|
text: |-
|
||||||
h1. CookBook documentation
|
h1. CookBook documentation
|
||||||
|
|
||||||
@ -11,8 +11,7 @@ wiki_contents_001:
|
|||||||
id: 1
|
id: 1
|
||||||
lock_version: 3
|
lock_version: 3
|
||||||
author_id: 1
|
author_id: 1
|
||||||
comments: Gzip compression activated
|
wiki_contents_002:
|
||||||
wiki_contents_002:
|
|
||||||
text: |-
|
text: |-
|
||||||
h1. Another page
|
h1. Another page
|
||||||
|
|
||||||
@ -24,8 +23,7 @@ wiki_contents_002:
|
|||||||
id: 2
|
id: 2
|
||||||
lock_version: 1
|
lock_version: 1
|
||||||
author_id: 1
|
author_id: 1
|
||||||
comments:
|
wiki_contents_003:
|
||||||
wiki_contents_003:
|
|
||||||
text: |-
|
text: |-
|
||||||
h1. Start page
|
h1. Start page
|
||||||
|
|
||||||
@ -35,8 +33,7 @@ wiki_contents_003:
|
|||||||
id: 3
|
id: 3
|
||||||
lock_version: 1
|
lock_version: 1
|
||||||
author_id: 1
|
author_id: 1
|
||||||
comments:
|
wiki_contents_004:
|
||||||
wiki_contents_004:
|
|
||||||
text: |-
|
text: |-
|
||||||
h1. Page with an inline image
|
h1. Page with an inline image
|
||||||
|
|
||||||
@ -48,8 +45,7 @@ wiki_contents_004:
|
|||||||
id: 4
|
id: 4
|
||||||
lock_version: 1
|
lock_version: 1
|
||||||
author_id: 1
|
author_id: 1
|
||||||
comments:
|
wiki_contents_005:
|
||||||
wiki_contents_005:
|
|
||||||
text: |-
|
text: |-
|
||||||
h1. Child page 1
|
h1. Child page 1
|
||||||
|
|
||||||
@ -59,8 +55,7 @@ wiki_contents_005:
|
|||||||
id: 5
|
id: 5
|
||||||
lock_version: 1
|
lock_version: 1
|
||||||
author_id: 1
|
author_id: 1
|
||||||
comments:
|
wiki_contents_006:
|
||||||
wiki_contents_006:
|
|
||||||
text: |-
|
text: |-
|
||||||
h1. Child page 2
|
h1. Child page 2
|
||||||
|
|
||||||
@ -70,37 +65,32 @@ wiki_contents_006:
|
|||||||
id: 6
|
id: 6
|
||||||
lock_version: 1
|
lock_version: 1
|
||||||
author_id: 1
|
author_id: 1
|
||||||
comments:
|
wiki_contents_007:
|
||||||
wiki_contents_007:
|
|
||||||
text: This is a child page
|
text: This is a child page
|
||||||
updated_on: 2007-03-08 00:18:07 +01:00
|
updated_on: 2007-03-08 00:18:07 +01:00
|
||||||
page_id: 7
|
page_id: 7
|
||||||
id: 7
|
id: 7
|
||||||
lock_version: 1
|
lock_version: 1
|
||||||
author_id: 1
|
author_id: 1
|
||||||
comments:
|
wiki_contents_008:
|
||||||
wiki_contents_008:
|
|
||||||
text: This is a parent page
|
text: This is a parent page
|
||||||
updated_on: 2007-03-08 00:18:07 +01:00
|
updated_on: 2007-03-08 00:18:07 +01:00
|
||||||
page_id: 8
|
page_id: 8
|
||||||
id: 8
|
id: 8
|
||||||
lock_version: 1
|
lock_version: 1
|
||||||
author_id: 1
|
author_id: 1
|
||||||
comments:
|
wiki_contents_009:
|
||||||
wiki_contents_009:
|
|
||||||
text: This is a child page
|
text: This is a child page
|
||||||
updated_on: 2007-03-08 00:18:07 +01:00
|
updated_on: 2007-03-08 00:18:07 +01:00
|
||||||
page_id: 9
|
page_id: 9
|
||||||
id: 9
|
id: 9
|
||||||
lock_version: 1
|
lock_version: 1
|
||||||
author_id: 1
|
author_id: 1
|
||||||
comments:
|
wiki_contents_010:
|
||||||
wiki_contents_010:
|
|
||||||
text: Page with cyrillic title
|
text: Page with cyrillic title
|
||||||
updated_on: 2007-03-08 00:18:07 +01:00
|
updated_on: 2007-03-08 00:18:07 +01:00
|
||||||
page_id: 10
|
page_id: 10
|
||||||
id: 10
|
id: 10
|
||||||
lock_version: 1
|
lock_version: 1
|
||||||
author_id: 1
|
author_id: 1
|
||||||
comments:
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user