From 5273b18eac02533b11c5b69d27f36fe8c25e0186 Mon Sep 17 00:00:00 2001 From: hukl Date: Sat, 31 Jan 2009 23:12:55 +0100 Subject: additional tests and fixtures --- test/fixtures/nodes.yml | 14 +++++++++++--- test/fixtures/pages.yml | 7 ------- 2 files changed, 11 insertions(+), 10 deletions(-) (limited to 'test/fixtures') 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 @@ one: id: 1 lft: 1 - rgt: 4 + rgt: 6 parent_id: slug: unique_name: @@ -14,5 +14,13 @@ two: lft: 2 rgt: 3 parent_id: 1 - slug: my_first_page - unique_name: root/my_first_page + slug: first_child + unique_name: first_child + +three: + id: 3 + lft: 4 + rgt: 5 + parent_id: 1 + slug: second_child + 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: abstract: MyText body: MyText revision: 1 - -two: - node_id: 1 - title: MyString - abstract: MyText - body: MyText - revision: 1 -- cgit v1.3