summaryrefslogtreecommitdiff
path: root/test/fixtures
diff options
context:
space:
mode:
authorhukl <hukl@eight.local>2009-01-31 23:12:55 +0100
committerhukl <hukl@eight.local>2009-01-31 23:12:55 +0100
commit5273b18eac02533b11c5b69d27f36fe8c25e0186 (patch)
treec04b70c639b0d9987c60006d8cbf77a13c49cf43 /test/fixtures
parent673d7da787a8bf5c6477871557f27352edbb5a64 (diff)
additional tests and fixtures
Diffstat (limited to 'test/fixtures')
-rw-r--r--test/fixtures/nodes.yml14
-rw-r--r--test/fixtures/pages.yml7
2 files changed, 11 insertions, 10 deletions
diff --git a/test/fixtures/nodes.yml b/test/fixtures/nodes.yml
index 3f89f6d8..07ac0897 100644
--- a/test/fixtures/nodes.yml
+++ b/test/fixtures/nodes.yml
@@ -3,7 +3,7 @@
3one: 3one:
4 id: 1 4 id: 1
5 lft: 1 5 lft: 1
6 rgt: 4 6 rgt: 6
7 parent_id: 7 parent_id:
8 slug: 8 slug:
9 unique_name: 9 unique_name:
@@ -14,5 +14,13 @@ two:
14 lft: 2 14 lft: 2
15 rgt: 3 15 rgt: 3
16 parent_id: 1 16 parent_id: 1
17 slug: my_first_page 17 slug: first_child
18 unique_name: root/my_first_page 18 unique_name: first_child
19
20three:
21 id: 3
22 lft: 4
23 rgt: 5
24 parent_id: 1
25 slug: second_child
26 unique_name: second_child \ No newline at end of file
diff --git a/test/fixtures/pages.yml b/test/fixtures/pages.yml
index 2b1cad14..1ec37023 100644
--- a/test/fixtures/pages.yml
+++ b/test/fixtures/pages.yml
@@ -6,10 +6,3 @@ one:
6 abstract: MyText 6 abstract: MyText
7 body: MyText 7 body: MyText
8 revision: 1 8 revision: 1
9
10two:
11 node_id: 1
12 title: MyString
13 abstract: MyText
14 body: MyText
15 revision: 1