summaryrefslogtreecommitdiff
path: root/test/fixtures
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-03-02 17:22:48 +0100
committerhukl <contact@smyck.org>2009-03-02 17:22:48 +0100
commit113449eacba67625004b14081f4cc0cc3b984553 (patch)
tree1114418aa27ffc3f815a05caba16c4d80395163f /test/fixtures
parentddc961fd81b37b44078fba35f0769b661e1e81ce (diff)
added unlock functionality. not yet hooked up with permissions though. anybody can unlock. put a confirmation in front of it. destroy has to be confirmed as well
Diffstat (limited to 'test/fixtures')
-rw-r--r--test/fixtures/nodes.yml13
-rw-r--r--test/fixtures/pages.yml7
2 files changed, 17 insertions, 3 deletions
diff --git a/test/fixtures/nodes.yml b/test/fixtures/nodes.yml
index 8574c1b..a0e185b 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: 8 6 rgt: 10
7 parent_id: 7 parent_id:
8 slug: 8 slug:
9 unique_name: 9 unique_name:
@@ -34,4 +34,13 @@ third_child:
34 parent_id: 1 34 parent_id: 1
35 draft_id: 102 35 draft_id: 102
36 slug: third_child 36 slug: third_child
37 unique_name: third_child \ No newline at end of file 37 unique_name: third_child
38
39fourth_child:
40 id: 5
41 lft: 8
42 rgt: 9
43 parent_id: 1
44 draft_id: 103
45 slug: fourth_child
46 unique_name: fourth_child \ No newline at end of file
diff --git a/test/fixtures/pages.yml b/test/fixtures/pages.yml
index 8171b38..271c494 100644
--- a/test/fixtures/pages.yml
+++ b/test/fixtures/pages.yml
@@ -23,4 +23,9 @@ draft2:
23draft3: 23draft3:
24 id: 102 24 id: 102
25 revision: 1 25 revision: 1
26 node_id: 4 \ No newline at end of file 26 node_id: 4
27
28draft4:
29 id: 103
30 revision: 1
31 node_id: 5 \ No newline at end of file