summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-02-27 16:08:51 +0100
committerhukl <contact@smyck.org>2009-02-27 16:08:51 +0100
commit297676fafb7df8ce06134a41a5545eb7250a6f62 (patch)
treef02c1789499b436e627790bffedb8d6c690e29ba
parented5168e4c98ec7d4af6bceaa25d0a36c2777cc5d (diff)
some more fixture data
-rw-r--r--test/fixtures/nodes.yml12
-rw-r--r--test/fixtures/pages.yml7
2 files changed, 16 insertions, 3 deletions
diff --git a/test/fixtures/nodes.yml b/test/fixtures/nodes.yml
index d244a2c..642d937 100644
--- a/test/fixtures/nodes.yml
+++ b/test/fixtures/nodes.yml
@@ -3,7 +3,7 @@
3root: 3root:
4 id: 1 4 id: 1
5 lft: 1 5 lft: 1
6 rgt: 6 6 rgt: 8
7 parent_id: 7 parent_id:
8 slug: 8 slug:
9 unique_name: 9 unique_name:
@@ -23,4 +23,12 @@ second_child:
23 rgt: 5 23 rgt: 5
24 parent_id: 1 24 parent_id: 1
25 slug: second_child 25 slug: second_child
26 unique_name: second_child \ No newline at end of file 26 unique_name: second_child
27
28third_child:
29 id: 4
30 lft: 6
31 rgt: 7
32 parent_id: 1
33 slug: third_child
34 unique_name: third_child \ No newline at end of file
diff --git a/test/fixtures/pages.yml b/test/fixtures/pages.yml
index e6a46be..614b9a6 100644
--- a/test/fixtures/pages.yml
+++ b/test/fixtures/pages.yml
@@ -3,4 +3,9 @@
3one: 3one:
4 id: 1 4 id: 1
5 revision: 1 5 revision: 1
6 node_id: 2 \ No newline at end of file 6 node_id: 2
7
8two:
9 id: 2
10 revision: 1
11 node_id: 4 \ No newline at end of file