diff options
| author | hukl <hukl@eight.local> | 2009-01-31 13:05:48 +0100 |
|---|---|---|
| committer | hukl <hukl@eight.local> | 2009-01-31 13:05:48 +0100 |
| commit | 5b06d137fc6143ff679d1ce6048c4149ca23f4e2 (patch) | |
| tree | c2945a13eb3376aabb0d610804bf7a8f972793e7 /test/fixtures | |
| parent | be83d467b5b6f92b0a6a175ee365d043f250d631 (diff) | |
connected page and node model + some minor tweaks
Diffstat (limited to 'test/fixtures')
| -rw-r--r-- | test/fixtures/nodes.yml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/test/fixtures/nodes.yml b/test/fixtures/nodes.yml index 9879d9f..3f89f6d 100644 --- a/test/fixtures/nodes.yml +++ b/test/fixtures/nodes.yml | |||
| @@ -3,6 +3,16 @@ | |||
| 3 | one: | 3 | one: |
| 4 | id: 1 | 4 | id: 1 |
| 5 | lft: 1 | 5 | lft: 1 |
| 6 | rgt: 2 | 6 | rgt: 4 |
| 7 | parent_id: | ||
| 8 | slug: | ||
| 9 | unique_name: | ||
| 10 | |||
| 11 | |||
| 12 | two: | ||
| 13 | id: 2 | ||
| 14 | lft: 2 | ||
| 15 | rgt: 3 | ||
| 16 | parent_id: 1 | ||
| 7 | slug: my_first_page | 17 | slug: my_first_page |
| 8 | unique_name: root/my_first_page | 18 | unique_name: root/my_first_page |
