summaryrefslogtreecommitdiff
path: root/t/01-basic.t
diff options
context:
space:
mode:
Diffstat (limited to 't/01-basic.t')
-rw-r--r--t/01-basic.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/01-basic.t b/t/01-basic.t
index 7c622e8..a6670a5 100644
--- a/t/01-basic.t
+++ b/t/01-basic.t
@@ -38,6 +38,7 @@ use warnings;
use Tree::DAG_Node::XPath;
sub Tree::DAG_Node::XPath::Root::xpath_get_root_node { return $_[0] }
+sub Tree::DAG_Node::XPath::Root::xpath_get_parent_node { return }
my $tree=Tree::DAG_Node::XPath->new();
$tree->name('base');